aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2024-03-02sysmobts_mgr_temp: Migrate to ctrl_cmd_send2()Harald Welte1-1/+1
2024-02-17Fix license headers.Harald Welte23-23/+23
2023-12-11Handle empty (idle) PDCH blocks gracefullyAndreas Eversberg1-1/+1
2023-10-27ASCI: Add control of uplink access to osmo-bts-sysmoAndreas Eversberg3-2/+22
2023-10-05Drop use of deprectated vty callback is_config_nodePau Espin Pedrol1-18/+0
2023-09-21oml: implement handling of NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy2-0/+35
2023-08-04Fix incorrect order of params passed to logging macroKeith1-1/+1
2023-07-21sysmo: Enable VGSCS + VBS feature flagsHarald Welte1-0/+2
2023-07-21ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte1-2/+2
2023-06-27osmo-bts-sysmo: mute PHY until OML is readyOliver Smith2-8/+26
2023-06-26osmo-bts-sysmo/l1_if: move mute_rf_compl_cb upOliver Smith1-98/+98
2023-06-26osmo-bts-sysmo: activate_rf: no dispatch on failOliver Smith1-4/+5
2023-06-23osmo-bts-sysmo: trx_mute_on_init_cb: call bts_update_statusOliver Smith1-0/+2
2023-05-27all models, HR1 codec: select RTP output format via vty optionMychaela N. Falconia1-0/+6
2023-05-10all models, FR/EFR UL: change SID check to _is_any_sid()Mychaela N. Falconia1-2/+2
2023-04-11bts-sysmo: Delay marking phy_link as connected until L1 reset + got infoPau Espin Pedrol1-2/+2
2023-04-11bts-sysmo: Fix pinst->version filled too earlyPau Espin Pedrol1-8/+6
2023-04-11Introduce NM FSM for GPRS NSVC objectPau Espin Pedrol1-4/+1
2023-04-09cosmetic: Change LOGPLCFN argument orderHarald Welte2-18/+16
2023-04-06Introduce NM FSM for GPRS Cell objectPau Espin Pedrol1-1/+1
2023-04-06Introduce NM FSM for GPRS NSE objectPau Espin Pedrol1-1/+1
2023-04-06Simplify implementation of bts_model_opstart() in all bts typesPau Espin Pedrol1-8/+2
2023-04-06lc15,oc2g,sysmo: Update GPRS NM object state at the right timePau Espin Pedrol1-5/+1
2023-04-06bts_model_apply_oml(): Improve definition of parameterPau Espin Pedrol1-1/+2
2023-04-06oml: Get rid of unused tlv_parsed param in bts_model_apply_oml()Pau Espin Pedrol1-2/+1
2023-04-06nm: Drop NM_EV_SETATTR_{ACK/NACK}Pau Espin Pedrol1-11/+2
2023-04-05nm: Apply BTS/TRX/TS OML Attributes through NM FSMsPau Espin Pedrol1-2/+1
2023-04-04bts_model_apply_oml(): Drop unneded codePau Espin Pedrol1-8/+0
2023-03-31Replace explicit gsm_lchan_name() calls with LOGPLCHANHarald Welte1-72/+36
2023-03-30sysmo: emit empty RTP ticks during FACCH stealing on TCH/FMychaela N. Falconia3-0/+44
2023-03-29cosmetic: Remove "FIXME?" from Odd AMR CMI phaseHarald Welte1-1/+3
2023-03-29cosmetic: use __func__ instead of __FUNCTION__Harald Welte1-1/+1
2023-03-29sysmo: fix handling of SID in EFRMychaela N. Falconia1-7/+6
2023-03-28bts-{sysmo,oc2g,lc15}: Dump logical channel params during MPH-ACTIVATE.reqHarald Welte1-0/+3
2023-03-28bts-{sysmo,oc2g,lc15}: Fix RTP of AMR SID_FIRST_P1Harald Welte1-8/+2
2023-03-28Introduce LOGPLCFN() for logging lchan-name + frame numberHarald Welte2-21/+19
2023-03-27DTX: bts-{sysmo,oc2g,lc15}: Print DEBUG messages about ONSETHarald Welte1-0/+2
2023-03-24osmo-bts-{sysmo,lc15,oc2g}: fix segfault in ph_tch_req()Vadim Yanitskiy1-2/+1
2023-01-02osmo-bts: Transition to use of 'telnet_init_default'arehbein1-1/+1
2022-09-06Depend on libosmo-netifPau Espin Pedrol1-0/+2
2022-08-11Clean up osmo-bts-*/Makefile.amPau Espin Pedrol1-9/+61
2022-06-21bts-sysmo: Replace use of deprecated ipa_client_conn_create APIPau Espin Pedrol1-2/+2
2022-04-25src/common/bts.c: set BTS_FEAT_PAGING_COORDINATIONOliver Smith1-1/+0
2022-04-21model_init: set BTS_FEAT_PAGINATION_COORDINATIONOliver Smith1-0/+1
2022-04-21model_init: order features alphabeticallyOliver Smith1-6/+7
2022-04-17struct amr_multirate_conf: remove ms_mode[], raname bts_mode[]Vadim Yanitskiy1-1/+1
2021-10-14Move lchan_init_lapdm inside lchan_set_state(LCHAN_S_ACTIVE)Pau Espin Pedrol1-4/+0
2021-09-30lc15, oc2g, sysmo: fix show dsp-trace-flagsEric1-1/+1
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol1-5/+28
2021-09-20Allow setting administrative state through oml_mo_state_chg()Pau Espin Pedrol1-5/+5