aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/protocol')
-rw-r--r--include/osmocore/protocol/gsm_04_08.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h
index dbbb25f5..3ad7dfdc 100644
--- a/include/osmocore/protocol/gsm_04_08.h
+++ b/include/osmocore/protocol/gsm_04_08.h
@@ -626,8 +626,8 @@ struct gsm48_chan_rel {
struct gsm48_cip_mode_cmd {
uint8_t sc:1,
alg_id:3,
- spare:3,
- cr:1;
+ cr:1,
+ spare:3;
} __attribute__((packed));
/* Section 9.1.11 */