fix: gsm0808.c: unterminated value_string array gsm0808_bssap_names

Change-Id: Ie38bae32372dc41e1902a8f6f0bc550ae515cfb8
This commit is contained in:
Neels Hofmeyr 2017-03-01 14:59:44 +01:00
parent fca04bba5a
commit 90fdb08e3e
1 changed files with 1 additions and 0 deletions

View File

@ -540,6 +540,7 @@ const char *gsm0808_bssmap_name(uint8_t msg_type)
static const struct value_string gsm0808_bssap_names[] = {
{ BSSAP_MSG_BSS_MANAGEMENT, "MANAGEMENT" },
{ BSSAP_MSG_DTAP, "DTAP" },
{ 0, NULL }
};
const char *gsm0808_bssap_name(uint8_t msg_type)