Versions Compared

Key

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

...

POST /v1/nodeb/enb

Request Body:

Code Block
{
	"ranName": string"",
	"globalNbId": {
					plmnId: string"",
					nbId:	string""
	},
	"ip": string"",
	"port": number1234,
	"enb": {
			"enbType": string"",
			"servedCells": [{},...],
			"guGroupIds": [string"",...]
	}
}


Sequence Diagram

Update eNB REST API

...