aboutsummaryrefslogtreecommitdiffstats
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 Maier4-20/+181
2018-04-06contrib: jenkins_bts_model: Fix bashism exprPau Espin Pedrol1-1/+1
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 Hofmeyr15-40/+23
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-17debian: Split osmo-bts-virtual from osmo-bts-trxHarald Welte4-1/+24
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 Welte10-4/+294
2018-03-17virtual: Correctly set+report BTS variant in OML attributesHarald Welte3-0/+3
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte36-477/+371
2018-03-17cosmetic: Move agch_queue to sub-structure of gsm_bts_role_btsHarald Welte4-71/+73
2018-03-17gsm_data_shared: Remove unused definitions/members/functionsHarald Welte3-248/+1
2018-03-13common/main.c: track talloc NULL contexts by defaultVadim Yanitskiy1-0/+3
2018-03-13configure: add --enable-werrorNeels Hofmeyr1-0/+21
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 Hofmeyr3-13/+11
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-02pcuif_proto: add version 8 featuresAlexander Couzens1-1/+19
2018-03-02pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.hAlexander Couzens4-4/+4
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-28pcuif_proto: correct indention of gsm_pcu_if_dataAlexander Couzens1-5/+5
2018-02-27Add high-accuracy ToA value to Uplink Measurement ReportsHarald Welte3-0/+41