aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-29sysmo: fix handling of SID in EFRMychaela N. Falconia1-7/+6
2023-03-29trx: detect UL SID in EFR just like in FRMychaela N. Falconia2-0/+3
2023-03-28bts-{sysmo,oc2g,lc15}: Dump logical channel params during MPH-ACTIVATE.reqHarald Welte3-0/+9
2023-03-28common/vty: Print AMR MultiRate Configuration in "show lchan"Harald Welte2-0/+16
2023-03-28bts-{sysmo,oc2g,lc15}: Fix RTP of AMR SID_FIRST_P1Harald Welte3-24/+6
2023-03-28Introduce LOGPLCFN() for logging lchan-name + frame numberHarald Welte10-97/+93
2023-03-28cosmetic: Replace %i with %dHarald Welte3-4/+4
2023-03-27DTX: bts-{sysmo,oc2g,lc15}: Print DEBUG messages about ONSETHarald Welte3-0/+6
2023-03-24osmo-bts-{sysmo,lc15,oc2g}: fix segfault in ph_tch_req()Vadim Yanitskiy4-8/+4
2023-03-23rsl: rsl_handle_chan_mod_ie(): add missing GSM48_CMODE_* valuesVadim Yanitskiy1-17/+41