diff options
author | Minh-Quang Nguyen <minh-quang.nguyen@nutaq.com> | 2016-09-02 11:28:31 -0400 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-07-14 15:54:50 +0200 |
commit | 17a8748324519db67eee1fd4f4fe779c3fb9c9c5 (patch) | |
tree | 8f894d325e47d009373be1d0756acb3d6c34b209 /src | |
parent | 37d204a120a49c83775f1b3a5deab1446398760d (diff) |
IPAC manufacture-defined measurement pre-processing definitions
Change-Id: Ie1853697f4cff5ff98654fa1cae6c68e28a0076b
Diffstat (limited to 'src')
-rw-r--r-- | src/gsm/rsl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c index e33ea102..aeab1aa9 100644 --- a/src/gsm/rsl.c +++ b/src/gsm/rsl.c @@ -561,6 +561,11 @@ const struct tlv_definition rsl_ipac_eie_tlvdef = { [RSL_IPAC_EIE_NCELL_LIST_EXT] = { TLV_TYPE_TLV }, [RSL_IPAC_EIE_MASTER_KEY] = { TLV_TYPE_TLV }, [RSL_IPAC_EIE_MASTER_SALT] = { TLV_TYPE_TLV }, + [RSL_IPAC_EIE_MEAS_TRANS_RES] = {TLV_TYPE_TV}, + [RSL_IPAC_EIE_3G_HO_PARAM] = { TLV_TYPE_TLV }, + [RSL_IPAC_EIE_3G_NCELL_LIST] = { TLV_TYPE_TLV }, + [RSL_IPAC_EIE_SDCCH_CTL_PARAM] = { TLV_TYPE_TV }, + [RSL_IPAC_EIE_AMR_CONV_THRESH] = { TLV_TYPE_FIXED, 9 }, }, }; |