aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_08_08.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-01fix mscpool for large msc NRsNeels Hofmeyr1-1/+1
2023-03-15Move bsc_conn_by_bsub() and make it staticPau Espin Pedrol1-0/+13
2023-03-06requires_voice_stream -> ch_indctrOliver Smith1-0/+11
2023-01-03bsc_compl_l3(): Update documentation regarding no bsc_subscr in connPau Espin Pedrol1-5/+6
2023-01-02bsc: Fix crash if PagingResponse with invalid MobileIdentity is receivedPau Espin Pedrol1-1/+2
2022-06-20logs: also record which BTS is signaling a SAPI REJECTMichael Iedema1-2/+4
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy1-2/+2
2022-01-13Fix DLCI CC bits transmitted in SAPI "n" REJECTPau Espin Pedrol1-9/+0
2021-11-05drop unused gsm48_tx_mm_serv_ack()Neels Hofmeyr1-17/+0
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-0/+1
2021-07-24fix CM Re-Establishment Request: allocate new A connNeels Hofmeyr1-2/+7
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-16/+16
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-1/+2
2020-12-02gsm_08_08: fix NULL pointer dereference in bsc_cm_update()Vadim Yanitskiy1-7/+9
2020-12-01abis_rsl: parse cm3 and indicate ACCH repetition cap to BTSPhilipp Maier1-0/+9
2020-10-28fix missing RR release when there is no MSCNeels Hofmeyr1-1/+1
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-0/+7
2020-10-08gsm_08_08: fix unreachable code in parse_powercap()Philipp Maier1-0/+1
2020-10-08RSL/BSSAP: fix: properly convert between RSL Link ID and DLCIVadim Yanitskiy1-2/+13
2020-10-07LCS: implement re-use of existing A-interface connNeels Hofmeyr1-23/+55
2020-10-07cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3Neels Hofmeyr1-1/+1
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr1-3/+8
2020-10-07LCS: add paging reason, return in paging_request_stop()Neels Hofmeyr1-1/+3
2020-10-07compl l3: move all message parsing out of bsc_find_msc()Neels Hofmeyr1-23/+10
2020-10-07compl l3: move Paging Response handling out of bsc_find_msc()Neels Hofmeyr1-63/+34
2020-10-07compl l3: populate conn's bsc subscr from MINeels Hofmeyr1-0/+7
2020-10-07compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.cNeels Hofmeyr1-1/+17
2020-10-07compl l3: cosmetics around Create Layer 3Neels Hofmeyr1-24/+26
2020-10-07compl l3: parse Mobile Identity onceNeels Hofmeyr1-28/+27
2020-10-07compl l3: separate paging handling from bsc_scan_bts_msg()Neels Hofmeyr1-77/+53
2020-08-26bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECTVadim Yanitskiy1-3/+5
2020-08-26fix bsc_sapi_n_reject(): dlci is unsigned, use uint8_tVadim Yanitskiy1-1/+1
2020-08-21mscpool: fix refcount leak for unusual case of no btsNeels Hofmeyr1-3/+4
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