aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-04-16osmo-bts-trx: ul-pwr-controlneels/ul-pwrNeels Hofmeyr1-31/+26
2018-04-16osmo-bts-trx: fix MS power loop: remove extranous incrementNeels Hofmeyr1-3/+1
2018-04-09octphy: integrate octasics latest header releasePhilipp Maier3-13/+104
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 Hofmeyr6-29/+9
2018-04-03osmo-bts-sysmo eeprom.c Restore ability to read/write EEPROMKeith1-6/+7
2018-03-23cosmetic: remove unused variable in osmo-bts-omldummy/main.cPhilipp Maier1-1/+1
2018-03-23cosmetic: remove unused variablePhilipp Maier1-1/+0
2018-03-23cosmetic: remove dead codePhilipp Maier1-8/+0
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 Welte7-4/+291
2018-03-17virtual: Correctly set+report BTS variant in OML attributesHarald Welte2-0/+2
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte27-315/+233
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-10sysmobts: Compatibility with older firmware versionsHarald Welte1-1/+12
2018-03-09sysinfo.c: SI1 is optional; Send SI2 at TC=0 if no SI1 existsHarald Welte1-1/+3
2018-03-08fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()Neels Hofmeyr3-97/+118
2018-03-06common/vty.c: remove unused variablesVadim Yanitskiy1-2/+0
2018-03-05l1_tch: remove dead codePhilipp Maier1-64/+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-05scheduler_trx.c: remove ToA (Time of Arrival) hackVadim Yanitskiy1-9/+0
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-03-01octphy: replace #warning with #pragma messagePhilipp Maier2-2/+2
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 Welte7-18/+18
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 Welte8-62/+65
2018-02-27RACH decoding: Use BER threshold for RACH ghost detectionHarald Welte3-1/+23