aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_bssap.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-19bssap: Parse Osmux CID on BSSAP Assign Req recv and use it in MGCPPau Espin Pedrol1-0/+28
2019-05-19bssap: Detect MSC Osmux support on RESET (ACK) recvPau Espin Pedrol1-0/+23
2019-05-05fix inter-BSC-HO-incoming for AoIP (2/2)Neels Hofmeyr1-6/+31
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-48/+76
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-1/+2
2019-03-27osmo_bsc_bssap: check bssmap length fieldPhilipp Maier1-1/+31
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr1-76/+48
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-48/+76
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier1-26/+107
2019-02-05Implement CSFB "Fast Return" Handling at RR RELEASEHarald Welte1-1/+18
2018-12-21make sure early lchan act failure resets the lchanNeels Hofmeyr1-1/+1
2018-12-12bsc: bssap: Set subscr log context during pagingPau Espin Pedrol1-2/+8
2018-12-11bsc: dtap: Set subscr log contextPau Espin Pedrol1-0/+3
2018-12-01osmo_bsc_bssap.c: fix incorrect link_id assignmentVadim Yanitskiy1-1/+1
2018-11-18LCLS: tighten GCR checkMax1-13/+14
2018-10-25cipher mode reject: send proper cause codesOliver Smith1-0/+3
2018-10-25cosmetic: fix spec ref for gsm0808_cipher_mode()Oliver Smith1-1/+1
2018-10-21bssmap_handle_cipher_mode(): Don't sent reject if !connHarald Welte1-1/+1
2018-10-05codec_pref: handle S0-S15 in ASSIGNMENT REQUESTPhilipp Maier1-3/+4
2018-09-18Implement RR Classmark EnquiryNeels Hofmeyr1-0/+3