ZXUN uMAC GT Configuration
Course Objectives
Upon finishing the course, you will be able to :
Know GT basic concept
Know GT configuration
Know GT service flow
Gr interface GT basic concept
GT : Global Title.
There are three type of GT number
1. E.164 : MSISDN, 959965465961, SGSN GT is E.164 and it can be checked from configuration
“show COMBOCFG”
2. E.212 : IMSI, 414051000435343
3. E.214 : Combine with E.164 and E.212. The frist 5 bit of E.164 and the last 10 bit of E.212.
959961000435343
4. GTT : GT Translator selector. General it will include two type of GTT. The frist type is E.164 and
the second type is E.214.
© ZTE Corporation. All rights reserved
GT Service Flow
GT Service flow.
If the UE who his IMSI is 414051000435343 try to attach to sysem and SGSN GT is
959960000031.
1. When UE send“attach request”to SGSN, SGSN will get the IMSI, then use below two number
analysis configuration transfer IMSI to E.214 number :
ADD MDNAL:DGT="41405",ENTR="DAS_IMSI_ROAM",RST=1,NAME="CMCC"
ADD IROAM:IDX=1,TP="ISDN",RST="95996",NAME="CMCC”
SGSN can get E.214 format GT number 959961000435343 based on above configuration.
2. SGSN will use GTT(type is E.214) to analysis the number “959961000435343”and then get
office ID based on below configuration :
ADD
GTT:GTTYPE=4,TRANSTYPE=0,PLAN="E164",NATURE="INT",IMSI=0,TRANSLATOR=1,NGTMIN=1,NGTMAX=20,IGTMIN=1,I
GTMAX=20
ADD
GTT:GTTYPE=4,TRANSTYPE=0,PLAN="E214",NATURE="INT",IMSI=0,TRANSLATOR=2,NGTMIN=1,NGTMAX=20,IGTMIN=1,I
GTMAX=20
ADD
GT:GT="95996",TRANS=2,ROUTEMODE="GT",OFFICEID1=75,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_
OFF_GRP="NO"
© ZTE Corporation. All rights reserved
GT Service Flow
3. When SGSN get adjacent ID, it will send authentication request message to HLR. The
desination GT is 959961000435343 and source GT is SGSN itself GT.
4. When HLR received the authentication request message, it will reply the response message.
The destination GT is SGSN GT 959960000031in the response message.
5. When SGSN received response message and find it is E.164 format GT number ,it will use
GTT=1 to analysis it based on below confiugration.
ADD GT:GT="95996",TRANS=1,ROUTEMODE="GT",OFFICEID1=0,SELECTEDNUM1=1
SGSN find that office id is 0, it know itself is end point and deliver it to application level.
6. When SGSN need send message to HLR again, it will use HLR GT as destination GT and using
E.164 translator to analysis it.
© ZTE Corporation. All rights reserved
Sigtran-Gr interface Topology
HLR(OFCID=75)
Other country HLR
uMAC
GRX
STP(OFCID=3)
HLR GT : 8613900000001
SGSN GT : 8613903108
UE IMSI : 460000000000001
© ZTE Corporation. All rights reserved
GT configuration
1. Run the following command to create a mobile number analysis result index:
ADD IROAM:IDX=1,TP="ISDN",RST="86139",NAME="CMCC"
2. Run the following command to configure mobile number analysis:
ADD MDNAL:DGT="46000",ENTR="DAS_IMSI_ROAM",RST=1,NAME="CMCC"
3. Run the following commands to configure GT translation selectors:
ADD
GTT:GTTYPE=4,TRANSTYPE=0,PLAN="E164",NATURE="INT",IMSI=0,TRANSLATOR=1,NGTMIN=1,NGTMAX=20,IGT
MIN=1,IGTMAX=20
ADD
GTT:GTTYPE=4,TRANSTYPE=0,PLAN="E214",NATURE="INT",IMSI=0,TRANSLATOR=2,NGTMIN=1,NGTMAX=20,IGT
MIN=1,IGTMAX=20
4. Perform the following steps to configure GT translation data:
4.1 Run the following command to configure the GT translation data for the local office:
ADD GT:GT="8613903108",TRANS=1,ROUTEMODE="GT",OFFICEID1=0,SELECTEDNUM1=1
4.2 Run the following command to configure GT translation data for the HLR:
ADD GT:GT="86139",TRANS=1,ROUTEMODE="GT",OFFICEID1=75,SELECTEDNUM1=1
ADD GT:GT="86139",TRANS=2,ROUTEMODE="GT",OFFICEID1=75,SELECTEDNUM1=1
4.3 Run the following commands to configure the maximum matching GT translation data for international roaming:
ADD GT:GT="1",TRANS=1,ROUTEMODE="GT",OFFICEID1=3,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_OFF_GRP="NO"
.
.
.
ADD GT:GT="8",TRANS=1,ROUTEMODE="GT",OFFICEID1=3,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_OFF_GRP="NO"
ADD GT:GT="9",TRANS=1,ROUTEMODE="GT",OFFICEID1=3,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_OFF_GRP="NO"
ADD GT:GT="1",TRANS=2,ROUTEMODE="GT",OFFICEID1=3,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_OFF_GRP="NO"
.
.
.
ADD GT:GT="8",TRANS=2,ROUTEMODE="GT",OFFICEID1=3,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_OFF_GRP="NO"
ADD GT:GT="9",TRANS=2,ROUTEMODE="GT",OFFICEID1=3,SELECTEDNUM1=1,OFFICEID2=4,SELECTEDNUM2=1,INFO_OFF_GRP="NO"
© ZTE Corporation. All rights reserved