aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-10dyn TS: be less strict on chan_nr, to allow arbitrary pchan switchesNeels Hofmeyr1-10/+4
2018-05-09osmo-bts-trx: Enable A5/3 cipher supportHarald Welte1-1/+1
2018-05-09rsl: If CHAN ACT or MODE MODIF fails, send respective NACKHarald Welte1-4/+4
2018-05-09rsl: Properly NACK CHAN_ACKT / MODE_MODIFYHarald Welte1-13/+17
2018-05-09rsl: Make channel activation fail if encryption algorithm not supportedHarald Welte1-1/+1
2018-05-09rsl: log errors when parsing of encryption information failsHarald Welte1-2/+10
2018-05-08add/improve various logging around dyn tsNeels Hofmeyr2-10/+22
2018-05-08ip.access dyn ts: properly NACK a PDCH ACT on a still active lchanNeels Hofmeyr1-0/+7
2018-05-08fix RSL Chan Activ Nack messagesNeels Hofmeyr1-6/+4
2018-05-08ignore RSL RF CHAN REL for inactive lchansNeels Hofmeyr1-9/+29
2018-05-07send a State Changed Event Report when rf is locked/unlockedStefan Sperling1-1/+10
2018-05-05cosmetic: dyn TS: clarify chan_nr compositionNeels Hofmeyr1-4/+14
2018-05-05dyn TS: clear TCH state upon reconnecting as PDCHNeels Hofmeyr1-0/+26
2018-05-05dyn TS: rx_rf_chan_rel: properly mark PDCH rel when no PCU, clarifyNeels Hofmeyr1-4/+7
2018-05-05dyn TS: fix TCH/F_TCH/H_PDCH: properly record release of PDCH TSNeels Hofmeyr1-0/+2
2018-05-05cosmetic: dyn TS: clarify rsl_tx_rf_rel_ack() with a switchNeels Hofmeyr1-9/+41
2018-04-25scheduler_trx: Fix signed integer overflow in clock calculationsPau Espin Pedrol1-2/+3
2018-04-23return NACK codes instead of errno values from oml_tx_attr_resp()Stefan Sperling1-14/+8
2018-04-19cosmetic: fix typos in src/common/oml.cStefan Sperling1-4/+4
2018-04-19respond with NACK for non-hopping BTS with multiple ARFCNStefan Sperling1-2/+1
2018-04-17common/sysinfo.c: Fix no return on on-void functionPau Espin Pedrol1-0/+1
2018-04-17Include missing headers for osmo_init_logging2Pau Espin Pedrol1-0/+1
2018-04-17osmo-bts-trx: perform error concealment for FR framesPhilipp Maier1-2/+16
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