sgsn: Change the selection mode to verified

We have verified/selected the APN. Either based on the subscriber
data, a global APN match. But at least this SGSN has looked at
what the MS has asked for and then selected a matching GGSN.
This commit is contained in:
Holger Hans Peter Freyther 2015-05-22 10:03:21 +08:00
parent c1c6a28c8d
commit 0f7a279a06
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
pdp->hisaddr1 = ggsn->remote_addr;
//pdp->cch_pdp = 512; /* Charging Flat Rate */
/* MS provided APN, subscription not verified */
pdp->selmode = 0xFC | 0x01;
/* MS provided APN, subscription was verified by the caller */
pdp->selmode = 0xFC | 0x00;
/* IMSI, TEID/TEIC, FLLU/FLLC, TID, NSAPI set in pdp_newpdp */