blob: 7e28611ccc468363b19bae1f0fea28ce5a01134b [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001/*
2 * OLayer Software Developer's Guide - main page
3 */
4
5/** \mainpage OMCI Service Layer Software Deveoper's Guide
6
7\section intro Introduction
8OMCI Service Layer and OMCI atack is BAL / SDN-PAL add-on package. It is designed for managing xPON ONUs using service-oriented requests.
9OMCI Service Layer performs the following functions:
10- Converts service oriented requests into OMCI ME requests
11- Applies OMCI MEs in the correct order using built-in FSMs
12- Handles ONU activation and MIB upload. Identifies ONU type based on the OMCI MIB upload results
13*/
14
15/** \page omcisvc_api OMCI Service Layer API
16 See \ref omcisvc_api in API Reference chapter
17*/