Skip to main content

AccessNetwork

Description

AccessNetwork defines an Access Network (AN) to be used for deployment.


NetworkDesc field

Data Type: Struct
Optional: False


Identity field of tag identity

Identity represents the identity of the AN. If not provided, then a unique identity is generated for the TAC 1.

Kind: *./api/v1.AccessIdentity
Tag: identity
Manager Tag: identity
Data Type: Pointer
Optional: True


Radio field of tag radio

Radio defines the radio device section for the AN.

Tag: radio
Manager Tag: radio
Data Type: Struct
Optional: False


CoreNetworks field of tag core-networks

The list of CoreNetworks that this instance of AN should connect to. Should at least contain one entry. The format should look like the following: <network-section-name>.<network-name>

Tag: core-networks
Manager Tag: core-networks
Data Type: Slice
List Type: set
Minimum number of items: 1
Optional: True


Controller field of tag controller

The Controller that this AN is associated with. If empty, no controller is used.

Kind: *./api/v1.FullTag
Tag: controller
Manager Tag: controller
Data Type: string
Optional: True


Interfaces field of tag interfaces

Interfaces defines the network interfaces for the AN. If not provided, the defaults would be used.

Kind: *./api/v1.AccessInterfaces
Tag: interfaces
Manager Tag: interfaces
Data Type: Pointer
Optional: True


Cells field of tag cells

Cells define the cells of the Access Network, regardless of the RAT. The RAT is detected by the Band: if the band is in the LTE band list, then the RAT is LTE, otherwise it is NR. Having multiple cells is necessary for supporting NSA, hand over, and carrier aggregation deployments. The cell IDs are determined by the order of the cells in the list.

Tag: cells
Manager Tag: cells
Data Type: Slice
Maximum Items Count: 256
Minimum number of items: 1
Optional: False