vlr_sgs.h: Set proper logic order of items in enum sgs_ue_fsm_state

Set order of states in the same order as they appear in the specs (see
chapter 4.2.2 mentioned above the enum).
Furthermore, from FSM state transition point of view it also makes sense
to put them in this new order, since one should pass through
SGS_UE_ST_LA_UPD_PRES to get to SGS_UE_ST_ASSOCIATED.

Change-Id: Ia9216965e9f30caedffa3cb53d14da7f7fd37b4e
This commit is contained in:
Pau Espin 2021-08-24 11:49:03 +02:00
parent 25b6847f46
commit 13f17c13c3
1 changed files with 1 additions and 1 deletions

View File

@ -32,8 +32,8 @@ struct vlr_instance;
/* See also 3GPP TS 29.118, chapter 4.2.2 States at the VLR */
enum sgs_ue_fsm_state {
SGS_UE_ST_NULL,
SGS_UE_ST_ASSOCIATED,
SGS_UE_ST_LA_UPD_PRES,
SGS_UE_ST_ASSOCIATED,
};
enum vlr_sgs_state_tmr {