aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-06TRX can't be usable when the RSL link is down.Alexander Chemeris1-0/+4
2020-06-06chan_alloc: Fix calculation of total available channels.Alexander Chemeris1-0/+5
2020-06-06chan_alloc: Fix typo in a comment.Alexander Chemeris1-1/+1
2020-06-06stats: Fis a case where borken TS counters are not reduced on OML/RSL disconn...Alexander Chemeris1-7/+16
2020-06-06paging: Remove obsolete comment.Alexander Chemeris1-6/+0
2020-06-06stats: Add a BTS counter for paging requests responded elsewhere.Alexander Chemeris1-1/+3
2020-06-03CTRL: determine MSC connection status from RESET-ACK, not AS_ACTIVENeels Hofmeyr1-10/+2
2020-06-03abis_nm: fix: properly truncate feature vector reported by BTSVadim Yanitskiy1-3/+4
2020-06-03abis_nm: cosmetic: use sizeof() for printing buffer sizeVadim Yanitskiy1-2/+2
2020-06-03abis_nm: cosmetic: add curly braces to complex 'if' statementsVadim Yanitskiy1-5/+10
2020-05-31bsc_bts_alloc_register(): fix possible NULL-pointer dereferenceVadim Yanitskiy1-0/+1
2020-05-31bts_sysmobts: fix: properly zero-initialize the feature vectorVadim Yanitskiy1-1/+1
2020-05-31bts_unknown: fix: properly initialize the feature vectorVadim Yanitskiy1-0/+6
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr12-82/+55
2020-05-29drop MSC types "local" vs "normal"Neels Hofmeyr3-18/+4
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr9-432/+27
2020-05-29code cleanup: absorb complete_layer3() into bsc_compl_l3()Neels Hofmeyr1-29/+18
2020-05-29drop CC 'local-prefix' featureNeels Hofmeyr3-167/+0
2020-05-29Return 0 from gsm0408_rcvmsg() if SCCP link is already closed.Alexander Chemeris1-1/+1
2020-05-29bsc_subscr_find_or_create_by_{imsi,tmsi}(): fix NULL pointer dereferenceVadim Yanitskiy1-0/+4
2020-05-28stats: Count paging requests flushed due to MSC Reset.Alexander Chemeris1-0/+4
2020-05-28bsc_subscr_conn_fsm: Fix crash in gscon_forget_lchan()Alexander Chemeris1-1/+1
2020-05-27drop IMSI filter and libfilter completelyNeels Hofmeyr9-833/+0
2020-05-27cosmetic: put comment back at proper place in bsc_vty.cNeels Hofmeyr1-1/+1
2020-05-19bsc_patch: Don't even parse MM INFO if TZ patching is not enabled.Alexander Chemeris1-5/+5
2020-05-19Fix crash in bsc_patch_mm_info()Alexander Chemeris1-2/+1
2020-05-19deprecate 'msc' / 'ip.access rtp-base <port>'Neels Hofmeyr2-11/+3
2020-05-19bssap: Handle BSSMAP CONFUSION message.Alexander Chemeris2-0/+55
2020-05-19stats: Correctly count lchans under BORKEN TS.Alexander Chemeris1-0/+7
2020-05-19stats: Add a BTS/BSC counter PAGING_NO_ACTIVE_PAGING.Alexander Chemeris1-0/+2
2020-05-19stats: Add counters and gauges for BORKEN lchans/TSAlexander Chemeris4-10/+101
2020-05-19borken: Recover from more TS borken states.Alexander Chemeris1-3/+16
2020-05-17log: Demote "SAPI=%u ESTABLISH CONFIRM" message from ERROR to DEBUG.Alexander Chemeris1-1/+1
2020-05-17log: Demote "CHAN RQD: reason" to INFOAlexander Chemeris1-1/+1
2020-05-17bssmap: Ignore repeated BSSMAP RESET ACK messages.Alexander Chemeris1-1/+4
2020-05-16A-bis: fix logging level mismatch in abis_nm_rcvmsg_fom()Vadim Yanitskiy1-2/+2
2020-05-16log: Adjust "new SIGTRAN connection" logging levelAlexander Chemeris1-2/+2
2020-05-16log: Fix "Paging request failed" logging levelAlexander Chemeris1-1/+1
2020-05-15bsc_vty: Coding style fix - brackets around a complex if/elseAlexander Chemeris1-2/+2
2020-05-11stats: Rename BSSMAP Rx message counters to match Tx ones.Alexander Chemeris2-17/+17
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris7-3/+75
2020-05-11stats: Only dereference a connection pointer after checking for NULL.Alexander Chemeris1-1/+2
2020-05-09timeslot_fsm: Allow PDCH_ACT_ACK in BORKEN state.Alexander Chemeris1-0/+8
2020-05-09lchan: Allow transition from BORKEN state to WAIT_RF_RELEASE_ACKAlexander Chemeris1-0/+1
2020-05-09bsc_subscr_conn_fsm: Fix a typo in the comment life->liveAlexander Chemeris1-1/+1
2020-05-09stats: Fix Rx DTAP error stat descriptionAlexander Chemeris1-1/+1
2020-05-09a_reset: Rename SIGTRAN connection to BSSMAP MSC assocation in log messagesAlexander Chemeris1-2/+2
2020-05-09bts_nokia_site: Fake 12.21 OM objet state as "OK" when boot is doneSylvain Munaut1-0/+35
2020-05-09stats: Export connected OML/RSL links count per BTS.Alexander Chemeris2-0/+6
2020-05-09stats: Add counters for received BSSMAP messages.Alexander Chemeris2-0/+30