aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2015-08-11 07:52:42 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:52 +0300
commitb96f1912da38c5fd62e1065faf0c84e54eb62ba4 (patch)
treea4a2131a4f9b088fbb29e76bb7c2a6ae6df0e88f /openbsc/src/libcommon
parentadc681331e188c9b228f17a093cea9c60516a26b (diff)
msc: Implement 'remote' authentication policy
- All location update requests should be send to the remote HLR and accepted. - Authentication info should be also received from remote HLR. - SUP is used for sending/handling subscription data to/from remote HLR.
Diffstat (limited to 'openbsc/src/libcommon')
-rw-r--r--openbsc/src/libcommon/gsm_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libcommon/gsm_data.c b/openbsc/src/libcommon/gsm_data.c
index 75475db09..6419e1932 100644
--- a/openbsc/src/libcommon/gsm_data.c
+++ b/openbsc/src/libcommon/gsm_data.c
@@ -163,6 +163,7 @@ static const struct value_string auth_policy_names[] = {
{ GSM_AUTH_POLICY_ACCEPT_ALL, "accept-all" },
{ GSM_AUTH_POLICY_TOKEN, "token" },
{ GSM_AUTH_POLICY_REGEXP, "regexp" },
+ { GSM_AUTH_POLICY_REMOTE, "remote" },
{ 0, NULL }
};