hello how do i set the tei and timeslot for a bs11? of course i know bs11_config and the tei_oml parameter, but it don't seem to work. i tried ./bs11_config tei_oml 4 30 and 30 4 (to set the timeslot to 4 and tei to 30). but when i query the bs11, it still says timeslot=1 and tei=25. I tried it with and without disconnection of the bs11. how do i call bs11_config correct for that purpose?
T.
Hi Thomas,
On Sun, Dec 12, 2010 at 09:10:03AM +0100, Thomas Ansorg wrote:
how do i set the tei and timeslot for a bs11? of course i know bs11_config and the tei_oml parameter, but it don't seem to work. i tried ./bs11_config tei_oml 4 30 and 30 4 (to set the timeslot to 4 and tei to 30). but when i query the bs11, it still says timeslot=1 and tei=25. I tried it with and without disconnection of the bs11. how do i call bs11_config correct for that purpose?
it seems it's still hard-coded in the source code:
see line 559 of bs11_config.c: abis_nm_bs11_conn_oml_tei(g_bts, 0, 1, 0xff, TEI_OML);
you can change the source to use TS != 1 and any numeric value instead of TEI_OML
Feel free to fix this properly and make the timeslot and TEI a commandline argument and send us a patch!