aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/nm_bb_transc_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-21abis_nm: delay configure_loop() until NM_MT_SW_ACTIVATED_REPVadim Yanitskiy1-0/+10
2023-09-21abis_nm: handle NM_EV_SW_ACT_REP in ST_OP_DISABLED_{DEPENDENCY,OFFLINE}Vadim Yanitskiy1-0/+8
2023-09-13abis_nm: get rid of MAX_BTS_ATTRVadim Yanitskiy1-1/+1
2023-09-13nm_{bb_transc,bts}_fsm: rework sending of Get AttributesVadim Yanitskiy1-6/+11
2023-06-11nanobts: Request "supported features" attribute from BTS and BB_TRANSCHarald Welte1-1/+1
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens1-3/+16
2022-09-19oml: Delay Tx of OPSTART(BBTRANSC) after rx of RSL CONNECT ACKPau Espin Pedrol1-7/+41
2022-06-02nm_*_fsm: Remove comment no longer applyingPau Espin Pedrol1-2/+0
2022-05-13Introduce new signal S_NM_RUNNING_CHG and implement it for rcarrier,bbtranscPau Espin Pedrol1-1/+22
2022-05-06nm_statechg_signal_data: Convert state ptr to dataPau Espin Pedrol1-4/+4
2022-05-05constify state pointers of struct gsm_nm_statePau Espin Pedrol1-5/+5
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-1/+1
2020-12-13NM FSMs: fix DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLEDVadim Yanitskiy1-1/+2
2020-12-04Handle BTS/BBTRANSC Get Attributes (Ack) in NM FSMsPau Espin Pedrol1-4/+33
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-2/+2
2020-10-15OML: Stay compatible with older osmo-bts versionsPau Espin Pedrol1-6/+3
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol1-0/+337