MIBs for RRM Request and Report

Slides:



Advertisements
Similar presentations
Chapter Three: Interconnection Structure
Advertisements

FIPA Interaction Protocol. Request Interaction Protocol Summary –Request Interaction Protocol allows one agent to request another to perform some action.
1/1/ / faculty of Electrical Engineering eindhoven university of technology Introduction Part 3: Input/output and co-processors dr.ir. A.C. Verschueren.
New Proposal Review Form Revised 09/10/2008 Office of Sponsored Projects (512)
Reza Gorgan Mohammadi AmirKabir University of Technology, Department of Computer Engineering & Information Technology Advanced design.
Chapter 7 Using Data Flow Diagrams
 Journal entries are comments or notes that can be left on an employee ANYTIME throughout the year.  The purpose of the journal entries is to help reviewers.
Submitting Book Chapters via Manuscript Central A Short Guide for Wiley-VCH Authors.
Doc.: IEEE /124r0 Submission January 2003 Byoung-Jo “J” KimSlide 1 RRM Requirements for Public WLAN Service Provider Byoung-Jo “J” Kim AT&T Labs-Research.
CCG Ordering Information 2014 For Questions, contact the Communications Analyst Alexandra Lazar
1 Functions 1 Parameter, 1 Return-Value 1. The problem 2. Recall the layout 3. Create the definition 4. "Flow" of data 5. Testing 6. Projects 1 and 2.
Getting Started with MATLAB 1. Fundamentals of MATLAB 2. Different Windows of MATLAB 1.
© Janice Regan, CMPT 300, May CMPT 300 Introduction to Operating Systems Memory: Relocation.
EEPROM Hex File Generation with SigCon Architect SVA – Datapath Solutions Nov
Submission Page 1 November 2002 doc.: IEEE /677r0 Daryl Kaiser, Cisco Systems Radio Measurement Actions Daryl Kaiser (Cisco Systems) 12 November.
Doc.: IEEE /171r2A Submission March 2003 Byoung-Jo “J” Kim, AT&T Labs-Research RRM MIB Enhancement Paired with 03/171r0 Word doc Byoung-Jo “J”
Doc.: IEEE k Submission July 2003 Byoung-Jo "J" Kim, AT&T Labs-ResearchSlide 1 RRM Feature to Function Match Byoung-Jo “J” Kim AT&T.
Doc.: IEEE /250r0 Submission, Slide 1 Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Submission Title: IEEE :
Questionnaire-Part 2. Translating a questionnaire Quality of the obtained data increases if the questionnaire is presented in the respondents’ own mother.
Doc.: IEEE /171ar0 Submission March 2003 Byoung-Jo “J” Kim, AT&T Labs-Research RRM MIB Enhancement Paired with 03/171r0 Word doc Byoung-Jo “J”
SubmissionKwak, Rudolf1 Control framework in v Joe Kwak, Marian Rudolf (InterDigital) doc: IEEE /xxx4r0 May 2005.
Mathilde Benveniste Avaya Labs
Year 9 Mathematics Algebra and Sequences
Project Management: Messages
Architectures of Digital Information Systems Part 1: Interrupts and DMA dr.ir. A.C. Verschueren Eindhoven University of Technology Section of Digital.
Memory Management.
Date: Authors: February 2010 Month Year
ECE 353 Lab 3 Pipeline Simulator
CHP - 9 File Structures.
Source: Dr. William Shvodian Company: XtremeSpectrum
COMBINED PAGING AND SEGMENTATION
As the last CC-list represents Maximum Compatible Classes we conclude:
RRM MIB Variable Structures
“Support for Radio Resource Management (RRM) in ”
P802.11aq Waiver request regarding IEEE RAC comments
E-NOTIFY and CAER OnLine Training
I-Supplier Training Guide
19, Yangjae-daero 11gil, Seocho-gu, Seoul , Korea
“ Radio Measurements in Support of WLAN Management”
Machine Independent Features
GDSS – Digital Signature
Coexistence of Legacy & RSN STAs in Public WLAN
Chapter 2: System Structures
Radio Resource Measurements MIB – Seattle Ad Hoc and After
Multiple Locations Channel Availability Query
Multiple Locations Channel Availability Query
Java Programming Arrays
Chapter 5 Exploiting Memory Hierarchy : Cache Memory in CMP
Optional Assembler Features 2
Please use speaker notes for additional information!
Machine Independent Assembler Features
Proposal “Support for Radio Resource Management (RRM) in ”
ECE 352 Digital System Fundamentals
Travel Expenses Tool Instruction Manual
11af architecture Date: Authors: May 2011 Month Year
Remedy for beacon bloat
Client Management Protocol Details
P802.11aq Waiver request regarding IEEE RAC comments
Machine Independent Assembler Features
Subqueries Schedule: Timing Topic 25 minutes Lecture
MAC beaconing sync comment resolution
Hash Maps Introduction
Web-based Imaging Management System Working Group - WIMS
TGba Possible Architecture and Specification Issues
Purchase Document Management
Virtual Memory 1 1.
Date: Authors: February 2010 Month Year
RRM MIB Enhancement Paired with 03/171r0 Word doc
Presentation transcript:

MIBs for RRM Request and Report September 2003 802.11-03-xxxx-00-000k September 2003 MIBs for RRM Request and Report Byoung-Jo “J” Kim AT&T Labs-Research macsbug@research.att.com And your name here Byoung-Jo "J" Kim, AT&T Labs-Research Byoung-Jo "J" Kim, AT&T Research

MIB for RRM Request and Reports in Doc # 03-666-xx-00k September 2003 MIB for RRM Request and Reports in Doc # 03-666-xx-00k Various examples to facilitate starting points for discussions!! Not a final product, but should be close once a particular approach is favored by the TG. Each revision is a variation: higher revisions do not supercede lower ones. May have some minor typos and logically errors Byoung-Jo "J" Kim, AT&T Labs-Research

MIB for RRM Request and Reports in Doc # 03-666-xx-00k September 2003 MIB for RRM Request and Reports in Doc # 03-666-xx-00k Basic Procedure for Setting Requests in MIB Check nextIndex for next index value: 0 means can’t do Create a row and fill in values while RowStatus is “Not-Ready” or “Inactive” Set RowStatus to “Active” when done. Check back the RowStatus and RqstStatus to see if there is an error Actively delete or modify after Setting RowStatus to “Not-Ready”, or Let it age out automatically (aging time specifiable.) Specify period and number of repetition if multiples of the same request are made from a single row periodically. Byoung-Jo "J" Kim, AT&T Labs-Research

September 2003 Some Notes RowStatus = 0 indicates SME will not accept new requests for some reason like memory. Aging time allows SME to delete request rows after some time without relying on SNMP managers to remember to delete. Periodic request can be specified, saving SNMP traffic, but we do not have periodic request over the air. Periodic requests must have repetition number so that they terminate with certainty, even if SNMP managers forget about them. Wanna suggest the maximum number? Byoung-Jo "J" Kim, AT&T Labs-Research

September 2003 Report Table Only Beacon Report has been written as an example, but others should be similar One row of request can generate multiple rows in the report table, thus the need for separate tables Byoung-Jo "J" Kim, AT&T Labs-Research

September 2003 Some Issues MIB is not a high-level flexible data structure, so may not support all features. This attempt is to see if useful functions can be obtained via SNMP MIB Human readable time units are preferred in MIB, but 802.11 has been using PHY/MAC specific Time units. Byoung-Jo "J" Kim, AT&T Labs-Research

September 2003 Variations Please read Notes in each revision: Revisions do not supercede. Just different variations. 03-666-01: What we have in D0.6 for Beacon request/report. Separate table for each request/report type. 03-666-02: Recognizing the difficulty of controlling TSF-based measurement start time, assumes best effort based timing, roughtly based on when a request is sent. 03-666-03: One table for all current types of requests. Can be extended using “AUGMENTS” syntax for future types. 03-666-04: Parrallel bit and thus required simple grouping capability is added to 03. However, grouping in this manner requires searching through the request table, since rows in a group are not gauranteed to have consequetive indices, if multiple SNMP managers unless SNMPv3. Any alternatives? Byoung-Jo "J" Kim, AT&T Labs-Research

September 2003 Volunteers? To Read it as an implementor and point out ambiguity or corrections: I’m too close to see this. To create tables for other types of request and report To solve some of the remaining issues Byoung-Jo "J" Kim, AT&T Labs-Research

Other potential things for MIB September 2003 Other potential things for MIB Config/Read Site Report Config Channel Map Config Disassociation Imminent New Notifications: association, signal quality triggered notification, etc.. CCA on local interfaces More? Byoung-Jo "J" Kim, AT&T Labs-Research