aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/osmo_msc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/osmo_msc.h')
-rw-r--r--include/openbsc/osmo_msc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/openbsc/osmo_msc.h b/include/openbsc/osmo_msc.h
index 0642c9109..5a26b6042 100644
--- a/include/openbsc/osmo_msc.h
+++ b/include/openbsc/osmo_msc.h
@@ -51,6 +51,11 @@ static inline const char *subscr_conn_from_name(enum subscr_conn_from val)
return get_value_string(subscr_conn_from_names, val);
}
+enum msc_compl_l3_rc {
+ MSC_CONN_ACCEPT = 0,
+ MSC_CONN_REJECT = 1,
+};
+
struct bsc_api *msc_bsc_api();