aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-05hodec2: clarify current and target rxlev per candidateNeels Hofmeyr1-48/+51
2021-01-05hodec2: code dup / cosmeticsNeels Hofmeyr1-194/+133
2021-01-05hodec2: cosmetic: add dBm unit to rxval loggingNeels Hofmeyr1-7/+7
2021-01-05ericsson_rbs2000: fix unreachable code in inp_sig_cb()Vadim Yanitskiy1-1/+0
2021-01-04smscb: Fix adding of SMSCB messages when no message with lower period existsHarald Welte1-0/+2
2021-01-04vty: fix wrong attributes for UL/DL ACCH repetition commandsVadim Yanitskiy1-39/+42
2021-01-04vty: join UL/DL SACCH repetition commands togetherVadim Yanitskiy1-45/+20
2021-01-03power_control: vty: do not print 'no (rxlev-avg|rxqual-avg)'Vadim Yanitskiy1-1/+1
2021-01-03smscb: Avoid scheduler array overflowHarald Welte1-1/+4
2021-01-02abis_om2000: Handle DP object in get_om2k_mo()Harald Welte1-0/+3
2021-01-02om2000: Add "show bts 0 om2k-mo" commandHarald Welte1-0/+72
2021-01-02abis_om2000: keep OM2K FSMs around, don't terminateHarald Welte2-73/+221
2020-12-30vty: fix NULL-pointer dereference in cfg_bts_rep_dl_facch()Vadim Yanitskiy1-1/+1
2020-12-29power_control: vty: some commands are not vendor specificVadim Yanitskiy1-2/+0
2020-12-29abis_om2000: Mark om2k_mo_fsm_start() as staticHarald Welte1-3/+2
2020-12-29[cosmetic] abis_om2000: Re-format to use longer linesHarald Welte1-188/+97
2020-12-29abis_om2000: make om2k_mo_name() an exported functionHarald Welte1-20/+20
2020-12-29Add a bts_model->bts_init() and trx_init() call-back functionHarald Welte2-0/+20
2020-12-29power_control: enable dynamic MS power control for osmo-btsVadim Yanitskiy2-2/+5
2020-12-27power_control: fix swapped lower/upper RxQual threshold valuesVadim Yanitskiy2-7/+8
2020-12-25power_control: encoding of H_REQAVE and H_REQT for ip.accessVadim Yanitskiy1-2/+2
2020-12-23vty: cosmetic: make all 'struct cmd_node' definitions staticVadim Yanitskiy1-5/+5
2020-12-23power_control: reflect MS/BS Power difference in the VTY promptVadim Yanitskiy1-1/+9
2020-12-22power_control: add VTY command to set static / maximum BS PowerVadim Yanitskiy3-0/+52
2020-12-22power_control: add VTY command for re-sending default parametersVadim Yanitskiy1-2/+37
2020-12-22power_control: add VTY commands for per-BTS configurationVadim Yanitskiy2-0/+470
2020-12-21OM2K: Skip the entire CON MO if there are no connection groupsHarald Welte1-5/+10
2020-12-21OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPTHarald Welte1-1/+2
2020-12-21abis_om2000: Force TRX NM state to UNLOCKED once TRX is upHarald Welte1-0/+5
2020-12-19power_control: make use of MS/BS parameters in RSL messagesVadim Yanitskiy1-17/+52
2020-12-19power_control: add encoder for ip.access nanoBTS and OsmoBTSVadim Yanitskiy1-0/+155
2020-12-19power_control: send default parameters from bootstrap_rsl()Vadim Yanitskiy1-0/+10
2020-12-19power_control: add new structures and default parametersVadim Yanitskiy2-0/+66
2020-12-19abis_rsl: turn rsl_msgb_alloc() a macro and move it to headerVadim Yanitskiy1-8/+0
2020-12-16bsc_vty: mark repeated ACCH value of 1.9% to 2.7% BER as defaultPhilipp Maier1-1/+1
2020-12-15Use rest_octets functionalities from libosmocorePau Espin Pedrol4-911/+51
2020-12-15vty: add new attribute for vendor-specific commandsVadim Yanitskiy1-0/+3
2020-12-13NM FSMs: fix DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLEDVadim Yanitskiy8-9/+16
2020-12-09hodec 2: prefer moving TCH/H from half-used dyn TSNeels Hofmeyr1-3/+21
2020-12-04oml: Delay configuring NSVC until BTS features are negotiatedPau Espin Pedrol3-7/+32
2020-12-04Fix typo in function nanobts_attr_nsvc_getPau Espin Pedrol2-2/+2
2020-12-04Handle BTS/BBTRANSC Get Attributes (Ack) in NM FSMsPau Espin Pedrol5-24/+94
2020-12-04abis_nm: Simplify param passing to abis_nm_rx_get_attr_resp()Pau Espin Pedrol1-3/+7
2020-12-04Introduce NM GPRS NSVC FSMAlexander Couzens7-41/+419
2020-12-03Introduce NM GPRS CELL FSMPau Espin Pedrol6-21/+406
2020-12-03Introduce NM GPRS NSE FSMPau Espin Pedrol8-19/+436
2020-12-03nm_bts_sm_fsm: Fix peer_has_no_avstate_offline not applied for nanobtsPau Espin Pedrol1-1/+1
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol17-90/+170
2020-12-02gsm_08_08: fix NULL pointer dereference in bsc_cm_update()Vadim Yanitskiy1-7/+9
2020-12-01abis_rsl: parse cm3 and indicate ACCH repetition cap to BTSPhilipp Maier2-0/+40