aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-23bts-trx: Avoid pushing interf_meas for disabled TRXPau Espin Pedrol1-0/+5
2023-03-22osmo-bts-trx: properly activate [CBCH/]BCCH/CCCHVadim Yanitskiy4-58/+101
2023-03-21contrib/osmo-bts.spec.in: do not depend on libosmogbVadim Yanitskiy2-2/+1
2023-03-20osmo-bts-virtual: properly handle dynamic TS in vbts_set_ts()Vadim Yanitskiy1-1/+23
2023-03-20scheduler: log pchan value in trx_sched_set_pchan()Vadim Yanitskiy1-2/+2
2023-03-17Avoid tx RF Resource Ind for disabled TRXPau Espin Pedrol2-4/+10
2023-03-17cosmetic: bts_trx.h: Fix whitespacePau Espin Pedrol1-2/+2
2023-03-17cosmetic: gsm_pchan2chan_nr(): Update spec documentationPau Espin Pedrol1-2/+2
2023-03-17lchan: Improve error path logging in gsm_pchan2chan_nr()Pau Espin Pedrol1-4/+4
2023-03-15Rewrite pcu_sock_write()Pau Espin Pedrol1-25/+11
2023-03-14tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy11-0/+11