aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-06-10 22:22:49 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-06-10 22:22:49 +0700
commit846efcba95777d53045a6ed30c4366a8edcf13c6 (patch)
treef2cf047a5dcdf3846d9a92bb632768897b6abf97 /include
parent635f98cf31d20008b9726ef82ba87e172c49f264 (diff)
libmsc: properly name the MSC_CONN_USE token for SS
Previously the MSC_CONN_USE token for Supplementary Services was called 'MSC_CONN_USE_TRANS_USSD'. Non-call related Supplementary Services is not only about USSD, so let's rename it. Change-Id: I5b3517c87a32fa64dea6b0c912f2b76c5c25a112
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/osmo_msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/osmo_msc.h b/include/osmocom/msc/osmo_msc.h
index 632b2316e..995b19592 100644
--- a/include/osmocom/msc/osmo_msc.h
+++ b/include/osmocom/msc/osmo_msc.h
@@ -91,7 +91,7 @@ enum msc_subscr_conn_use {
MSC_CONN_USE_CM_SERVICE,
MSC_CONN_USE_TRANS_CC,
MSC_CONN_USE_TRANS_SMS,
- MSC_CONN_USE_TRANS_USSD,
+ MSC_CONN_USE_TRANS_NC_SS,
MSC_CONN_USE_SILENT_CALL,
MSC_CONN_USE_RELEASE,
};