osmo-bsc/src
Philipp Maier bf4e29a7df GSCON: avoid sending connection oriented data when not connected
When no connection is present and had never existed, then
conn->sccp.msc is unpopulated. However, there may be situations where
osmo_bsc_sigtran_send() is executed while no connection is present.

At the moment we assert on conn->sccp.msc, which would cause osmo-bsc
to exit. In order to avoid this, better check conn->sccp.msc and drop
the sccp message when the check is negative.

- Remove assertion, add check.

Change-Id: I4eaa983702224e5995a388ea9890ee04212eb569
Related: OS#3446
2018-08-07 12:09:01 +02:00
..
ipaccess Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse() 2018-08-01 13:43:44 +02:00
libfilter rename gsm_04_08_utils.[hc] to gsm_04_08_rr 2018-07-28 12:18:23 +02:00
osmo-bsc GSCON: avoid sending connection oriented data when not connected 2018-08-07 12:09:01 +02:00
utils large refactoring: use FSMs for lchans; add inter-BSC HO 2018-07-28 12:18:23 +02:00
Makefile.am dissolve libbsc: move all to src/osmo-bsc, link .o files 2018-06-07 19:09:06 +02:00