aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2019-10-09L1SAP: use GSMTAP_CHANNEL_PDTCH for PDTCH blocks by defaultVadim Yanitskiy1-2/+4
2019-10-09L1SAP: fix gsmtap_pdch(): there can be no DATA.ind on PTCCH/UVadim Yanitskiy1-7/+0
2019-10-09L1SAP: use the actual ARFCN for outgoing PCUIF messagesVadim Yanitskiy1-4/+4
2019-10-09L1SAP: properly handle 11-bit encoded RACH.ind in gsmtap_ph_rach()Vadim Yanitskiy1-1/+1
2019-10-09L1SAP: refactor handling of Access Bursts on PDCHVadim Yanitskiy1-15/+43
2019-10-09L1SAP: do not pass unused parameter to l1sap_handover_rach()Vadim Yanitskiy1-3/+2
2019-10-09L1SAP: clarify debug messages in rach_pass_filter()Vadim Yanitskiy1-3/+3
2019-10-05bts-trx: vty: Print phy link state in cmd 'show transceiver'Pau Espin Pedrol1-0/+10
2019-10-04common/l1sap: increase ToA precision for packet Access BurstsVadim Yanitskiy1-1/+2
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy3-7/+25
2019-10-02l1sap: Log conn dropped due to radio link counter timeoutPau Espin Pedrol1-1/+5
2019-10-02scheduler: Use OSMO_ASSERT instead of abortPau Espin Pedrol1-4/+3
2019-10-02scheduler.c: Move some message log level to DEBUGPau Espin Pedrol1-4/+4
2019-09-10osmo-bts-trx: migrate to new generic ECU abstractionHarald Welte1-0/+22
2019-09-07common/rsl.c: fix possible NULL-pointer dereferenceVadim Yanitskiy1-1/+5
2019-09-06pcu_interface: Forward ETWS Primary Notification to PCUHarald Welte2-0/+26
2019-09-05ETWS Primary Notification via P1 Rest OctetsHarald Welte4-11/+176
2019-08-29pcu_sock: fix endian-swapped CellIDOliver Smith1-1/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol2-3/+3
2019-07-21Move Access Burst link quality handling to L1SAPVadim Yanitskiy1-0/+8
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy4-13/+13
2019-07-18common/rsl.c: fix: properly handle SI3 Rest OctetsVadim Yanitskiy1-1/+3
2019-07-17fix spelling stuff mentioned by lintianThorsten Alteholz2-2/+2
2019-07-16osmo-bts-trx/scheduler: pass trx_ul_burst_ind to lchan handlersVadim Yanitskiy1-6/+15
2019-07-16RSL: Fix fixed MS power control in RSL CHAN ACTIVEric Wild1-0/+8
2019-06-27osmo-bts-trx/trx_if.c: introduce TRXD header version handlingVadim Yanitskiy1-13/+13
2019-06-25bts: Bypass T200 DCCH values for CCCHPau Espin Pedrol1-8/+11
2019-06-21revert changes to T200Eric Wild1-7/+17
2019-06-13lapdm: Use new libosmocore API to ensure per-channel-type N200 valuesHarald Welte2-57/+40
2019-06-13Update T200 timer default valuesHarald Welte1-9/+9
2019-06-13[correctly] use the LAPDm T200 values received via OMLHarald Welte1-16/+13
2019-06-13l1sap: Compute statistics on FN advance in PH-RTS.indHarald Welte3-0/+36
2019-06-08common/scheduler.c: refactor description of TRXC_* lchansVadim Yanitskiy1-98/+452
2019-06-05Use #define RSL_CHAN_RACH for RSL Channel Number of RACHVadim Yanitskiy1-1/+1
2019-06-03common/bts.c: bts_supports_cm(): take care about GSM48_CMODE_SIGNVadim Yanitskiy1-0/+5
2019-06-01common/rsl.c: RSL_IE_HANDO_REF is mandatory for handover CHAN ACTVadim Yanitskiy1-3/+7
2019-05-28clear GPRS indicator in SI3 while PCU is disconnectedHarald Welte3-9/+57
2019-05-27Fix passing of RR SUSPEND REQ from DCCH to PCU socketHarald Welte1-9/+33
2019-05-26common/rsl.c: fix NULL-pointer dereference in rsl_rx_rll()Vadim Yanitskiy1-2/+2
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte7-44/+45
2019-05-24oml: Have one generic log message for all transmitted messagesHarald Welte1-6/+2
2019-05-24oml: Print more context from FOM Header or using MOHarald Welte1-28/+31
2019-05-24l1sap: Fix calculation of expired RACH slots in case of missing frame numbersHarald Welte1-2/+5
2019-05-24l1sap: Correctly count RACH slots in calc_exprd_rach_frames()Harald Welte1-4/+1
2019-05-24load_indication: Fix missing re-set of RACH parametersHarald Welte1-0/+1
2019-05-24rsl: MS POWER COCNTROL isn't (only) about "forcing" power levelsHarald Welte1-1/+1
2019-05-24rsl: Implement parsing of BS Power Control messageHarald Welte1-0/+44
2019-05-24RSL: Fix logic about fixed/dynamic MS power control in MS POWER COMMANDHarald Welte1-6/+21
2019-05-24Use LOGPLCHAN whenever possibleHarald Welte6-210/+150
2019-05-23cbch: Improve verbosity and extend logging; Always indicate BASIC/EXTD CBCHHarald Welte1-19/+35