aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_bssap.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18bssap: Handle BSSMAP CONFUSION message.Alexander Chemeris1-0/+64
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
2018-09-07inter-BSC HO incoming: send BSSMAP HO Complete directlyNeels Hofmeyr1-1/+1
2018-08-29inter-BSC HO: send failure msg directlyNeels Hofmeyr1-1/+1
2018-08-29log: 'sending BSSMAP HO Request ACK'Neels Hofmeyr1-0/+1
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier1-1/+1
2018-07-28cosmetic: dissolve bsc_api.cNeels Hofmeyr1-0/+28
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-57/+247
2018-07-28rename gsm_04_08_utils.[hc] to gsm_04_08_rrNeels Hofmeyr1-1/+1
2018-07-22codec_pref: check bts codec supportPhilipp Maier1-1/+1
2018-07-22codec_pref: move match_codec_pref() to separate c-file and add unit-testPhilipp Maier1-160/+1
2018-06-05Reject ASSIGNMENT REQ with CIC but no AoIP transp addr in AoIP caseHarald Welte1-8/+25
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte1-0/+84
2018-05-25bsc: Don't reject ASSIGNMENT for Audio in IPA/SCCPlite caseHarald Welte1-13/+1
2018-05-25bsc: Add mgcp_port_to_cic() to determine CIC from RTP PortHarald Welte1-13/+0
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-1/+1
2018-05-14log: indicate hr/fr in audio_support_to_gsm88() errorNeels Hofmeyr1-2/+2
2018-05-14fix default fallbacks in audio_support_to_gsm88()Neels Hofmeyr1-2/+2
2018-03-27change return type of page_subscriber() to voidStefan Sperling1-20/+11
2018-03-26bssap: Log non handled paging requestsPau Espin Pedrol1-0/+2
2018-03-22BSSAP: document match_codec_pref() more thoroughlyHarald Welte1-2/+8
2018-03-22BSSAP: Fix test_codec_pref() implementation for AMRHarald Welte1-1/+1
2018-03-19fix an error message in bssmap_handle_paging()Stefan Sperling1-1/+1