gsm0808: Add TLV entries for types used by the Compl Layer3 Information

This commit is contained in:
Holger Hans Peter Freyther 2010-05-14 07:25:01 +08:00
parent d2dce6df04
commit 102bcafb58
1 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,9 @@ static const struct tlv_definition bss_att_tlvdef = {
[GSM0808_IE_SERVICE_HANDOVER] = { TLV_TYPE_TV},
[GSM0808_IE_ENCRYPTION_INFORMATION] = { TLV_TYPE_TLV },
[GSM0808_IE_CIPHER_RESPONSE_MODE] = { TLV_TYPE_TV },
[GSM0808_IE_CELL_IDENTIFIER] = { TLV_TYPE_TLV },
[GSM0808_IE_CHOSEN_CHANNEL] = { TLV_TYPE_TV },
[GSM0808_IE_LAYER_3_INFORMATION] = { TLV_TYPE_TLV },
},
};