commit | f4bf19eea548c6f9e9dc69436df2685733132fa5 | [log] [tgz] |
---|---|---|
author | rshetty <rshetty@radisys.com> | Tue Sep 19 01:28:27 2017 +0530 |
committer | Kim Kempf <kim.kempf@radisys.com> | Mon Sep 25 16:21:51 2017 -0700 |
tree | cac515cfdc024bb26c9406a1211b4b8f9d0b146a | |
parent | 2727599377d42e4670fbb2e631ace6fa1e84f913 [diff] |
1) VOL-252:Process flow rules and provision BAL for HSIA, DHCP, EAPOL flows 2) Added support of XPON GEM port and tcont commands in broadcom onu adapter 3) Fixed the issues with ONOS integration 4) Added Multiple ONU support Note: Right now only one GemPort is supported, and use traffic_class 2 while adding a gem port. Below are the xpon commands used while testing. preprovision_olt -t asfvolt16_olt -H 192.168.140.71:50060 enable xpon channel_group create -n "Manhattan" -d "Channel Group for Manhattan" -a up -p 100 -s 000000 -r raman_none channel_partition create -n "WTC" -d "Channel Partition for World Trace Center in Manhattan" -a up -r 20 -o 0 -f false -m false -u serial_number -c "Manhattan" channel_pair create -n "PON port" -d "Channel Pair for Freedom Tower in WTC" -a up -r down_10_up_10 -t channelpair -g "Manhattan" -p "WTC" -i 0 -o class_a traffic_descriptor_profile create -n "TDP 1" -f 100000 -a 500000 -m 1000000 -p 1 -w 1 -e additional_bw_eligibility_indicator_none channel_termination create -i 0001730096b60157 -n "PON port" -d "Channel Termination for Freedom Tower" -a up -r "PON port" -c "AT&T WTC OLT" vont_ani create -n "ATT Golden User" -d "ATT Golden User in Freedom Tower" -a up -p "WTC" -s "BRCM12345678" -r "PON port" -o 1 ont_ani create -n "ATT Golden User" -d "ATT Golden User in Freedom Tower" -a up -u true -m false tcont create -n "TCont 1" -r "ATT Golden User" -t "TDP 1" v_enet create -n "uni-1" -d "Ethernet port - 1" -a up -r "ATT Golden User" gem_port create -n "Gemport 1" -r "uni-1" -c 2 -a true -t "TCont 1" vont_ani create -n "ATT Silver User" -d "ATT Silver User in Freedom Tower" -a up -p "WTC" -s "BRCM12345679" -r "PON port" -o 2 ont_ani create -n "ATT Silver User" -d "ATT Silver User in Freedom Tower" -a up -u true -m false tcont create -n "TCont 2" -r "ATT Silver User" -t "TDP 1" v_enet create -n "uni-2" -d "Ethernet port - 2" -a up -r "ATT Silver User" gem_port create -n "Gemport 2" -r "uni-2" -c 2 -a true -t "TCont 2" Change-Id: I3b2b9d2d7be2adfb33b8d06d30a743477ea90ea9
Voltha aims to provide a layer of abstraction on top of legacy and next generation access network equipment for the purpose of control and management. Its initial focus is on PON (GPON, EPON, NG PON 2), but it aims to go beyond to eventually cover other access technologies (xDSL, Docsis, G.FAST, dedicated Ethernet, fixed wireless).
Key concepts of Voltha:
Control and management in the access network space is a mess. Each access technology brings its own bag of protocols, and on top of that vendors have their own interpretation/extension of the same standards. Compounding the problem is that these vendor- and technology specific differences ooze way up into the centralized OSS systems of the service provider, creating a lot of inefficiencies.
Ideally, all vendor equipment for the same access technology should provide an identical interface for control and management. Moreover, there shall be much higher synergies across technologies. While we wait for vendors to unite, Voltha provides an increment to that direction, by confining the differences to the locality of access and hiding them from the upper layers of the OSS stack.
While we are still at the early phase of development, you can check out the BUILD.md file to see how you can build it, run it, test it, etc.
Contributions, small and large, are welcome. Minor contributions and bug fixes are always welcome in form of pull requests. For larger work, the best is to check in with the existing developers to see where help is most needed and to make sure your solution is compatible with the general philosophy of Voltha.