osmo-trx/CommonLibs
Tom Tsou d280045884 multi-ARFCN: fix maximum number of carriers limitation
Maximum number of carriers is fixed to 3 channels on a single
physical RF channel in multi-ARFCN mode. For some reason, it
was limited to 5.

Let's fix this, and also follow this limitation in the
following VTY command handlers:

  - cfg_multi_arfcn_cmd,
  - cfg_chan_cmd.

Change-Id: I66a1462f368458afd313ee6f0bc0abc496dde817
2019-04-11 07:33:40 +00:00
..
BitVector.cpp BitVector: Remove Generator class. 2017-05-30 20:12:58 +00:00
BitVector.h BitVector: Remove Generator class. 2017-05-30 20:12:58 +00:00
Interthread.h syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better. 2013-05-31 21:47:25 +00:00
LinkedLists.cpp PointerFIFO: Fix memleak of ListNode 2018-12-03 12:59:12 +00:00
LinkedLists.h PointerFIFO: Fix memleak of ListNode 2018-12-03 12:59:12 +00:00
Logger.cpp Logger: Disable pthread cancel point inside Logger destructor 2018-09-03 15:22:53 +02:00
Logger.h lms: Several improvements and compilation/runtime fixes 2018-06-13 21:45:32 +00:00
Makefile.am osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp 2018-12-12 17:26:32 +01:00
PRBS.h PRBS: a Pseudo-random binary sequence (PRBS) generator class. 2017-06-08 18:33:47 +00:00
Sockets.cpp Remove UDDSocket class 2018-01-11 20:17:43 +01:00
Sockets.h Remove UDDSocket class 2018-01-11 20:17:43 +01:00
Threads.cpp Use pthread_setname_np to name threads 2018-09-28 23:17:57 +00:00
Threads.h Use pthread_setname_np to name threads 2018-09-28 23:17:57 +00:00
Timeval.cpp Timeval: Move to osmo_clock_gettime 2018-12-13 13:58:24 +00:00
Timeval.h Timeval: Move to osmo_clock_gettime 2018-12-13 13:58:24 +00:00
Utils.cpp osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp 2018-12-12 17:26:32 +01:00
Utils.h osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp 2018-12-12 17:26:32 +01:00
Vector.h SigProcLib: Improve Vector buffer allocation mess 2018-12-05 19:41:34 +00:00
config_defs.h Move enums required by VTY to a separate header 2018-03-05 17:16:05 +01:00
debug.c Add TRXCTRL log category 2018-12-07 11:15:02 +01:00
debug.h Add TRXCTRL log category 2018-12-07 11:15:02 +01:00
osmo_signal.h osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error 2018-09-04 16:35:23 +02:00
trx_vty.c multi-ARFCN: fix maximum number of carriers limitation 2019-04-11 07:33:40 +00:00
trx_vty.h multi-ARFCN: fix maximum number of carriers limitation 2019-04-11 07:33:40 +00:00