From 1116885d96725ce064db04604e4d197a136b163c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Feb 2012 14:15:19 +0100 Subject: updated codebase to latest version of osmocombb --- Src/osmolib/src/host/layer23/include/osmocom/bb/mobile/mncc.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Src/osmolib/src/host/layer23/include/osmocom/bb/mobile/mncc.h') diff --git a/Src/osmolib/src/host/layer23/include/osmocom/bb/mobile/mncc.h b/Src/osmolib/src/host/layer23/include/osmocom/bb/mobile/mncc.h index 1d7f779..cad1883 100644 --- a/Src/osmolib/src/host/layer23/include/osmocom/bb/mobile/mncc.h +++ b/Src/osmolib/src/host/layer23/include/osmocom/bb/mobile/mncc.h @@ -130,11 +130,11 @@ struct gsm_call { struct gsm_mncc { /* context based information */ - u_int32_t msg_type; - u_int32_t callref; + uint32_t msg_type; + uint32_t callref; /* which fields are present */ - u_int32_t fields; + uint32_t fields; /* data derived informations (MNCC_F_ based) */ struct gsm_mncc_bearer_cap bearer_cap; @@ -161,12 +161,13 @@ struct gsm_mncc { int emergency; char imsi[16]; + unsigned char lchan_type; unsigned char lchan_mode; }; struct gsm_data_frame { - u_int32_t msg_type; - u_int32_t callref; + uint32_t msg_type; + uint32_t callref; unsigned char data[0]; }; -- cgit v1.2.3-55-g7522