clang: Clang warns we have this value twice...

The type is TLV_TYPE_FIXED, 2 according to the
ipaccess wireshark dissector.
This commit is contained in:
Holger Hans Peter Freyther 2010-07-23 19:33:16 +08:00
parent 306e2bc724
commit 960e81e5bd
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ static struct gsm_bts_model model_nanobts = {
[NM_ATT_IPACC_DST_IP] = { TLV_TYPE_FIXED, 4 },
[NM_ATT_IPACC_DST_IP_PORT] = { TLV_TYPE_FIXED, 2 },
[NM_ATT_IPACC_STREAM_ID] = { TLV_TYPE_TV, },
[NM_ATT_IPACC_FREQ_CTRL] = { TLV_TYPE_TV, },
[NM_ATT_IPACC_SEC_OML_CFG] = { TLV_TYPE_FIXED, 6 },
[NM_ATT_IPACC_IP_IF_CFG] = { TLV_TYPE_FIXED, 8 },
[NM_ATT_IPACC_IP_GW_CFG] = { TLV_TYPE_FIXED, 12 },