Versions Compared

Key

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

...

The GW Provisioning Abstraction defines the abstracted APIs which are called by the gateway provisioning application during initialisation. It provides interfaces to be used for handshaking during DOCSIS initialisation.

gw_prov_utopia initialises and runs the provisioning process. gw_prov_abstraction.h file defines the abstracted APIs.

Create state machine for event handling from DOCSIS stack. This is called from provisioning abstraction layer when any provisioning event occurs. Registered DOCSIS init event will be handled by the state machine. gw_prov_utopia will initialise CCSP system configuration through utopia_init.sh.

eRouter Initialization:
The eRouter operates in any one of the following three modes:
• IPv4 Protocol Enabled
• IPv6 Protocol Enabled
• Dual IP Protocol Enabled

...