aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_bssap.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-170/+110
2018-03-14use libosmocore to parse cell identifiers in osmo-bscStefan Sperling1-86/+49
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-34/+24
2018-02-27paging: fix paging attemt rate counterPhilipp Maier1-0/+2
2018-02-27paging: page all bts when no cell is associatedPhilipp Maier1-2/+2
2018-02-19bssmap_handle_assignm_req(): Don't print log statemens in malloc failure caseHarald Welte1-4/+1
2018-02-19bssmap_handle_assignm_req(): Use more conscise error/log message textsHarald Welte1-3/+3
2018-02-19bssmap_handle_assignm_req(): Use proper cause valuesHarald Welte1-11/+15
2018-02-19Permit set of multiple different A5 ciphersHarald Welte1-10/+22
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte1-32/+28
2018-02-16HO: store speech codec list from BSSMAP Assignment in connNeels Hofmeyr1-3/+5
2018-01-28bssmap_handle_assignm_req(): Decode channel type as first stepHarald Welte1-17/+16
2018-01-28cosmetic: Remove data/len variables in bssmap_handle_assignm_req()Harald Welte1-11/+6
2018-01-26Improve an error message in page_lai_and_lac()Stefan Sperling1-1/+1
2018-01-17Split paging cases in bssmap_handle_paging() off into helper functions.Stefan Sperling1-129/+185
2018-01-16Implement support for paging based on LAC and CI.Stefan Sperling1-0/+24
2018-01-16Implement support for paging based on a Cell Global Identifier.Stefan Sperling1-7/+50
2018-01-16Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c.Stefan Sperling1-25/+36
2018-01-15Implement support for paging based on CI (cell identifier).Stefan Sperling1-9/+38
2018-01-11Implement support for CELL_IDENT_NO_CELL.Stefan Sperling1-0/+4
2018-01-11Implement support for paging by LAI.Stefan Sperling1-32/+92
2018-01-07osmo_bsc_bssap.c: Fix discard of const qualifier in assignmentPau Espin Pedrol1-1/+1
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte1-1/+1
2017-12-22BSC: Fix bsc_subsc leak on pagingHarald Welte1-0/+4