[PATCH] Add vty command for setting Access control classes

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/.

Holger Hans Peter Freyther holger at freyther.de
Thu Jul 25 14:33:15 UTC 2013


On Thu, Jul 25, 2013 at 06:19:24PM +0400, Ivan Kluchnikov wrote:

> - added 'write' implementation

please write a VTY test for this routine. It is like 20 lines of
python and will make sure that bitrot is detected early (a perfect
way to secure your time investment).


+       if ((bts->si_common.rach_control.t3) != 0)
...

+       if ((bts->si_common.rach_control.t2 & 0xfb) != 0)
...

you want to avoid executing the for loop?


holger





More information about the OpenBSC mailing list