aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/bsc_subscr_conn_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-1204/+0
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte1-1/+63
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte1-0/+1
2018-05-25bsc: Don't create MSC-side MGCP connection in IPA/SCCPlite caseHarald Welte1-9/+19
2018-05-25bsc: Don't include AoIP IEs in ASSIGNMENT COMPLETE over SCCPliteHarald Welte1-6/+12
2018-05-25bsc: Use correct MGCP endpoint name for IPA/SCCPliteHarald Welte1-1/+20
2018-05-25bsc: Fix check for MSC-side FSM allocation failureHarald Welte1-1/+1
2018-05-23gscon: remove dead codePhilipp Maier1-43/+1
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-1/+1
2018-05-04bsc_api/GSCON: prevent unnecessary channel mode modificationsPhilipp Maier1-1/+5
2018-04-17gscon: fix assignment of signalling channelsPhilipp Maier1-11/+20
2018-04-14inform A-RESET FSM about MSC CR timeoutsPhilipp Maier1-2/+9
2018-03-27gscon: fix illegal state transitionsPhilipp Maier1-2/+1
2018-03-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte1-4/+87
2018-03-22GSCON FSM: Fix argument order when calling gsm0808_assign_req()Harald Welte1-2/+3
2018-03-22Cosmetic: fix missing semicolon after osmo-assertPhilipp Maier1-3/+3
2018-03-22cosmetic: fix incomplete sentence in comment.Philipp Maier1-2/+2
2018-03-22cosmetic: remove needless fixme note.Philipp Maier1-8/+0
2018-03-22cosmetic: fix argument order of forward_dtap()Philipp Maier1-9/+8
2018-03-22cosmetic: remove unused enum membersPhilipp Maier1-2/+0
2018-03-17cosmetic: Fix infinite number of formatting errors in gscon_fsm_statesHarald Welte1-64/+64
2018-03-17bsc_subscr_conn_fsm.c: Fix wrong param list passed to LOGPFSMLPau Espin Pedrol1-1/+1
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-0/+1056