This command defines
the GPRS mobility management parameters for the SGSN service.
Privilege:
Security Administrator,
Administrator
Syntax
gmm { T3302-timeout
t3302_dur | T3312-timeout
t3312_dur | T3313-timeout
initial t3313_init [ decrease
t3313_decrement | increase t3313_increment ] | T3322-timeout t3322_dur | T3350-timeout t3350_dur | T3360-timeout t3360_dur | T3370-timeout t3370_dur | implicit-detach-timeout impli_detach_dur | max-auth-retransmission auth_retrans | max-identity-retransmission id_retrans | max-page-retransmission page_retrans | max-ptmsi-reloc-retransmission
ptmsi_reloc_retrans | mobile-reachable-timeout ms_reach_dur | perform-identity-on-auth-failure | purge-timeout purge_dur | trau-timeout trau_dur }default gmm { T3302-timeout | T3312-timeout | T3313-timeout | T3322-timeout | T3350-timeout | T3360-timeout | T3370-timeout | implicit-detach-timeout | max-auth-retransmission | max-identity-retransmission | max-page-retransmission | max-ptmsi-reloc-retransmission | mobile-reachable-timeout | perform-identity-on-auth-failure | purge-timeout | trau-timeout }no gmm { implicit-detach-timeout | max-auth-retransmission | max-identity-retransmission | perform-identity-on-auth-failure
}
default
Sets the default value
for the specified parameter.
T3302-timeout t3302_dur
Default: 10
Specifies the retransmission
timer value to guard the GPRS attach or RAU procedure on MS side.
t3302_dur is
the waiting duration in minutes before retransmitting the specific
message and must be an integer from 1 through 186.
T3312-timeout t3312_dur
Default: 54
Specifies the retransmission
timer value to guard the RAU procedure initiation on network side.
t3312_dur is
the waiting duration in minutes before retransmitting the specific
message and must be an integer from 1 through 186.
T3313-timeout initial
t3313_init [ decrease t3313_decrement | increase t3313_increment ]
Default: 5
Specifies the retransmission
timer value to guard the for paging request procedure initiation on
network side.
initial t3313_init -
Specifies the initial wating duration in seconds before retransmitting
the specific message. t3313_init must
be an integer from 1 through 60.
decrease t3313_decrement - Specifies
the decrement of the initial timer value in seconds. t3313_decrement must
be an integer from 1 through 5.
increase t3313_increment - Specifies
the increment of the initial timer value in seconds. t3313_decrement must
be an integer from 1 through 5.
T3322-timeout t3322_dur
Default: 6
Specifies the retransmission
timer value to guard the GPRS detach request procedure on network
side.
t3322_dur is
the waiting duration in seconds before retransmitting the specific
message and must be an integer from 1 through 20.
T3350-timeout t3350_dur
Default: 6
Specifies the retransmission
timer value to guard the GPRS attach accept/RAU accept/realloc
request procedure sent with P-TMSI and/or TMSI on network
side.
t3350_dur is
the waiting duration in seconds before retransmitting the specific
message and must be an integer from 1 through 20.
T3360-timeout t3360_dur
Default: 6
Specifies the retransmission
timer value to guard the authentication and cipher request procedure
on network side.
t3360_dur is
the waiting duration in seconds before retransmitting the specific
message and must be an integer from 1 through 20.
T3370-timeout t3370_dur
Default: 6
Specifies the retransmission
timer value to guard the identity request procedure on network side.
t3370_dur is
the waiting duration in seconds before retransmitting the specific
message and must be an integer from 1 through 20.
implicit-detach-timeout impli_detach_dur
Default: 3600
Specifies the retransmission
timer value to guard the implicit detach procedure on network side.
impli_detach_dur is
the waiting duration in seconds before retransmitting the specific
message and must be an integer from 1 through 86400.
max-auth-retransmission auth_retrans
Default: 4
Specifies the maximum
retransmission of authentication requests allowed.
auth_retrans is
the number of retries before declaring the authentication failure
and must be an integer from 1 through 10.
max-identity-retransmission id_retrans
Default: 4
Specifies the maximum
retransmission of identity requests allowed.
id_retrans is
the number of retries before declaring the identity failure and
must be an integer from 1 through 10.
max-page-retransmission page_retrans
Default: 5
Specifies the maximum
retransmission of page requests allowed.
id_retrans is
the number of retries before declaring the paging request failure
and must be an integer from 1 through 5.
max-ptmsi-reloc-retransmission ptmsi_reloc_retrans
Default: 5
Specifies the maximum
retransmission for P-TMSI relocation procedure allowed.
id_retrans is
the number of retries before declaring the P-TMSI relocation procedure
failure and must be an integer from 1 through 10.
mobile-reachable-timeout ms_reach_dur
Default: 58
Specifies the retransmission
timer value to guard the mobile reachability procedure on network
side.
impli_detach_dur is
the waiting duration in minutes before retransmitting the specific
message and must be an integer from 4 through 1440.
perform-identity-on-auth-failure
Default: Enabled
Configures the SGSN
service to perform an identity check to ascertain the IMSI after
an authentication failure on a PTMSI-based message.
purge-timeout purge_dur
Default: 10080 (7 days)
Specifies the timer
value to guard the detach of MM context procedure on network side.
impli_detach_dur is
the waiting duration in minutes before retransmitting the specific
message and must be an integer from 1 through 20160.
Define the purge timer
to hold detached mm-contexts. Default is 10080 mins (7 days).
trau-timeout trau_dur
This timer is available
in releases 9.0 and higher.
Default: 30
Specifies the number
of seconds the “old” 3G SGSN waits to purge the
MS’s data. This timer is started by the “old” SGSN
after completion of the inter-SGSN RAU.
trau_dur :
Must be an integer from 5 to 60.
Usage:
Repeat this command
as needed to configure multiple parameters for GPRS mobility management
in a UMTS network. This command provides the configuration of timers
for mobility procedures and retries for different messages. GMM
layer is defined in the 3GPP TS 24.008 (Release 7).
Example:
Following command configures
the timer to wait for
5 mins before
retransmitting the message for GPRS attach or RAU procedure on MS
side with maximum number of retries as
6 for authentication:
gmm T3302-timeout 5 max-auth-retransmission 6