aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2018-04-05fix activation of osmocom-style dynamic PDCH as TCH/F or TCH/HHarald Welte1-0/+2
2018-04-05rsl_tx_dyn_pdch_ack: Add missing FRAME_NR information elementHarald Welte1-4/+7
2018-04-05fox chan_nr_is_dchan() for RSL_CHAN_OSMO_PDCHHarald Welte1-2/+2
2018-04-04use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2-11/+1
2018-03-21l1sap: Avoid assumption that l1sap is at head of msgbPau Espin Pedrol1-11/+15
2018-03-17omldummy: Suppress RSL transmission errorsHarald Welte1-0/+7
2018-03-17fix inverted logic bug in omldummy patchHarald Welte1-1/+1
2018-03-17Add 'osmo-bts-omldummy' to bring up only OML without RSLHarald Welte2-3/+7
2018-03-17virtual: Correctly set+report BTS variant in OML attributesHarald Welte1-0/+1
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte14-271/+212
2018-03-17cosmetic: Move agch_queue to sub-structure of gsm_bts_role_btsHarald Welte2-45/+45
2018-03-17gsm_data_shared: Remove unused definitions/members/functionsHarald Welte2-51/+1
2018-03-13common/main.c: track talloc NULL contexts by defaultVadim Yanitskiy1-0/+3
2018-03-11sysinfo: Fix scheduling of downlink SACCH informationHarald Welte1-2/+4
2018-03-11cosmetic: Document some SI scheduling related function APIHarald Welte2-1/+17
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-10/+5
2018-03-09sysinfo.c: SI1 is optional; Send SI2 at TC=0 if no SI1 existsHarald Welte1-1/+3
2018-03-06common/vty.c: remove unused variablesVadim Yanitskiy1-2/+0
2018-03-05common/l1sap.c: limit the minimal ToA for RACH burstsVadim Yanitskiy1-4/+12
2018-03-05common/l1sap.c: perform noise / ghost filtering for handover RACHVadim Yanitskiy1-14/+17
2018-03-05common/l1sap.c: clean up noise / ghost RACH filteringVadim Yanitskiy1-21/+26
2018-03-05common/l1sap.c: increment valid RACH counter after all checksVadim Yanitskiy1-5/+5
2018-03-05common/l1sap.c: increase the BTS_CTR_RACH_DROP in RACH BER checkVadim Yanitskiy1-0/+1
2018-03-03rsl: remove unused variablePhilipp Maier1-1/+0
2018-03-03ipac: fix log outputPhilipp Maier1-12/+10
2018-03-02pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.hAlexander Couzens2-2/+2
2018-03-02common/pcu_sock.c: fix double field assignmentVadim Yanitskiy1-1/+0
2018-02-28pcu_sock: LOG + drop PCU DATA.req for inactive lchanHarald Welte1-0/+6
2018-02-28pcu_sock: LOG + drop DATA.req from PCU for non-PDCH timeslotHarald Welte1-0/+6
2018-02-28pcu_sock: Log an error message and discard PCU primitives for BTS != 0Harald Welte1-0/+4
2018-02-28pcu_sock: Don't overflow the timeslot arrayHarald Welte1-0/+6
2018-02-28pcu_sock: Discard messages that are too shortHarald Welte1-0/+6
2018-02-27Add high-accuracy ToA value to Uplink Measurement ReportsHarald Welte2-0/+40
2018-02-27measurement: Keep average of high-accurate ToA value in lchanHarald Welte1-0/+1
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte2-8/+8
2018-02-27measurement.c: higher-precision TA/TOA mathHarald Welte2-6/+6
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte1-2/+2
2018-02-27RACH decoding: Use BER threshold for RACH ghost detectionHarald Welte3-1/+23
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-6/+16
2018-02-26scheduler: Add missing \n at end of LOG statementHarald Welte1-1/+1
2018-02-26measurement.c: Don't silently copy "FULL" measurements to "SUB"Harald Welte1-2/+5
2018-02-26measurement: Compute RX{LEV,QUAL}-SUB for SDCCH and non-AMR TCHHarald Welte1-3/+99
2018-02-26split scheduler_mframe.c from scheduler.cHarald Welte3-816/+825
2018-02-26counters: split rach:sent into rach:drop, rach:ho, rach:cs and rach:psHarald Welte2-3/+10
2018-02-26measurement.c: Fix sdcch4_meas_rep_fn102 / sdcch8_meas_rep_fn102Harald Welte1-15/+14
2018-02-25RSL IPA DLCX: Avoid another null-pointer dereferenceHarald Welte1-6/+5
2018-02-25RSL: Fix encoding of ConnectionID in IPA_DLCX_ACKHarald Welte1-1/+1
2018-02-25RSL IPA DLCX: Avoid null-pointer dereferenceHarald Welte1-5/+7
2018-02-25paging: Fix encoding of PAGING TYPE 3 Rest OctetsHarald Welte1-8/+12
2018-02-24rsl: Improve ERROR REPORTingHarald Welte1-44/+81