gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATION

This is required for osmo-bsc to parse Alcatel S-12 CIPHER MODE COMMAND
in osmo-bsc.
This commit is contained in:
Dmitri Soloviev 2013-07-11 09:25:37 +02:00 committed by Harald Welte
parent cad54b8fb7
commit 2909942a9f
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ static const struct tlv_definition bss_att_tlvdef = {
[GSM0808_IE_CELL_IDENTIFIER] = { TLV_TYPE_TLV },
[GSM0808_IE_CHOSEN_CHANNEL] = { TLV_TYPE_TV },
[GSM0808_IE_LAYER_3_INFORMATION] = { TLV_TYPE_TLV },
[GSM0808_IE_LAYER_3_HEADER_INFORMATION] = { TLV_TYPE_TLV },
[GSM0808_IE_SPEECH_VERSION] = { TLV_TYPE_TV },
[GSM0808_IE_CHOSEN_ENCR_ALG] = { TLV_TYPE_TV },
},