aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-08-30 13:50:56 +0200
committerpespin <pespin@sysmocom.de>2021-09-03 15:32:50 +0000
commit51933840ffbb84303d7d949274ce17017cbfbbbf (patch)
treed37e68595e1caee54ff808cb251a863653fc2e10 /src/gsm
parentgsm_08_58: fix sourcecode formatting (diff)
downloadlibosmocore-51933840ffbb84303d7d949274ce17017cbfbbbf.tar.xz
libosmocore-51933840ffbb84303d7d949274ce17017cbfbbbf.zip
gsm_08_58.h: Extend IPA Power Control Params IEs to pass C/I params
This commit adds new Osmocom specific IEs required to pass C/I related Power Control Parameters osmo-bsc => osmo-bts to be used by the MS Power Control Loop being implemented. Related: SYS#4917 Change-Id: Iffef0611430ad6c90606149c398d80158633bbca
Diffstat (limited to 'src/gsm')
-rw-r--r--src/gsm/rsl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c
index e3b21e65..0574966e 100644
--- a/src/gsm/rsl.c
+++ b/src/gsm/rsl.c
@@ -621,6 +621,10 @@ const struct tlv_definition rsl_ipac_eie_tlvdef = {
[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 },
+ /* Osmocom extensions: */
+ [RSL_IPAC_EIE_OSMO_MEAS_AVG_CFG]= { TLV_TYPE_TLV },
+ [RSL_IPAC_EIE_OSMO_MS_PWR_CTL] = { TLV_TYPE_TLV },
+ [RSL_IPAC_EIE_OSMO_PC_THRESH_COMP]= { TLV_TYPE_TLV },
},
};