aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-22sysmo: calib_file.c: Avoid decl of unused vars and funcs with femtobts_v2.7 b...Pau Espin Pedrol1-19/+19
2018-06-22sysmo: l1_if.c: Avoid decl of unused vars and funcs with femtobts_v2.7 buildPau Espin Pedrol1-3/+4
2018-06-22sysmo: l1if_mute_rf: Declare vars inside ifdef sectionPau Espin Pedrol1-3/+2
2018-06-22sysmo: Fix memcmp in RF-MUTE.req for superfemto < 3.6.0Pau Espin Pedrol1-2/+2
2018-06-20sysmo: vty: Add missing include for lchan_deactivatePau Espin Pedrol1-0/+1
2018-06-20l1_if.c: Move decl of vars used in conditional macroPau Espin Pedrol1-3/+3
2018-06-14pcu_sock: Log event pcu_sock createdPau Espin Pedrol1-0/+2
2018-06-11lc15: Fix incorrect cast of hLayer1Pau Espin Pedrol1-1/+1
2018-06-10lc15: Use correct type for hLayer1 fieldPau Espin Pedrol2-10/+11
2018-06-09Send DELETE_IND when dropping Imm Assign pending messagePau Espin Pedrol3-1/+4
2018-06-08compact AGCH queue: Drop too msg diff than IMM_ASS_REJPau Espin Pedrol2-6/+1
2018-06-08bts_agch_enqueue: Decrease queue len hard_limit from 1000 to 100Pau Espin Pedrol2-3/+3
2018-06-08bts.c: Add missing include for gsm48_rr_msg_namePau Espin Pedrol1-0/+1
2018-06-06bts.c: Log name of RR msg type instead of valuePau Espin Pedrol1-2/+2
2018-05-25rtp: make port range configurable, assign correct port numbersPhilipp Maier4-2/+72
2018-05-24cosmetic: it's n_r in check_for_first_ciphrd(), not n_sHarald Welte1-3/+3
2018-05-24scheduler_trx: Add reminders to use libosmocore functionsHarald Welte1-0/+3
2018-05-15let osmo-bts log a special notice if OML connection is closed earlyStefan Sperling2-1/+23
2018-05-15Bump version: 0.8.0.16-6a9a → 0.8.10.8.1pespin/releasePau Espin Pedrol1-0/+26
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-05-03Bump version: 0.7.0.183-c45a-dirty → 0.8.00.8.0Pau Espin Pedrol2-8/+215
2018-04-25scheduler_trx: Fix signed integer overflow in clock calculationsPau Espin Pedrol1-2/+3
2018-04-23gsm_data_shared.h: Remove unused enum gsm_paging_eventPau Espin Pedrol1-7/+0
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 Pedrol4-0/+4
2018-04-17osmo-bts-trx: perform error concealment for FR framesPhilipp Maier2-2/+22
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