aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-12Revert "osmo-bts-trx: properly activate [CBCH/]BCCH/CCCH"pespin/revertPau Espin Pedrol4-101/+58
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-11oml: Fix potential null ptr access on trx objectPau Espin Pedrol1-15/+24
2023-04-11pcu_sock: Drop bts_sm pointerPau Espin Pedrol1-3/+1
2023-04-11pcu_sock: Allocate pcu_sock_state using g_bts_sm talloc contextPau Espin Pedrol1-1/+1
2023-04-11Move pcu_sock_state to gprs section of bts_smPau Espin Pedrol2-7/+7
2023-04-11Update g_bts_sm->num_bts when bts is added/removed from bts listPau Espin Pedrol1-1/+2
2023-04-11Properly report all states through NM FSM upon OML link upPau Espin Pedrol12-45/+66
2023-04-11nm: Document current state of SW_ACT in TRX related objectsPau Espin Pedrol2-2/+14
2023-04-11Drop NM_EV_BBTRANSC_INSTALLED in favour of generic NM_EV_SW_ACTPau Espin Pedrol4-10/+3
2023-04-11Move GPRS NSE under BTS SiteMgrPau Espin Pedrol11-65/+77
2023-04-11Merge gsm_network into gsm_bts_sm and place gsm_bts under itPau Espin Pedrol25-161/+258
2023-04-11nm: Dispatch NM_EV_SW_ACT in cascade to BTS SiteMgr childrenPau Espin Pedrol2-2/+1
2023-04-11Introduce NM FSM for GPRS NSVC objectPau Espin Pedrol13-54/+303
2023-04-09cosmetic: Change LOGPLCFN argument orderHarald Welte12-80/+71
2023-04-06bts: Simplify lifecycle of BTS inside bts_listPau Espin Pedrol1-12/+8
2023-04-06Move NSVC structs to be part of NSEPau Espin Pedrol5-31/+35
2023-04-06Rearrange declaration of struct gsm_bts_gprs_nsvcPau Espin Pedrol1-12/+12
2023-04-06Introduce NM FSM for GPRS Cell objectPau Espin Pedrol14-32/+320
2023-04-06Fix octet 2 of NM GPRS CellPau Espin Pedrol1-1/+1
2023-04-06Introduce NM FSM for GPRS NSE objectPau Espin Pedrol14-56/+368
2023-04-06NM: NACK received OML OPSTART if no attributes were set beforehandPau Espin Pedrol5-0/+30
2023-04-06nm: Apply OPSTART through NM FSMsPau Espin Pedrol8-6/+42
2023-04-06Simplify implementation of bts_model_opstart() in all bts typesPau Espin Pedrol7-74/+14
2023-04-06lc15,oc2g,sysmo: Update GPRS NM object state at the right timePau Espin Pedrol3-17/+3
2023-04-06bts_model_apply_oml(): Improve definition of parameterPau Espin Pedrol13-14/+24
2023-04-06oml: Get rid of unused tlv_parsed param in bts_model_apply_oml()Pau Espin Pedrol15-28/+14
2023-04-06nm: Drop NM_EV_SETATTR_{ACK/NACK}Pau Espin Pedrol16-138/+55
2023-04-05logging: Introduce LOGPLCGT()Harald Welte2-17/+18
2023-04-05nm: Apply BTS/TRX/TS OML Attributes through NM FSMsPau Espin Pedrol16-28/+93
2023-04-05oml.c: Remove dot character at the end of log linesPau Espin Pedrol1-9/+9
2023-04-04bts_model_apply_oml(): Drop unneded codePau Espin Pedrol7-56/+0
2023-04-04Clarify configuration of TSC on each timeslotPau Espin Pedrol8-12/+92
2023-04-04bts-trx: Drop unused param to internal functionPau Espin Pedrol1-2/+2
2023-04-03bts-{lc15,oc2g,sysmo}: support EFR in repeat_last_sid()Mychaela N. Falconia1-6/+6
2023-04-03tests: $(BUILT_SOURCES) is not defined, depend on osmo-bts-virtualVadim Yanitskiy1-3/+3
2023-04-01contrib/ber: Avoid regenerating codec_bit_class.h every buildPau Espin Pedrol3-7/+62
2023-03-31Replace explicit gsm_lchan_name() calls with LOGPLCHANHarald Welte8-273/+148
2023-03-30sysmo: emit empty RTP ticks during FACCH stealing on TCH/FMychaela N. Falconia3-0/+44
2023-03-30rtp continuous-streaming: fix BFI in the quality-suppressed caseMychaela N. Falconia1-2/+2
2023-03-30contrib: Add BER testing toolSylvain Munaut7-1/+690
2023-03-29lc15: fix compiler warning about unused variable cell_sizeHarald Welte1-3/+4
2023-03-29cosmetic: Remove "FIXME?" from Odd AMR CMI phaseHarald Welte3-3/+9
2023-03-29oc2g: Fix 'unused variable' compiler warningHarald Welte1-1/+1
2023-03-29lc15/oc2g: remove unused variablesHarald Welte2-6/+0
2023-03-29lc15: Remove unused warningHarald Welte1-1/+0
2023-03-29lc15: fix compiler warning about wrong indentHarald Welte1-2/+2
2023-03-29cosmetic: use __func__ instead of __FUNCTION__Harald Welte5-6/+6
2023-03-29common: implement rtp continuous-streaming modeMychaela N. Falconia4-16/+71