OSAM GW:
For the first phase, OSAM GW is going to be stored in OSAM DB.
- id(string) identiier for OSAM GW
- Ip address(String) IP address of the OSAM GW
ACCESS POD:
...
ACCESS POD:
asdada
DEVICE:
Device is an abstract model definition of a physical device. A device can be an OLT or an ONT Device. It consists of the following properties:
...
device_id (string): Identifier of the connected device
- port_no (int): Identifier of the connected port.
PMCONFIGS
PmConfigs object represents an array of PmConfig or PmGroupConfig objects.
- freq : Sample rate
- grouped : Represents whether it is a grouped configuration or not.
PMGROUPCONFIG
...
ADDRESS INFO:
Address info indicates the connection identifier of a device. It consists of the following properties:
- group_name : Name of the grouped configuration
- group_freq : Sample rate for the group measurement
- enabled : Represents whether this group configuration is enabled or not.
PMCONFIG
PmConfig object represents a performance measurement metric with properties :
- type : (counter, gauge, state, context) type can be a counter value (to track how many times something has happened), a gauge (for instantaneous measurement types) a state or a context.
- sample_freq : Frequency of the performance measurement
- name : The name of the measurement
- enabled : This value shows if the config is enabled or not.
mac_address (string): Mac address of the device
ipv4_address (string): Ipv4 address of the device
ipv6_address (string): Ipv6 address of the device
SUBSCRIBER:
Subscriber is a model object that allows us to provision customer. It will be kept in OSAM DB.
- Id (string) -property refers to ONT uniport also it is an identifier for a subscriber. Must be given
- c-tag (int) -it is used by ONT device. Must be given
- s-tag (int) -it is used by ONT device. Must be given
- techProfileId refers to technology profile id. To provision, the subscriber technology profile is required. (Technology profile details will be fetched from Access Pod.)
- upstreamBandwidthProfile refers an upstream(ONT to OLT) traffic bandwidth profile id. (Traffic bandwidth profile details will be fetched from Access Pod.)
- downstreamBandwidthProfile refers a downstream(OLT to ONT) traffic bandwidth profile id. (Traffic bandwidth profile details will be fetched from Access Pod.)
- nasPortIdrefers a radius server port.
- Subscriber must be matched with OLT. OLT match is done with ConnectionPoint model.
- Connection Point indicates a bridge between OLT-device and Subscriber's ONT. Subscriber model has ConnectionPoint model as property.
...
ConnectionPoint is a model that connects the Subscriber to OLT-Device. It will be kept in OSAM DB
- Id -property refers to a serial number of OLT device
- hardwareIdentifier -refers a mac address of OLT device
- ipAddress -indicates an IP address of OLT device
- nasId -indicates a radius server.
PMCONFIGS
PmConfigs object represents an array of PmConfig or PmGroupConfig objects.
- freq : Sample rate
- grouped : Represents whether it is a grouped configuration or not.
PMGROUPCONFIG
PmGroupConfig object consists of PmConfig objects with this additional properties :
- group_name : Name of the grouped configuration
- group_freq : Sample rate for the group measurement
- enabled : Represents whether this group configuration is enabled or not.
PMCONFIG
PmConfig object represents a performance measurement metric with properties :
- type : (counter, gauge, state, context) type can be a counter value (to track how many times something has happened), a gauge (for instantaneous measurement types) a state or a context.
- sample_freq : Frequency of the performance measurement
- name : The name of the measurement
- enabled : This value shows if the config is enabled or not.