Actions
Bug #6112
openerlang: implement a state/fsm for every user
Start date:
07/24/2023
Due date:
% Done:
10%
Updated by lynxis 17 days ago
%% state [action on entry] -(event to go to the next state)-> new state %% state [action] (event)-> new state %% init -(Rx LUR via GSUP)-> Wait for HSS [Tx MAR] -(Rx MAA)-> Wait for Tunnel Req [Tx LUA](Rx TunnelReq)-> %% -> Wait for PGW. t might ask us if authenticate this use. [Tx PGW Req] -(Rx PGW)-> Live [Tx Tunnel Resp]
Actions