diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h index dbbb25f59..3ad7dfdc8 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 */