Cisco Cisco Packet Data Gateway (PDG)

Página de 642
  SGSN Changes in Release 16 
SGSN Enhancements for 16.0  ▀   
 
Release Change Reference, StarOS Release 16  ▄  
 
   
519 
In support of the new ability to configure UE AMBR, new fields have been added to the output of the 
show call-
control-profile full name profile_name
 
 
Qos 
 
UE-AMBR <Enabled/Disabled> 
 
MAX uplink <value> 
 
MAX downlink <value> 
 
Quality of Service Capping <Enabled/Disabled> 
 
Prefer Type <selection> 
CSCue97071 - CLI to choose MCC, MNC coding in hex or dec for DNS FQDN 
Feature Changes 
Format Encoding of MNC and MCC in DNS Queries Enhanced
 
Previous Behavior:  In gprs-service and sgsn-service, the CLI 
dns israu-mcc-mnc-encoding [hexadecimal | 
decimal]
 was used to control hexadecimal format encoding for mcc and mnc in naptr and a-query. The procedures 
controlled by this CLI were RAU, Ptmsi-Attach and SUSPEND. Both NAPTR and A-Query were controlled by same 
CLI command. 
New Behavior:  The CLI command 
dns israu-mcc-mnc-encoding [hexadecimal | decimal]
 has been 
deprecated and a new CLI command 
dns mcc-mnc-encoding { rai-fqdn | apn-fqdn | rnc-fqdn| mmec-
fqdn| tai-fqdn}* {a-query | snaptr-query }* { decimal | hexadecimal }
 is introduced, all the 
procedures invoking DNS are controlled by this CLI. New keyword options 
snaptr-query
 and 
a-Query
 are provided 
to control different types of queries. 
To ensure backward compatibility: 
1.  If the command 
dns israu-mcc-mnc-encoding decimal
 is executed, it will be auto converted to 
dns 
mcc-mnc-encoding rai-fqdn a-query snaptr-query decimal
2.  If the command 
dns israu-mcc-mnc-encoding hexadecimal
 is executed, it will be auto converted to 
dns 
mcc-mnc-encoding rai-fqdn a-query snaptr-query hexadecimal 
 
Customer Impact:  Customers can control DNS query for a particular type of procedure more effectively. 
Command Changes 
dns mcc-mnc-encoding
 
This new command has been introduced to configure encoding format for the MCC and MNC values in the DNS query. 
configure 
  context context_name 
     sgsn-service service_name 
        dns mcc-mnc-encoding { apn-fqdn | mmec-fqdn | rai-fqdn| rnc-fqdn| tai-fqdn }* { 
a-query | snaptr-query }* { decimal | hexadecimal }