aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-28 23:42:04 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-28 23:42:04 +0000
commitb84e2f4f1b6c4f9d902ed2d23fe340b304b21fbd (patch)
tree783243ad0e3cba3afcd36a36623c36da86f46808 /include/openbsc/gsm_04_08.h
parentbde361064ae41d35b10ee44abf38ce867c858725 (diff)
* use 16bit for network and country code
* use aligned attribute for more data structures * add command line arguments for operator/country code
Diffstat (limited to 'include/openbsc/gsm_04_08.h')
-rw-r--r--include/openbsc/gsm_04_08.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 1513aded0..920d84c91 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -22,7 +22,7 @@ struct gsm48_chan_desc {
u_int8_t arfcn_low;
} h0;
};
-};
+} __attribute__ ((packed));
/* Chapter 10.5.2.30 */
struct gsm48_req_ref {
@@ -31,7 +31,7 @@ struct gsm48_req_ref {
t1_:5;
u_int8_t t2:5,
t3_low:3;
-};
+} __attribute__ ((packed));
/* Chapter 9.1.18 */
struct gsm48_imm_ass {
@@ -44,7 +44,7 @@ struct gsm48_imm_ass {
u_int8_t timing_advance;
u_int8_t mob_alloc_len;
u_int8_t mob_alloc[0];
-};
+} __attribute__ ((packed));
/* Chapter 10.5.1.3 */
struct gsm48_loc_area_id {