Versions Compared

Key

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

...

Subscriber is a model object that allows us to provision customer. 

  • 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 OLT device. Must be given
  • techProfileId(int) refers to technology profile id. To provision, the subscriber technology profile is required. (Technology profile details will be fetched from Access Pod.)
  • upstreamBandwidthProfile(string) refers an upstream(ONT to OLT) traffic bandwidth profile id. (Traffic bandwidth profile details will be fetched from Access Pod.)
  • downstreamBandwidthProfile(string) refers a downstream(OLT to ONT) traffic bandwidth profile id. (Traffic bandwidth profile details will be fetched from Access Pod.)
  • nasPortId(string) refers 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.

...