[PATCH] openbsc[master]: OM2000: Add three IEs to TCH activation about which we have ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Nov 16 17:20:44 UTC 2016


Review at  https://gerrit.osmocom.org/1256

OM2000: Add three IEs to TCH activation about which we have no clue

Change-Id: Ie3067606033e894c558659ddf0025d01b8198cf9
---
M openbsc/src/libbsc/abis_om2000.c
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/56/1256/1

diff --git a/openbsc/src/libbsc/abis_om2000.c b/openbsc/src/libbsc/abis_om2000.c
index ae23e50..6105fec 100644
--- a/openbsc/src/libbsc/abis_om2000.c
+++ b/openbsc/src/libbsc/abis_om2000.c
@@ -1417,6 +1417,10 @@
 		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;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/1256
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3067606033e894c558659ddf0025d01b8198cf9
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list