aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_bssap.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-21ASCI: Add assignment to a VGCS/VBS channelAndreas Eversberg1-0/+35
2023-07-21ASCI: Add decoding of VGCS/VBS A-interface messagesAndreas Eversberg1-0/+115
2023-07-21ASCI: Add processing and FSMs for VGCS/VBSAndreas Eversberg1-1/+5
2023-07-21ASCI: Add encoding of VGCS/VBS A-interface messagesAndreas Eversberg1-0/+178
2023-07-21ASCI: Prepare bssmap_handle_ass_req_ct_speech() for VGCS/VBSAndreas Eversberg1-7/+6
2023-07-21Fix typo in rate counters ASSIGMENT->ASSIGNMENTAndreas Eversberg1-1/+1
2023-03-15bsc_subscriber: Optimize lookup of bsub by TMSIPau Espin Pedrol1-2/+6
2023-03-06requires_voice_stream -> ch_indctrOliver Smith1-2/+3
2023-03-06assignment_fsm: chan mode check: support CSDOliver Smith1-0/+2
2023-03-06bssmap_handle_ass_req_tp_codec_list: tweak log msgOliver Smith1-1/+1
2023-03-06bssmap_handle_ass_req_ct_data: implementOliver Smith1-4/+98
2023-03-02select_codecs(): constify ct argNeels Hofmeyr1-1/+1
2023-03-02select_codecs(): doc tweakNeels Hofmeyr1-1/+1
2023-03-01bssmap_handle_ass_req_ct_speech: refactorOliver Smith1-30/+21
2023-03-01bssmap_handle_ass_req_ct_speech: split upOliver Smith1-29/+78
2023-03-01bssmap_handle_assignm_req: split upOliver Smith1-123/+144
2022-04-25bssap: always check return value of tlv_parse()Vadim Yanitskiy1-14/+34
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy1-3/+3
2022-03-09fix typo in name of BSS_MAP_MSG_ASSIGNMENT_RQSTNeels Hofmeyr1-2/+2
2022-03-09support "empty" SCCP N-Connect from MSCNeels Hofmeyr1-0/+22
2022-02-28inter-BSC HO in: add Codec List (BSS Supported) IE to HO Req AckNeels Hofmeyr1-0/+4
2022-02-28inter-BSC HO in: add Speech Codec (Chosen) IE to HO Req AckNeels Hofmeyr1-0/+11
2022-02-23inter-BSC HO in: add speech IEs only on speech mode lchansNeels Hofmeyr1-1/+1
2022-02-22cosmetics around select_best_cipher()Neels Hofmeyr1-7/+5
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr1-1/+1
2022-02-18rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-1/+1
2022-01-13Fix DLCI CC bits transmitted in SAPI "n" REJECTPau Espin Pedrol1-10/+0
2021-11-29Cosmetic: osmo-bsc/osmo_bsc_bssap: fix formattingOliver Smith1-14/+7
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr1-4/+0
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-0/+1
2021-06-18implement A5/4 in Ciphering Mode procedureNeels Hofmeyr1-1/+19
2021-06-18dissolve gsm0808_cipher_mode() into bssmap_handle_cipher_mode()Neels Hofmeyr1-32/+25
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol1-3/+6
2021-06-05fixup: pass tsc = -1 for previous default training sequence codeNeels Hofmeyr1-0/+4
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-9/+9
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-28/+29
2021-05-27assignment_fsm: send BSSMAP response only after Assignment RequestNeels Hofmeyr1-0/+2
2021-05-21select_codecs(): do not confuse bool 'true' with integer value 1Neels Hofmeyr1-6/+6
2021-04-24SRVCC: Forward Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol1-4/+11
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-9/+13
2021-04-15bssap: pass whole tlv_parsed to event GSCON_EV_A_COMMON_ID_INDPau Espin Pedrol1-8/+1
2021-01-29select_best_cipher(): Prefer A5/1 over A5/2Harald Welte1-3/+7
2020-11-09osmo_bsc_bssap: actually check for lchanPhilipp Maier1-1/+1
2020-10-15BSSMAP RESET: move RESET-ACK into reset fsmNeels Hofmeyr1-8/+9
2020-10-15BSSMAP RESET: move cancel-paging call to osmo_bsc_sigtran_reset()Neels Hofmeyr1-3/+0
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-0/+16
2020-10-08RSL/BSSAP: fix: properly convert between RSL Link ID and DLCIVadim Yanitskiy1-2/+14
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr1-2/+3
2020-10-07LCS: add paging reason, return in paging_request_stop()Neels Hofmeyr1-0/+1
2020-10-07refactor paging: add bsc_subscr to bsc_paging_paramsNeels Hofmeyr1-19/+14