在alex中关于APN重定向有一段描述:
“For a single subscribed APN or when there are multiple subscribed APN s with the same PDP type or combination of PDP type and PDP address as the requested APN , configuration of the SGSN_ApnRedirectToSubscribedApn node property is required to enable redirection to this single subscribed APN .”
对于“ single subscribed APN ”比较好理解,直接重定向到该签约APN。
但是对于“when there are multiple subscribed APN s with the same PDP type or combination of PDP type and PDP address as the requested APN ”这句不好理解,“当签约有多个PDP类型或PDP类型与PDP地址混合 与请求APN相同时”?这个时候怎么重定向到“ single subscribed APN ”呢?
“For a single subscribed APN or when there are multiple subscribed APN s with the same PDP type or combination of PDP type and PDP address as the requested APN , configuration of the SGSN_ApnRedirectToSubscribedApn node property is required to enable redirection to this single subscribed APN .”
这里写的倒是比较清楚
Supplementary Configuration
For activating the feature, the following supplementary configuration is required:
For configuring the SGSN default APN, that is, the Gn_DefaultAPNGSMNetwork and Gn_DefaultAPNUMTSNetwork node properties, use the set_nodeprop CLI command.
For a single subscribed APN with the same PDP type or the same PDP type and PDP address with the requested APN, the SGSN_ApnRedirectToSubscribedApn node property can be configured to have the incorrect requested APN substituted by the single subscribed APN. Configure the SGSN_ApnRedirectToSubscribedApn node property, by using the set_nodeprop CLI command.
For multiple subscribed APNs with the same PDP type or the same PDP type and PDP address with the requested APN, the SGSN_ApnRedirectForMultipleApn node property can be configured to have the incorrect requested APN substituted by the SGSN default APN (when the SGSN default APN is included in the subscribed APN) or one of the subscribed APN that is not a wildcard. Configure the SGSN_ApnRedirectForMultipleApn node property, by using the set_nodeprop CLI command. 作者: hycl5410 时间: 2012-4-11 13:14:08
另外提一句
For multiple subscribed APNs with the same PDP type or the same PDP type and PDP address with the requested APN, the SGSN_ApnRedirectForMultipleApn node property can be configured to have the incorrect requested APN substituted by the SGSN default APN (when the SGSN default APN is included in the subscribed APN) or one of the subscribed APN that is not a wildcard. Configure the SGSN_ApnRedirectForMultipleApn node property, by using the set_nodeprop CLI command.
如果签约a,b,c, SGSN default d,请求e,在开redirect功能以及配置正确的情况下,选哪一个?随机还是固定为第一个签约(a)?作者: 爱卫生 时间: 2012-4-11 22:46:01
hycl5410 发表于 2012-4-11 13:14
另外提一句
For multiple subscribed APNs with the same PDP type or the same PDP type and PDP address ...