Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 43

HSS9860 V900R008

Subscriber Data
Management (LTE)
www.huawei.com

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved.


About This Course
 This course describes the EPS service configuration in the HSS9860.
Before learning this course, you must complete the following course:
 HSS9860 V900R008 User Data Management (GU)

 For details about the subscriber data management function and the
network management function, see HSS9860 V900R008 User Data
Management (GU).

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 3
Objectives
 Upon completion of this course, you will be able to understand:

 the implementation of services provided by the HSS9860, such as LTE


services
 services used in both 2G/3G and LTE networks

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 4
Contents

1. Services Used in LTE Networks


2. Services Used in Both 2G/3G and LTE Networks

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 5
LTE Service Classification
 EPS Service
 EPS-AKA Authentication
 Wildcard APN Function
 Local Breakout for Roaming
 PLMN-Specific Roaming Restriction Service
 Diameter Node-Specific Roaming Restriction Service
 Regional Roaming Restriction Service
 Global Tracing Feature (EPS Domain)
 Non-3GPP
 EAP-AKA and EAP-AKA' Authentication

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 6
LTE Services-EPS Service
 EPS service
 After the Evolved Packet System (EPS) service is provided to a subscriber, the EPS
subscription data consists of PDN data and QoS data and is stored in the Home Subscriber
Server (HSS). The HSS sends the EPS subscription data to the MME, S4-SGSN, or 3GPP
AAA in the Update Location or Insert Subscriber Data procedure.
 To provide the EPS service to a GSM or UMTS subscriber, the EPS service must include
AMBR data and PDN data.

 EPS service provisioning:


 Issuing a SIM/USIM Card: IMSI, KI, Card type, Authentication algorithm, OP or OPC
 Defining a subscriber: IMSI, MSISDN, UE level MAX Upload Bandwidth, and UE level MIN
Upload Bandwidth
 APN data and QoS data

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 7
EPS Service (1)
 Scenario
Carriers need to add or delete the EPS APN data on the PGW Web LMT. This feature is a
general service.
 Prerequisite
 The subscriber to be added with the EPS APN data has been defined.
Using the following command to add subscriber:
ADD OP: HLRSN=1, OPSNO=1, OPVALUE="12345678901234561234567890123456";
ADD K4: HLRSN=1, K4SNO=2, K4VALUE="ABCDEF1234567890", ALGTYPE=DES;
ADD KI: HLRSN=6, IMSI="460000009123456", OPERTYPE=ADD,
KIVALUE="1234567890ABCDEF1111111111111111", K4SNO=2, CARDTYPE=USIM,
ALG=MILENAGE, OPSNO=1, AMFSNO=1;
ADD SUB: HLRSN=1, IMSI="460000009123456", ISDN="860013909123456",
CARDTYPE=USIM,
NAM=BOTH, DEFAULTCALL=TS11, AMBRMAXUL=123456, AMBRMAXDL=123456;
 The subscriber whose EPS APN data is to be deleted has been added with the EPS APN data.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 8
EPS Service (2)

 Procedure
 1. Open the HSS9860 Service Management page.
 2. Run the ADD APNTPL command to add an APN template. Access point name must be
specified.
 3. Run the ADD EPSQOSTPL command to add an EPS QoS template.

QoS class ID and Allocation/retention priority must be specified at the same time. For the two
parameters, a smaller value indicates a higher priority.
 4. Run the MOD OPTGPRS command to add or delete the EPS APN data for the subscriber.
To add the EPS APN data, set Operation type to ADDPDPCNTX.
To delete all EPS APN data records, set Operation type to RMVALLCNTX.
To delete a single EPS APN data record, set Operation type to RMVPDPCNTX, and specify
PDP context ID and APN template ID.
Set APN template ID and EPS QOS template ID to the preset template IDs.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 9
EPS Service (3)
 Data Configuration Example
Make sure that the HSS manages the APN data using an optimized method.
 SET MAPSERV: GPRSMANAGER= SuppGprsManageOptimizeon;
 ADD APNTPL: HLRSN=1, TPLID=100, TPLNAME="APN-EPS", APN="abc.com",
PDNGWALLOCTYPE=STATIC, MIPHAHOST="PDN-GW", MIPHAREALM="abc.com",
MIPHAADDRIPV4="10.144.98.135";
 ADD EPSQOSTPL: HLRSN=1, TPLID=100, TPLNAME="EPS-QoS", QOSCLASUID=5,
EXTQCI=130, PRILEVEL=1, PREEMPTIONCAP=ENABLE, PREEMPTIONVUL=ENABLE,
AMBRMAXREQBWUL=100000, AMBRMAXREQBWDL=200000;
Run the following command to add EPS APN data for subscriber with the IMSI
460000009123456.
 MOD OPTGPRS: IMSI="460000009123456", PROV=ADDPDPCNTX, CNTXID=1,
APN_TYPE=EPS_APN, APNTPLID=100, DEFAULTCFGFLAG=TRUE, EPS_QOSTPLID=100,
ADDIND=STATIC, PDPTYPE=IPV4_OR_IPV6, VPLMN=TRUE,
PDPADD="1A2C:0000:0000:034B:0034:0006:FFFF:0001", CHARGE=NORMAL;
Run the following command to delete EPS APN data for subscriber with the IMSI
460000009123456.
 MOD OPTGPRS: IMSI="460000009123456", PROV=RMVALLCNTX;

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 10
EPS Service (4)
Providing EPS Services for GSM/UMTS Subscribers
 Scenario
Provide evolved packet system (EPS) services for a Global System for Mobile Communications
(GSM)/Universal Mobile Telecommunications System (UMTS) subscriber on the PGW web LMT.
The subscriber supports both 3GPP access and non-3GPP access.
 Prerequisites
GSM/UMTS subscribers have been defined.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. Run the MOD EPSAMBR command to set UE level MAX Upload Bandwidth and UE level
MIN Download Bandwidth for the subscriber.
 3. Run the ADD APNPL command to add an EPS APN template. Access point name must
be specified.
 4. Run the ADD EPSQOSTPL command to add an EPS QoS template.
 5. Run the MOD OPTGPRS command to add or delete EPS APN data for the subscriber.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 11
LTE Services-EPS-AKA Authentication
 EPS-AKA Authentication
 The Evolved Packet System-Authentication and Key Agreement (EPS-AKA)
authentication is used on the LTE network.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 12
EPS-AKA Authentication (1)
 Scenario
Before using the EPS-AKA authentication function, you need to configure the global data
associated with the EPS-AKA authentication function on the PGW Web LMT. This feature is a
general service.
 Procedure
 1. Open the HSS9860 Service Management page.
 2. Run the SET MAPSERV command to configure the data associated with the EPS-AKA
authentication function.
The following parameters associated with the EPS-AKA authentication function must be
configured after the negotiation with carriers.
 Authentication step length
 MILENAGE algorithm c1 parameter
 MILENAGE algorithm c2 parameter
 MILENAGE algorithm c3 parameter
 MILENAGE algorithm c4 parameter
 MILENAGE algorithm c5 parameter
 MILENAGE algorithm r1 parameter
 MILENAGE algorithm r2 parameter

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 13
EPS-AKA Authentication (2)

 Procedure
 MILENAGE algorithm r3 parameter
 MILENAGE algorithm r4 parameter
 MILENAGE algorithm r5 parameter
 3. Run the SET MAPCONF command to set the parameters related to EPS-AKA
authentication.
Set the following parameter according to the requirements of the carrier:
 AK conversion switch
 4. Run the ADD AMF command to add an authentication management field (AMF).

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 14
EPS-AKA Authentication (3)

 Data Configuration Example


 1. Open the HSS9860 Service Management window.
 2. Run the ADD K4 command to add the K4 that is used to encrypt the KI.
 3. Run the ADD OP command with OP value specified to add an operator variant algorithm
configuration field (OP) if the OP is burnt into the USIM card.
When setting an OP, observe the following points:
 The parameter OP value must be specified when the OP is burnt into the USIM card.
 The parameter OP value does not need to be specified when the OPC is burnt into the USIM
card.
 4. Run the ADD KI command to load the KI.
 Set Card type to USIM.
 Set Authentication algorithm type according to the actual requirement.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 15
LTE Services-Wildcard APN Function
 Wildcard APN Function
 When registering the access point name (APN) for a subscriber, the HSS uses the
wildcard * to represent a wildcard APN. The Wildcard APN feature allows subscribers to
choose a proper APN to access the network based on the actual situation.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 16
Wildcard APN Function
 Scenario
Carriers need to add or delete a wildcard APN on the PGW Web LMT. This feature is a general service.
 Prerequisite
 The subscriber to be added with a wildcard APN has been defined.
 The subscriber whose wildcard APN is to be deleted has been added with the wildcard APN.
 Procedure
 1. Open the HSS9860 Service Management page.
 2. Run the ADD APNTPL command to add an APN template.
Set Access point name to *. This value indicates that the template is a wildcard APN template.
The SAE-HSS can be added with only one wildcard APN template.
 3. Run the MOD OPTGPRS command to add or delete the wildcard APN for the subscriber.
Set APN template ID to the template ID defined in ADD APNTPL.
To add the wildcard APN, set Operation type to ADDPDPCNTX.
To delete the wildcard APN, set Operation type to RMVPDPCNTX, and specify PDP context
ID and APN template ID.
A wildcard APN cannot be set as the default APN of a subscriber. The wildcard APN added for
an EPS subscriber cannot be the first APN in the template.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 17
LTE Services-Local Breakout for Roaming
 Local Breakout for Roaming
 The Local Breakout for Roaming service allows roaming subscribers to access the network
through the Packet Data Network-Gateway (PDN GW) in the roaming network.
 After the Local Breakout for Roaming service is provided for a subscriber, the HSS stores the
subscription data and sends the subscription data to the MME. Then, the MME selects a PDN
GW for the subscriber to access the network

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 18
Local Breakout for Roaming
 Scenario
Carriers need to provide or withdraw roaming with local breakout. This feature is a general service.
 Prerequisite
 The subscriber to be provided roaming with local breakout has been defined.
 The subscriber, from whom roaming with local breakout is to be withdrawn, has subscribed to
roaming with local breakout.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. Run the ADD APNTPL command to add an APN template.
Access point name must be specified.
 3. Run the ADD PLMNTPL command to add a PLMN template.
 To enable a subscriber to access the PDP/PDN network through VPLMN, set Whether or not
allow local break out to PERMIT.
 To disable a subscriber to access the PDP/PDN network through VPLMN, set Whether or
not allow local break out to NOTPERMIT.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 19
Local Breakout for Roaming
 Procedure
 4. Provide or withdraw the Local Breakout for Roaming service.
 Run the MOD OPTGPRS command to provide or withdraw Local Breakout for Roaming service
by using the APN template.
 To provide the service by using the APN template, set Operation type to ADDPDPCNTX.
 To withdraw the service by using the APN template, set Operation type to RMVALLCNTX.
 To enable a subscriber to access the PDP/PDN network from the VPLMN, set Whether or
not allow local break out to TRUE.
 To disable a subscriber to access the PDP/PDN network through VPLMN, set Whether or
not allow local break out to FALSE.
 Run the MOD PLMNRSZI command to provide or withdraw the Local Breakout for Roaming
service by using the UE PLMN template
 To provide the service by using the UE PLMN template, set Whether to provide or
withdraw PLMN template to TRUE.
 To withdraw the service by using the UE PLMN template, set Whether to provide or
withdraw PLMN template to FALSE.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 20
LTE Services-PLMN-Specific Roaming Restriction
Service

 PLMN-Specific Roaming Restriction Service


 The PLMN-Specific Roaming Restriction service allows carriers to manage the mobility
of subscribers by configuring Public Land Mobile Networks (PLMNs) in which the
subscribers can roam. The allowed or restricted PLMNs are signed roaming
agreements with the local PLMN.
 The PLMN-Specific Roaming Restriction service is implemented based on PLMN
templates configured with roaming restriction rules. The roaming scope of a subscriber
is determined by the PLMN-specific roaming restriction template to which the subscriber
subscribes. In the template, a PLMN or multiple PLMNs can be defined.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 21
PLMN-Specific Roaming Restriction Service (1)
 Scenario
You need to provide or withdraw the PLMN-Specific Roaming Restriction service on the
PGW Web LMT. This feature is a general service.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. Run the ADD PLMNTPL command to add a PLMN-specific roaming restriction
template.
 Set Default Roaming Restriction Rule to PERMISSION. This value indicates that
a subscriber is allowed to roam in a PLMN that is not configured in the template.
 Set Local PLMN to TRUE. This value indicates that the PLMN added to the
template is the local PLMN.
 Set Roaming restriction rule to PERMISSION. This value indicates that an EPS
subscriber is allowed to roam in the PLMN configured in the template.
 Specify Mobile country code and Mobile network code.
 3. Run the MOD PLMNTPL command to add more PLMNs to the template.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 22
PLMN-Specific Roaming Restriction Service (2)

 Procedure
 4. Run the MOD PLMNRSZI command to provide or withdraw the PLMN-Specific Roaming
Restriction service.
 To provide the PLMN-Specific Roaming Restriction service, set Whether to provide or
withdraw PLMN template to TRUE.
 To withdraw the PLMN-Specific Roaming Restriction service, set Whether to provide or
withdraw PLMN template to FALSE.
 Set PLMN template ID to the template ID defined in the ADD PLMNTPL command.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 23
LTE Services-Diameter Node-Specific
Roaming Restriction Service
 Diameter Node-Specific Roaming Restriction Service
 The Diameter Node-Specific Roaming Restriction service allows carriers to manage the
mobility of subscribers by configuring diameter node-covered service areas in which
subscribers can roam. A diameter node can be the Mobile Management Entity (MME),
Authentication, Authorization, and Accounting (AAA) server, or S4-Serving GPRS Support
Node (S4-SGSN). The allowed or restricted roaming area can be a city or a region.
 The Diameter Node-Specific Roaming Restriction service is implemented based on
diameter node templates configured with roaming restriction rules. The roaming scope of a
subscriber is determined by the diameter node-specific roaming restriction template to
which the subscriber subscribes. The host name or domain name of a single or multiple
Diameter nodes can be defined in the template.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 24
Diameter Node-Specific Roaming Restriction Service (1)

 Scenario
You need to provide or withdraw the Diameter Node-Specific Roaming Restriction service
on the PGW Web LMT. This feature is a general service.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. Run the ADD DIAMRRTPL command to add a Diameter node-specific roaming
restriction template.
 Set Default Roaming Restriction Rule to PERMISSION. This value indicates
that a subscriber is allowed to roam in the area covered by a Diameter node
that is not configured in the template.
 Set Roaming restriction rule to PERMISSION. This value indicates that an
EPS subscriber is allowed to roam in the area covered by a Diameter node
configured in the template.
 3. Run the MOD DIAMRRTPL command to add more Diameter nodes to the
template.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 25
Diameter Node-Specific Roaming Restriction Service (2)
 Procedure
 4. Run the MOD DIAMRRS command to provide or withdraw the Diameter Node-
Specific Roaming Restriction service.
 To provide the Diameter Node-Specific Roaming Restriction service, set
Whether to provide or withdraw Diameter roaming restriction template to
TRUE.
 To withdraw the Diameter Node-Specific Roaming Restriction service, set
Whether to provide or withdraw Diameter template to FALSE.
 Set Diameter roaming restriction template ID to the template ID defined in
the ADD DIAMRRTPL command.
 Data Configuration Example
 ADD DIAMRRTPL: HLRSN=1, TPLID=100, TPLNAME="100",
DEFAULTRULE=PERMISSION, DIAMIDENTITY="test.huawei.com",
DIAMIDENTITYTYPE=HOSTNAME, RULE=RESTRICT;
 MOD DIAMRRTPL: HLRSN=1, TPLID=100, MODIFYTYPE=ADD_DIAM,
DIAMIDENTITY="12345.huawei.com", DIAMIDENTITYTYPE=HOSTNAME,
RULE=RESTRICT;
 MOD DIAMRRS: IMSI="460000009123456", PROV=TRUE,
DIAMNODETPL_ID=100;

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 26
LTE Services-Regional Roaming Restriction
 Regional Roaming Restriction
 The EPS Regional Roaming Restriction service allows carriers to restrict the roaming of
subscribers based on the setting of regional roaming templates. Zone codes identify the
areas planned for implementing the EPS Regional Roaming Restriction service. A
maximum of 10 zone codes can be defined in a regional roaming template. The zone
codes are planned by carriers.
The HSS sends the subscriber's zone code list to the MME serving the subscriber. Then the
MME acts based on the contents of the zone code list. If the zone code list does not
contain the zone code mapping to the destination area of the subscriber, the MME
prohibits the subscriber from roaming in that area.
 The HSS stores the subscription data and sends the subscription data to the MME and
the MME implement the Regional Roaming Restriction function.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 27
Regional Roaming Restriction (1)
 Scenario
Provide or withdraw the EPS Regional Roaming Restriction service for or from a subscriber on the PGW
Web LMT. This feature is a general service.
 Prerequisite
 This service cannot be provided for Non-3GPP subscribers.
 The subscriber, for whom the EPS Regional Roaming Restriction service is to be provided, has
been defined.
 The subscriber, from whom the EPS Regional Roaming Restriction service is to be withdrawn, has
been defined and provided with this service.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. If you need to provide the EPS Regional Roaming Restriction service using a regional roaming
template and the template has not been added, run the ADD PLMNTPL command to add a
regional roaming template.
 Set Default roaming restriction rule to PERMISSION to allow the subscriber to roam when
the visited PLMN does not match any record in the regional roaming template.
 Set Local PLMN to TRUE, which indicates that the PLMN added to the regional roaming
template is a local PLMN.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 28
Regional Roaming Restriction (2)
 Procedure
 Specify Mobile country code and Mobile network code.
 Specify Zone Code 1 to Zone Code 10.
 3. Run the MOD PLMNTPL command to add multiple PLMNs to the regional
roaming template.
 4. Run the MOD PLMNRSZI command to provide or withdraw the EPS Regional
Roaming Restriction service for or from a subscriber.
 Set Whether to provide or withdraw PLMN template to TRUE to provide the
EPS Regional Roaming Restriction service for a subscriber.
 Set Whether to provide or withdraw PLMN template to FALSE to withdraw
the EPS Regional Roaming Restriction service from a subscriber.
 Set PLMN template ID to the value of Template ID in the ADD PLMNTPL
command.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 29
LTE Services-Global Tracing Feature
(EPS Domain)
 Global Tracing Feature (EPS Domain)
 The Global Tracing feature initiated by the Home Subscriber Server (HSS)
allows the service messages of specified subscribers in the Evolved Packet
System (EPS) domain to be traced using few system resources. The traced
messages help maintenance engineers to locate the network element (NE) on
which a fault occurs.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 30
Global Tracing Feature (EPS Domain)
 Scenario
Add, delete, or query a tracing task for a subscriber on HUAWEI Operation & Maintenance System.
This feature is a general service.
 Prerequisite
The subscriber, for whom the tracing task is to be added, deleted, or queried, has been defined in
the HSS.
 Procedure
1. Log in to Huawei Operation &Maintenance System and open the MML Command -HSS9860
window.
2. Run the following commands to add, delete, or query a tracing task:
 To add a tracing task, run the ADD UTRCTSK command.
 To delete a tracing task, run the RMV UTRCTSK command.
 To query a tracing task, run the LST UTRCTSK command.
 Data Configuration Example
ADD UTRCTSK: NETTYPE=LTE-SAE, TRCID=0, IDTYPE=1, IMSI="4603038006008",
MMEITF=7, MMETRGEVT=7, ENB=0, SGW=0, PGW=0, VALIDDAYS=2;
LST UTRCTSK: NETTYPE=LTE-SAE, IDTYPE=1, IMSI="4603038006008";

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 31
LTE Services-Non-3GPP
 Non-3GPP
 The Non-3rd Generation Partnership Project (3GPP) feature enables the HSS to
interwork with a 3GPP Authentication, Authorization and Accounting (AAA) server
through the SWx interface. The HSS can use this interface to authenticate and
authorize user equipment (UE) that requests access to the evolved packet core (EPC)
network from a Non-3GPP network.
 The HSS stores the subscription data and sends the subscription data to the AAA and
the AAA server implement the Non-3GPP function.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 32
Non-3GPP
 Scenario
Provide the Non-3GPP feature for or withdraw the Non-3GPP feature from subscribers on the
Provisioning Gateway (PGW) Web Local Maintenance terminal (LMT).
 Prerequisites
The subscriber, for whom the Non-3GPP feature is to be provided, has been defined on the HLR.

The subscriber, for whom the Non-3GPP feature is to be provided, has subscribed to the EPS

feature.
The subscriber, from whom the Non-3GPP feature is to be withdrawn, has subscribed to the Non-

3GPP feature.
 Procedure
1. Open the HSS9860 Service Management window.

2. Run the MOD NONSUB command to provide the Non-3GPP feature for a subscriber or

withdraw the feature from a subscriber.


 To provide the Non-3GPP feature for a subscriber, set Whether to support Non-3GPP
access to TRUE.
 To withdraw the Non-3GPP feature from a subscriber, set Whether to support Non-3GPP
access to FALSE.
 Set Restriction on Non-3GPP wireless access as required.
 Set Provide Mobile IP support as required.
 Set Provide Session timeout period as required.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 33
LTE Services-EAP-AKA and EAP-AKA'
Authentication
 EAP-AKA and EAP-AKA' Authentication
 Authentication is a process of checking the validity of subscribers. As a part of security
management of the mobile network, authentication helps carriers to ensure the network
security and data integrity. The Extensible Authentication Protocol Method for UMTS
Authentication and Key Agreement (EAP-AKA) Authentication is used on the Non-3GPP
network.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 34
EAP-AKA and EAP-AKA' Authentication (1)
 Scenario
Before using the EAP-AKA and EAP-AKA' authentication function, you need to configure the
global data associated with the EAP-AKA and EAP-AKA' authentication function on the PGW
Web LMT.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. Run the SET MAPSERV command to configure the data associated with the EAP-AKA
and EAP-AKA' authentication function.
The following parameters associated with the EAP-AKA and EAP-AKA' authentication function
must be configured after the negotiation with carriers.
 Authentication step length
 MILENAGE algorithm c1 parameter
 MILENAGE algorithm c2 parameter
 MILENAGE algorithm c3 parameter
 MILENAGE algorithm c4 parameter
 MILENAGE algorithm c5 parameter
 MILENAGE algorithm r1 parameter

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 35
EAP-AKA and EAP-AKA' Authentication (2)
 Procedure
 MILENAGE algorithm r2 parameter
 MILENAGE algorithm r3 parameter
 MILENAGE algorithm r4 parameter
 MILENAGE algorithm r5 parameter
 3. Run the SET MAPCONF command to configure the data associated with the EAP-AKA
and EAP-AKA' authentication function.
The following parameters associated with the EAP-AKA and EAP-AKA' authentication function
must be configured after the negotiation with carriers.
 AK conversion switch
 4. Run the ADD AMF command to add an authentication management field (AMF).

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 36
EAP-AKA and EAP-AKA' Authentication (3)
 Data Configuration Example
 1. Open the HSS9860 Service Management window.
 2. Run the ADD K4 command to add the K4 that is used to encrypt the KI.
 3. Run the ADD OP command with OP value specified to add an operator variant algorithm
configuration field (OP) if the OP is burnt into the USIM card.
When setting an OP, observe the following points:
 The parameter OP value must be specified when the OP is burnt into the USIM card.
 The parameter OP value does not need to be specified when the OPC is burnt into the
USIM card.
 4. Run the ADD KI command to load the KI.
 Set Card type to USIM.
 Set Authentication algorithm type according to the actual requirement.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 37
Contents

1. Services Used in LTE Networks


2. Services Used in Both 2G/3G and LTE Networks

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 38
Services Used in Both 2G/3G and LTE Networks

 Access Type Restriction


 Location Service

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 39
Services Used in Both 2G/3G and LTE
Networks-Access Type Restriction
 Access Type Restriction
 The access restriction data (ARD) service enables carriers to control subscribers'
connection to different types of networks.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 40
Access Type Restriction
 Scenario
You need to provide or withdraw the access restriction data (ARD) service on the PGW Web
LMT. This feature is a general service.
 Procedure
 1. Open the HSS9860 Service Management page.
 2. Run the MOD ARD command to provide or withdraw the ARD service for the
subscriber.
To provide the ARD service, set Provide ARD to TRUE.
 3. (Optional)To manage the ARD service for the subscribers with inconsecutive IMSIs or
MSISDNs in batches, compile an IMSI file or MSISDN file and upload it to the specified
directory on the PGW server, and execute batches in the System Management
window.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 41
Services Used in Both 2G/3G and LTE
Networks-Location Service
 Location Service (LCS)
 The Location Service (LCS) provides the geographical location of a mobile station
(MS) or user equipment (UE) to the subscriber, a communication system, or a third
party.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 42
LCS
 Scenario
Carriers need to provide or withdraw the LCS on the PGW Web LMT.
 Procedure
 1. Open the HSS9860 Service Management window.
 2. Run the ADD LCSTPL command to add an LCS template. Set the parameters as
follows:
 Set Privacy exception1 - SS code to UNIVERSAL.
 Set Molr1 supplementary service code to ALLMOLR-SS.
 3. Run the MOD LCS command to provide or withdraw the LCS.
 To provide the LCS, set Provide LCS to TRUE.
 To withdraw the LCS, set Provide LCS to FALSE.

Copyright © 2012 Huawei Technologies Co., Ltd. All rights reserved. Page 43
Thank You!
www.huawei.com

You might also like