gsm0808_enc_channel_type: Add spare byte

Related: OS#5911
Change-Id: I6e05e4989924b2258122113eb134e946e9cf0107
This commit is contained in:
Matan Perelman 2023-02-19 13:27:57 +02:00
parent 54e1782e71
commit bce5bf09e1
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ uint8_t gsm0808_enc_channel_type(struct msgb *msg,
break;
case GSM0808_CHAN_SIGN:
/* Octet 5 is spare */
msgb_put_u8(msg, 0);
break;
default:
OSMO_ASSERT(false);