Cisco Cisco Packet Data Gateway (PDG)

Seite von 642
  SGSN Changes in Release 16 
SGSN Enhancements for 16.0  ▀   
 
Release Change Reference, StarOS Release 16  ▄  
 
   
507 
Also, only the 
apn-selection-default
 CLI option, under the APN Remap Table configuration associated with an 
IMEI profile, was valid. Other CLI options such as 
apn-remap
 and 
blank-apn
 were not applicable when a remap 
table was associated with an IMEI profile. 
New Behavior:  An APN Remap Table associated with an IMEI profile overrides a remap table associated with an 
operator policy.  
This means activation will be rejected if a local default APN configured, in an APN Remap Table associated with an 
IMEI profile, cannot be used. This will occur even if a valid local default APN is available in an APN Remap Table 
associated with an operator policy. 
No changes or modifications have been made to the command line interface (CLI). The APN Remap Table CLI options 
will be applicable for an IMEI profile in the same manner as for the configuration of an APN profile. 
Customer Impact:   
Important:
  To achieve the previous default behavior, the operator will need to change the current APN Remap 
configuration as indicated in this behavior change statement. 
Customers already using an APN Remap Table that is associated with an IMEI profile will have to change the existing 
configuration to achieve the previous behavior. For example, if an existing configuration forced all matching IMEI in a 
defined IMEI range to use xxx.net APN, the configuration needs to be changed to an APN Remap Table configuration 
similar to what is shown below: Old APN Remap Table associated with an IMEI profile: 
apn-selection-default network-identifier xxx.net  
For a configuration to accomplish the same remapping function, change the APN Remap Table associated with an IMEI 
profile to the following: 
apn-remap network-identifier * new-ni xxx.net 
Sample Configuration
 
The following sample configuration will enable the operator to bypass APN remapping for a specific IMEI range: 
config 
   operator-policy name OpPol1 
      associate call-control-profile OpPol1CCprof1 
      associate apn-remap-table RemapOpPol1 
      imei-range first start_imei last ending_imei [ sv IMEI_sv ] imei-profile name 
IMEIprof1 
      exit 
   imei-profile name IMEIprof1 
      associate apn-remap-table remapIMEIprof1  
      exit 
   apn-remap-table remapIMEIprof1