aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26RSL: receive and send multiple SI2q messagesuser/max/si2q-testMax1-13/+26
2017-06-24Revert "RSL: receive and send multiple SI2q messages"Neels Hofmeyr1-34/+27
2017-06-24Revert "RSL: check for abnormal SI2q values"Neels Hofmeyr1-6/+0
2017-06-16RSL: check for abnormal SI2q valuesMax1-0/+6
2017-06-15RSL: receive and send multiple SI2q messagesMax1-27/+34
2017-06-13measurement: Improve log outputPhilipp Maier1-2/+14
2017-06-09measurement: fix measurement computationPhilipp Maier1-1/+2
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-8/+8
2017-05-09Prepare for extended SI2quater supportMax1-35/+42
2017-04-26Add MS TO to RSL measurementsMax1-5/+17
2017-02-10rsl: Output RTP stats before closing the socket.Alexander Chemeris1-0/+4
2017-02-08SACCH SI: assert that SI enum vals fit in bit maskNeels Hofmeyr1-0/+3
2017-02-08SACCH: fix sending of SI with an enum value > 7Neels Hofmeyr1-2/+2
2017-02-08fix missing ~ in bit logic for lchan->si.valid in rsl_rx_sacch_inf_mod()Neels Hofmeyr1-1/+1
2017-02-03Fix SACCH channel release indication not sent to BSC after location update.Jean-Francois Dionne1-1/+2
2017-02-01rsl: Fix dropping of LAPDm UA message.Minh-Quang Nguyen1-0/+17
2017-01-25OML: internalize failure reportingMax1-13/+8
2017-01-10RSL: add assertions to check args of public APIPhilipp1-3/+22
2017-01-10RSL: drop obsolete NULL checkPhilipp1-1/+1
2017-01-08Alarm on various errorsMax1-1/+15
2016-12-16Optionally use adaptive RTP jitter bufferingMax1-3/+13
2016-12-01Fix AGCH/PCH proportional allocationMax1-0/+8
2016-12-01Remove duplicated codeMax1-0/+6
2016-10-13DTX DL: use FSM for AMRMax1-2/+2
2016-10-12rsl: improving the log outputPhilipp1-7/+20
2016-10-11DTX: fix 1st RTP packet dropYves Godin1-0/+1
2016-09-19log causing rx event for lchan_lookup errorsNeels Hofmeyr1-8/+10
2016-09-09dyn TS: if PCU is not connected, allow operation as TCHNeels Hofmeyr1-11/+34
2016-09-02common/rsl: move decision whether to chan act ack/nack to common functionNeels Hofmeyr1-28/+30
2016-07-25dyn TS: common TCH/F_TCH/H_PDCH implementationNeels Hofmeyr1-12/+213
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-52/+12
2016-07-25dyn PDCH: code dup: use conf_lchans_as_pchan()Neels Hofmeyr1-2/+6
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-19/+31
2016-07-25error log: rsl.c: typo x2Neels Hofmeyr1-2/+2
2016-07-25doc: move dyn_pdch.msc to osmo-gsm-manuals.gitNeels Hofmeyr1-1/+2
2016-06-22dyn PDCH: safeguard: exit if nothing pending in dyn_pdch_ts_disconnected()Neels Hofmeyr1-1/+3
2016-06-21Use error values instead of number for RSL errorMax1-2/+2
2016-06-17error log: two minor clarificationsNeels Hofmeyr1-1/+1
2016-06-17dyn PDCH: implement main dyn PDCH logic in common/Neels Hofmeyr1-0/+268
2016-06-17dyn PDCH: rsl rx dchan: also log ip.access message namesNeels Hofmeyr1-2/+2
2016-06-12Add DTXd support for sysmoBTS and LC15Max1-6/+7
2016-05-31Use libosmocore function for uplink measurementsMax1-4/+9
2016-03-17Add explicit check for SI2quater index and countMax1-2/+21
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte1-0/+1
2015-12-03common/rsl.c: The presence of a valied measurement result is DEBUGHarald Welte1-1/+1
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-6/+6
2015-09-22Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-2/+1
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-12/+13
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg1-1/+2
2015-09-21audio/rsl: Include statistics for one callHolger Hans Peter Freyther1-3/+37