aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_08_08.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-06-24fix segfault introduced by recent segfault fixNeels Hofmeyr1-9/+12
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-8/+41
2020-06-17MSC pooling: add rate countersNeels Hofmeyr1-1/+22
2020-06-17debug: log about matching Paging Response to earlier PagingNeels Hofmeyr1-1/+8
2020-06-17MSC pooling: add 'no allow-attach' for MSC off-loadingNeels Hofmeyr1-1/+12
2020-06-17MSC pooling: LU: ignore TMSI NRI from a different PLMNNeels Hofmeyr1-0/+49
2020-06-17MSC pooling: implement NAS node selection by NRI from TMSINeels Hofmeyr1-3/+42
2020-06-16tweak log category for Compl L3 errorNeels Hofmeyr1-1/+1
2020-06-16remove extract_sub(), add bsc_subscr_find_or_create_by_mi()Neels Hofmeyr1-44/+22
2020-06-10refactor bsc_find_msc()'s round-robinNeels Hofmeyr1-59/+66
2020-06-03is_cm_service_for_emerg(): return false, not 0Neels Hofmeyr1-1/+1
2020-06-03cosmetic: tweak rc type of is_cm_service_for_emerg()Neels Hofmeyr1-1/+1
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr1-8/+6
2020-05-29drop MSC types "local" vs "normal"Neels Hofmeyr1-2/+0
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr1-67/+1
2020-05-29code cleanup: absorb complete_layer3() into bsc_compl_l3()Neels Hofmeyr1-29/+18
2020-05-29drop CC 'local-prefix' featureNeels Hofmeyr1-122/+0
2020-05-27drop IMSI filter and libfilter completelyNeels Hofmeyr1-107/+0
2020-05-19stats: Add a BTS/BSC counter PAGING_NO_ACTIVE_PAGING.Alexander Chemeris1-0/+2
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-0/+4
2019-11-19bsc: Adapt maximum MS Power Ctrl level based on band and MS Power classPau Espin Pedrol1-0/+59
2019-10-03gsm_08_08.c: Mark func bsc_find_msc() staticPau Espin Pedrol1-1/+1
2019-09-07bsc: gsm_08_08.c: Remove repeated conn not null checkPau Espin Pedrol1-1/+1
2019-08-28gsm_08_08.c: always pick first msc for unsolicit paging responsesPhilipp Maier1-3/+16
2019-08-12bsc_msc_data: remove unused member is_authenticatedPhilipp Maier1-2/+0
2019-07-08make bsc_clear_request() staticNeels Hofmeyr1-2/+4
2018-12-11bsc: dtap: Set subscr log contextPau Espin Pedrol1-3/+8
2018-12-11bsc: Set subscr log context during complete_layer3Pau Espin Pedrol1-10/+16
2018-11-18bsc: gsm0808: Fix return code in bsc_compl_l3Pau Espin Pedrol1-1/+1
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-1/+1
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-1/+1
2018-11-09gsm_data: make cgi_for_msc available for other modulesPhilipp Maier1-16/+0
2018-10-21gsm_08_08: do not include zero length speech codec list.Philipp Maier1-1/+11
2018-10-17gsm_08_08: allow zero length speech codec lists in compl l3 info.Philipp Maier1-6/+1
2018-10-05gsm_08_08: abort complete L3 3 msg gen when no codecs are setPhilipp Maier1-1/+6
2018-09-24codec_pref: Add Codec List to COMPLETE LAYER 3 INFORMATIONPhilipp Maier1-1/+8
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier1-1/+1
2018-07-28cosmetic: rename osmo_bsc_api.c to gsm_08_08.cNeels Hofmeyr1-0/+665