aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_bssap.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-04support "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-28inter-BSC HO in: add speech IEs only on speech mode lchansNeels Hofmeyr1-1/+1
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr1-1/+1
2022-02-22rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-1/+1
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
2020-10-07refactor paging: introduce bsc_paging_start()Neels Hofmeyr1-3/+6
2020-10-07refactor paging: introduce bsc_paging_paramsNeels Hofmeyr1-97/+84
2020-09-23bssap: Use new DTAP DLCI helper fields from libosmocorePau Espin Pedrol1-1/+1
2020-09-16drop bsc_subscr.lacNeels Hofmeyr1-1/+0
2020-09-16dissolve bsc_grace_paging_request()Neels Hofmeyr1-1/+6
2020-08-17Implement support for receiving BSSMAP CommonID from MSCHarald Welte1-0/+32
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-07-16RR Channel Release: pass Cause code from BSSMAP Clear to the BTSNeels Hofmeyr1-4/+12
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-10/+14
2020-06-16use osmo_mobile_identity API everywhereNeels Hofmeyr1-17/+22
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr1-1/+1
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr1-13/+2
2020-05-19bssap: Handle BSSMAP CONFUSION message.Alexander Chemeris1-0/+54
2020-05-16log: Fix "Paging request failed" logging levelAlexander Chemeris1-1/+1
2020-05-11stats: Rename BSSMAP Rx message counters to match Tx ones.Alexander Chemeris1-3/+3
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-0/+8
2020-05-11stats: Only dereference a connection pointer after checking for NULL.Alexander Chemeris1-1/+2
2020-05-09stats: Add counters for received BSSMAP messages.Alexander Chemeris1-0/+17
2020-05-09Fix indent whitespace and log message.Alexander Chemeris1-5/+5
2020-02-12bssap: Avoid logging error if no optional Global Call Ref IE receivedPau Espin Pedrol1-11/+15
2019-11-13Fix some typosMartin Hauke1-3/+3