Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the e2mgr received the “Set Parameter” request it should save value in GeneralParameters table in RNIB DB .


Resource

 

Resource for this interface

/v#/nodeb/parameters

Description

E2 Manager is requested to set some Parameter

HTTP Method

PUT

Supported Representation Formats

Request: Request Format ie application/json, none, etc

Response: Response Format ie application/json, none, etc

Successful HTTP Response Code

200 OK


PUT http://<serverBaseURL>/v#/nodeb/parameters


Parameter

Data Type

Description

enableRicBoolean

true meaning - Future Setup from RAN will be supported

false meaning - Future Setup from RAN will be rejected


PUT http://localhost:3800/v1/nodeb/parameters
 accept: application/json

{

  "enableRic": true

}


Response Data Details

200 OK and response with incoming parameter.

GeneralParameters in Redis

KeyValue
GENERAL

{  "enableRic": true }

Set Parameters Flow






























Reject incoming setup request

If enableRic is false incoming request should be rejected and setup failer request should be send.


Cause GroupCause
Miscellaneous CauseO&M Intervention

Incoming Setup Request Flow

Image RemovedImage Added