You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


RAN States

E2M supports the following state for each RAN:

StateDescription
Null

No RAN in DB

ConnectingAfter sending the Setup Request  
DisconnectedEither can’t establish the connection or the connection failed
Setup FailureRemote RAN response with Setup Failure
ConnectedRemote RAN response with Setup Response (Success) 
Shutting-Down Temporary state during Red Button (From Dashboard)
Shut-Down Persistent state after Red Button (From Dashboard)

RAN Events

We have the following events which might change SM:

  1. Setup Req. (From Dashboard)
  2. Can’t connect / connection failed from E2T
  3. Setup Failure (From Remote RAN through E2T)
  4. Setup Response (From Remote RAN through E2T)
  5. E2T Initialized - E2T Failed and Restart
  6. Red Button (From Dashboard)

Logic

There is counter how many trials Setup Retries Counter we will try to send the message due to previous failure.

RAN State Machine - States vs. Events

States ==> 

Events

Null

Connecting

Disconnected

Setup Failure

Connected

Shutting-Down

Shut-Down

REST Setup

Request

Send Setup;

Connecting *

Send Setup;

Connecting -

Send Setup;

Connecting -

Send Setup;

Connecting 

Send Setup;

Connected

Currently

Reject

Send Setup;

Connecting

Setup

Response

Error

Store @ RNIB;

Connected -

Error

Error

Store @ RNIB;

Error

Error

Setup  Failure

Error

Setup Failure -

Error

Error

Setup Failure

Error

Error

SCTP Failure

(Lost Connection)

Error

Send Setup;

Connecting +

Send Setup;

Connecting +

Send Setup;

Connecting +

Send Setup;

Connecting +

Shut-down

Error

E2

Initialize


Send Setup;

Connecting +

Send Setup;

Connecting +

Send Setup;

Connecting +

Send Setup;

Connecting +

Shut-down


Red Button


Shutting-Down

(Shut down)

Shut-down

Shutting-Down

(Shut down)

Shutting-Down

(Shut down)

Shut-down


Reset

RIC 2 RAN

Reject

Reject

Reject

Reject

Send Reset

Reject

Reject

Reset / Reset Response

RAN 2 RIC

Error

Error

Error

Error

Send Response

(In case  incoming Reset)

Error

Error

Load Information

Error

Error

Error

Error

Store @ RNIB;

Publish

Error

Error

Configuration Update

Error

Error

Error

Error

Send Response

Error

Error

Legend:

-”:   Clear # of Setup Retries Counter

+”: Increment # of Setup Retries Counter


Flow charts in the RAN State

State = Null (RAN doesn't exist in DB)


State = Connecting


State = Connected


State = Setup Fail



State = Disconnected

State = Shutting Down

State = Shut Down  

Flow Chart - The 3 Triggers to send Setup








  • No labels