diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2019-02-07 09:16:22 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2019-02-07 09:16:22 +0100 |
commit | ebaefceb82c0195db018c536057875fb8255485a (patch) | |
tree | 65c784f138c5aa98721cec49d48c68de3fde919a | |
parent | 7b740f72c3f63ca4fdaf9219bfe413a26e67bc71 (diff) |
protocol/gsm_04_14: Fix the OPEN LOOP message type
Change-Id: Id4350dee4353ebf9de0450dd5dab6e4f2ee7c3a6
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_14.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_14.h b/include/osmocom/gsm/protocol/gsm_04_14.h index 5ef78370..deb474ec 100644 --- a/include/osmocom/gsm/protocol/gsm_04_14.h +++ b/include/osmocom/gsm/protocol/gsm_04_14.h @@ -20,7 +20,7 @@ enum gsm414_tch_loop_mode { }; #define GSM414_MT_CLOSE_TCH_LOOP_ACK 0x01 /* 8.2 */ -#define GSM414_MT_OPEN_LOOP_CMD 0x02 /* 8.3 */ +#define GSM414_MT_OPEN_LOOP_CMD 0x06 /* 8.3 */ #define GSM414_OPEN_LOOP_ACK_IE 0x81 #define GSM414_MT_CLOSE_MSLOT_LOOP_CMD 0x20 /* 8.4 */ |