tei and oml ts assignment

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/OpenBSC@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Sun Dec 12 09:24:38 UTC 2010


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!

-- 
- Harald Welte <laforge at gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)




More information about the OpenBSC mailing list