aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-21dbg log hodec2neels/hodec2Neels Hofmeyr2-2/+20
2020-08-21log best candidate idxNeels Hofmeyr1-5/+10
2020-08-21hodec2: consider congestion resolution across TCH/F<->TCH/HNeels Hofmeyr1-65/+37
2020-08-21mscpool: fix refcount leak for unusual case of no btsNeels Hofmeyr1-3/+4
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-08-18vty: fix copy-pasted 'no gprs control-ack-type-rach' descriptionVadim Yanitskiy1-1/+1
2020-08-17Implement support for receiving BSSMAP CommonID from MSCHarald Welte3-1/+49
2020-08-13info, error log: show MSC nr for new connNeels Hofmeyr1-3/+3
2020-08-13debug log: add RR Release cause code to the logNeels Hofmeyr1-2/+2
2020-08-13gscon timeout: use proper cause code for lchan releaseNeels Hofmeyr1-1/+1
2020-08-13cosmetic: bscon: use GSM48_RR_CAUSE_NORMAL instead of 0Neels Hofmeyr1-1/+1
2020-08-12abis_rsl.c: make sure emergency calls are rejected earlyPhilipp Maier1-1/+10
2020-08-12timeslot_fsm: Name TS FSM instances on allocation.Alexander Chemeris1-0/+1
2020-08-12chan_alloc: Fix typo in a comment.Alexander Chemeris1-1/+1
2020-08-12paging: Remove obsolete comment.Alexander Chemeris1-6/+0
2020-08-12gsm_04_08_rr: block EMERGENCY SETUP when EMERGENCY CALLS are deniedPhilipp Maier1-0/+19
2020-08-12e1: encode line number as trunk number in MGCP endpointPhilipp Maier1-2/+5
2020-08-11vty: allow enabling freq. hopping regardless of the feature vectorVadim Yanitskiy1-3/+4
2020-08-11vty: introduce and use GPRS_CHECK_ENABLED() macroVadim Yanitskiy1-48/+21
2020-08-11vty: fix missing comma in a warning messageVadim Yanitskiy1-1/+1
2020-08-11vty: ensure that all warning messages are prefixed with '%%'Vadim Yanitskiy1-55/+57
2020-08-10hodec2: log requirements of best candidate, log rxlev in dBmNeels Hofmeyr1-14/+21
2020-08-10hodec2: do not keep candidates with zero requirements metNeels Hofmeyr1-0/+7
2020-08-10hodec2 congestion: consider only congested pchan typesNeels Hofmeyr1-0/+8
2020-08-10hodec2: fix logging of requirements flagsNeels Hofmeyr1-1/+1
2020-08-06lchan_rtp_fsm: use E1 endpoints if the BTS is not ipaccess typePhilipp Maier2-7/+31
2020-08-03lchan_rtp_fsm: make _fsm_timer_cb and _fsm_cleanup staticPhilipp Maier1-2/+2
2020-08-01BS-11: Fix "CONNECT TERRESTRIAL TRAFFIC"Harald Welte1-3/+10
2020-07-31Introduce support for ACC ramping during whole BTS life cyclePau Espin Pedrol2-53/+102
2020-07-30fix CBSP server: actually open the srv_linkNeels Hofmeyr1-3/+10
2020-07-30acc.c: Don't use C99 constructs, this breaks builds on Debian 8Harald Welte1-2/+6
2020-07-29Introduce support for ACC subset rotationPau Espin Pedrol4-68/+349
2020-07-26lchan_fsm: silently ignore LCHAN_EV_RLL_ERR_INDHarald Welte1-0/+8
2020-07-20rename files acc_ramp.* -> acc.c*Pau Espin Pedrol6-8/+8
2020-07-18Move acc_ramp_init inside gsm_bts_allocPau Espin Pedrol4-5/+6
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol7-167/+176
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol8-257/+297
2020-07-18bts: Drop duplicated function to get trx by numberPau Espin Pedrol6-23/+13
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol53-728/+820
2020-07-16propagate RSL error cause codes to RR Channel Release causeNeels Hofmeyr3-0/+33
2020-07-16RR Channel Release: pass Cause code from BSSMAP Clear to the BTSNeels Hofmeyr5-11/+53
2020-07-16RR Release Cell selection IE: fix repeated EARFCNs encodingNeels Hofmeyr1-4/+8
2020-07-16ipaccess_nanobts: Log ipaccess_sign_link_down eventPau Espin Pedrol1-0/+4
2020-07-15Fix trailing whitespace in several filesPau Espin Pedrol6-9/+7
2020-07-15Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol11-35/+35
2020-07-15bts_nokia_site: Clean up loggingHarald Welte1-53/+37
2020-07-14Don't print 'bogus channel load sample' message if total == 0Harald Welte1-1/+3
2020-07-14Bring timeslot FSMs on BS-11 out of NOT_INITIALIZED stateHarald Welte1-0/+5
2020-07-14abis_nm: Avoid various "Unhandled message" errors on BS-11 startupHarald Welte1-0/+12
2020-07-14ipaccess_sign_link_up: Log sign_link typePau Espin Pedrol1-1/+1