SGSN: force GSUP CN domain to PS

Always set CN domain in outgoing GSUP packets to PS to make it
compatible with osmo-auc.

Change-Id: Ia6ee2e55a41a8ea9e465d7df1b2b3559b553fca8
Related: OS#1582
This commit is contained in:
Max 2016-07-01 15:24:44 +02:00
parent 488902db2a
commit 896c6f8e9e
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ static int gprs_subscr_tx_gsup_message(struct gsm_subscriber *subscr,
if (strlen(gsup_msg->imsi) == 0 && subscr)
strncpy(gsup_msg->imsi, subscr->imsi, sizeof(gsup_msg->imsi) - 1);
gsup_msg->cn_domain = OSMO_GSUP_CN_DOMAIN_PS;
osmo_gsup_encode(msg, gsup_msg);
LOGGSUBSCRP(LOGL_INFO, subscr,