Changes between Initial Version and Version 1 of WiMAX-1Q09-status


Ignore:
Timestamp:
06/04/10 15:42:39 (14 years ago)
Author:
jtaylor@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX-1Q09-status

    v1 v1  
     1[[PageOutline]]
     2
     3= WiMAX Project Status Report =
     4
     5Period: 1Q09
     6== I. Major accomplishments ==
     7
     8=== A. Milestones achieved ===
     9Task 1: WiMAX BS performance evaluation
     10  1.1 NEC WiMAX profile A base station product delivered to NEC Lab - done 10/08 - delivered to WINLAB Tech Center facility - done 2/08
     11
     12  1.2 WiMAX BS system setup - indoor (at NEC) - done 11/08 - indoor (at WINLAB) - done 2/08 - outdoor (at WINLAB) - done 3/08
     13
     14  1.3 NEC WiMAX indoor performance evaluation - done 12/08
     15
     16  1.4 Testing NEC BS interfaces - BS/MS R1 - done 12/08 - BS/ASN-GW R6 - done 1/09
     17
     18  1.5 NEC WiMAX outdoor performance evaluation - 30% complete as of 3/09
     19
     20  1.6 Experimental license for !WiMax obtained at Rutgers University - approved 12/08
     21
     22Task 2. Custom ASN-GW (GENI controller) implementation and testing
     23  2.1 Understanding NEC WiMAX BS interfaces - 90% complete as of 3/09
     24
     25  2.2 Understanding NEC ASN-GW functions - 70% complete as of 3/09
     26
     27  2.3 Implementing WiMAX virtualization - 20% complete as of 3/09
     28
     29Task 3. Base Station API software
     30  3.1 Initial open API requirements document - done 12/08
     31
     32  3.2 Design & implementation of the open API - done 2/09
     33
     34  3.3 SNMP control interface - done 3/09
     35
     36Task 4. System-level integration with OMF/GENI control
     37  4.1 Initial WiMAX system demo with OMF experimental control - done 3/09
     38
     39=== B. Deliverables made ===
     40D1. Demonstration of WiMAX base station accessed via ORBIT control interface – March 31, 2009
     41(features shown at GEC-4 demo in Miami include: experimenter script to set up WiMAX experiment, use of WiMAX as
     42control channel for V2V application, high bandwidth video streaming, mobile devices with both !WiFi & WiMAX, GUI)
     43
     44== II. Description of work performed during last quarter ==
     45
     46=== A. Activities and findings ===
     47This project is aimed at the development of an open virtualized !WiMax base station for
     48wide-area wireless deployments in GENI. The technical approach leverages a commercial “profile A” !WiMax base
     49station product from NEC Corp as the starting point, with an open API being added for the purpose of
     50interfacing an external GENI controller that provides L2/L3 flexibility. Software for the external GENI
     51controller is being developed to support virtualization, experimental programmability and control features.
     52
     53During this reporting period (1Q09), a second WiMAX base station was installed at the WINLAB Tech Center
     54facility in North Brunswick, NJ. The base station setup at WINLAB supports both indoor and outdoor testing,
     55and includes a roof-mounted RF antenna for ~2-3 Km coverage around the building. The setup was tested with
     56mobile end-user WiMAX devices mounted in cars, and sample location-aware applications have been built for
     57demo purposes. In addition, the WiMAX device has been integrated into the ORBIT control framework so as to
     58allow remote experimenters to access the network and set up available radio link parameters. The initial system
     59setup was demonstrated at the GEC-4 in Miami as indicated in item D1 above.
     60
     61In terms of key findings, our initial tests with the laboratory setup of the NEC WiMAX base station show that the
     62selected equipment provides flexible service configuration, reliable transport and carrier-grade reliability. It also provides the necessary interfaces for open API design as required for GENI programmability and measurements.
     63The base station features control and monitoring capabilities for key link layer parameters (such as bandwidth,
     64rate, modulation and coding scheme, link quality, scheduling priority, traffic class, etc.), so that we expect to be able to implement an open API with a reasonable amount of experimental flexibility. Further details on each of the tasks listed above are given below:
     65
     66'''1.1 Testing NEC BS interfaces - BS/ASN-GW R6'''[[BR]]
     67During this period, the R6 interface between NEC WiMAX base station and ASN-Gateway has been thoroughly
     68tested. Service flow creation, QoS management, multiple clients support and rate adaptation were validated for the subsequent custom ASN-GW development.
     69
     70'''1.2 NEC WiMAX outdoor performance evaluation'''[[BR]]
     71We have started evaluating the performance of the NEC WiMAX BS both indoors and outdoors. We have a fully
     72functional outdoor set-up at WINLAB with a roof-mounted antenna. The evaluation results when completed will
     73provide benchmarks for performance of the BS under different traffic loads and channel conditions. These results
     74will help to determine practical limits on BS virtualization in terms of total network capacity, variations due to signal quality, etc. During this reporting period, we have also integrated the WiMAX base station under the
     75ORBIT control and management framework, thus enabling remote access by an experimenter, code downloading
     76and automated data collection. The initial outdoor BS setup has been validated using a simple vehicular
     77experiment in which the WiMAX channel is used for control purposes, while a second !WiFi radio interface is used
     78for opportunistic high-speed downloads. This experiment also included video uplink from the mobile device in
     79order to evaluate high bandwidth streaming performance over the WiMAX channel.
     80
     81'''2.1 In-depth understanding NEC WiMAX BS interfaces'''[[BR]]
     82NEC WiMAX BS interfaces and messages (R1 and R6) were thoroughly studied, which include: the BS
     83Initialization, the network entry precedure, the pre-provisioned service flow, MS Network Exit, Radio Resource
     84Management and Idle Mode Entry and Exit.
     85
     86'''2.2 In-depth understanding NEC ASN-GW functions'''[[BR]]
     87The process service flow creation and deletion have been studied for different traffic classes and priorities. We
     88now have in-depth knowledge of the implementation of the routing of packets between the BS and the ASN. We
     89are in the process of extending the functionality of the ASN-GW to include routing of custom layer-3 protocols
     90including support for VLANs. This will help to support slices with non-IPv4 or IPv6 flows.
     912.3 Initial design of WiMAX virtualization capability and implementation.
     92Throughput virtualization capability was partially tested and implemented by manipulating the service flow creation and QoS parameters setting. Currently, we are looking at how to map slice flows to actual WiMAX service flows. We are also working towards the design of a scheduler and traffic shaper at the ASN-GW that will synchronize with the BS scheduler to provide the appropriate slice guarantees.
     93
     94'''3.1 Initial design document for the open API'''[[BR]]
     95A baseline open API document was created with functionalities to support access control, QoS control, service
     96flow management and radio resource utilization visibility.
     97
     98'''3.2 Revised design of open API: functional definition and implementation'''[[BR]]
     99A refined API document is being defined with higher flexibility to support the BS virtualization of ASN-GW
     100functionality, wireless link throughput and radio resource utilization.
     101
     102'''3.3 SNMP Control Interface'''[[BR]]
     103We now have a good understanding of the SNMP control interface that BS provides to the ASN-GW and are in
     104the process of modifying it to work in the virtualized environment.
     105
     106'''4.1 System level integration with GENI control'''[[BR]]
     107As mentioned earlier, the WiMAX BS installed at WINLAB was used to demonstrate system-level capabilities
     108including experimental control via ORBIT interfaces, use of WiMAX clients on mobile devices, high-speed
     109streaming, flow setup and resource allocation, service bit-rate monitoring, etc. The demo showed a realistic
     110experimental scenario where WiMAX is used as a control channel for location aware/opportunistic vehicular
     111communications. This was intended as a first demo for GEC-4, and further work on more extensive control of
     112radio API features, virtualization and performance monitoring is planned for 2Q09.
     113
     114=== B. Project participants ===
     115Rutgers: Manasi Jagganathan, Ronak Daya (graduate students), Ivan Seskar, Dipankar Raychaudhuri[[BR]]
     116NEC: Meilong Jiang, Rajesh Mahindra, Sampath Rangarajan
     117
     118=== C. Publications (individual and organizational) ===
     119__Internal project documents:__
     120  1. GENI !WiMax system engineering document, 11/08
     121  2. Open API specification document, 12/08 (v1.0), 2/09 (v2.0)
     122
     123No external publications during this reporting period
     124
     125=== D. Outreach activities ===
     126None
     127
     128=== E. Collaborations ===
     129  1. Coordinating with Stanford U (Prof. Nick !McKeown) to make the same NEC !WiMax base station available for !OpenFlow campus network deployment.
     130  2. Collaborating with ORBIT project team to use the ORBIT Management Framework (OMF) software as the foundation for the WiMAX base station controller.
     131
     132=== F. Other Contributions ===
     133None
     134
     135[[BR]]
     136Converted submitted file by Julia Taylor (jtaylor@bbn.com). Original file can be found [http://groups.geni.net/geni/attachment/wiki/WiMAX/GENI_WiMAX_QPR_1Q09b.pdf?format=raw here]