aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-11-15 23:23:56 +0100
committerHarald Welte <laforge@gnumonks.org>2016-11-16 18:20:21 +0100
commit96638d141e43cc299c2927c600802764fa9b0ebb (patch)
tree0ebe7495d9a73cb26ecc1e9084d6320ee86e6f54 /openbsc/src
parent309425e10549c4e3db8c6a95731fbeb24276ffbf (diff)
OM2000: Add three IEs to TCH activation about which we have no clue
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libbsc/abis_om2000.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/abis_om2000.c b/openbsc/src/libbsc/abis_om2000.c
index ae23e507d..6105fec4e 100644
--- a/openbsc/src/libbsc/abis_om2000.c
+++ b/openbsc/src/libbsc/abis_om2000.c
@@ -1417,6 +1417,10 @@ int abis_om2k_tx_ts_conf_req(struct gsm_bts_trx_ts *ts)
msgb_tv_put(msg, OM2K_DEI_LSC_FILT_TIME, 10); /* units of 100ms */
msgb_tv_put(msg, OM2K_DEI_CALL_SUPV_TIME, 8);
msgb_tv_put(msg, OM2K_DEI_ENCR_ALG, 0x00);
+ /* Not sure what those below mean */
+ msgb_tv_put(msg, 0x9e, 0x00);
+ msgb_tv_put(msg, 0x9f, 0x37);
+ msgb_tv_put(msg, 0xa0, 0x01);
break;
}