top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What does MME user state contains and what is exact meaning of "state" here?

+1 vote
763 views
What does MME user state contains and what is exact meaning of "state" here?
posted Jan 20, 2016 by Vakati Abilasn

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Is your question related to EMM states or something else ?
No not regarding EMM states,in HSS subscription profile I came across eps user state and that is classified into mme user state and sgsn user state

1 Answer

0 votes

EPS User State can contain two variable something like

EPS-User-State ::= < AVP header:1495 10415 >
                    [ MME-User-State ]
                    [ SGSN-User-State ]
                   *[ AVP ]

//contain the information related to the user state at MME.
MME-User-State ::= < AVP header: 1497 10415 > 
                    [ User-State ]
                   *[ AVP ]

 //contain the information related to the user state at SGSN.
SGSN-User-State ::= < AVP header: 1498 10415 > 
                     [ User-State ]
                    *[ AVP ]

Possible User States
DETACHED
ATTACHED_NOT_REACHABLE_FOR_PAGING
ATTACHED_REACHABLE_FOR_PAGING
CONNECTED_NOT_REACHABLE_FOR_PAGING
CONNECTED_REACHABLE_FOR_PAGING
NETWORK_DETERMINED_NOT_REACHABLE

answer Jan 21, 2016 by Salil Agrawal
which case HSS need user-state from MME/SGSN ?
...