MIH implementation

From Nsnam
Jump to navigation Jump to search

The goal of this article is to describe the ongoing implementation framework of the emerging 802.21 standard in ns-3. If you arrived here following your high curiosity line, that's great but assure that you have first read a few documents regarding that draft standard.

Main Page - Roadmap - Summer Projects - Project Ideas - Developer FAQ - Tools - Related Projects

HOWTOs - Installation - Troubleshooting - User FAQ - Samples - Models - Education - Contributed Code - Papers

Overview

MIH framework in NS-3

API description

Where is what?

Use of smart pointers

Designing choice structures

Task completed so far

By now, the following MIH blocks are implemented:

  1. An abstract MIH_LINK_SAP and its primitives
  2. An abstract MIH_SAP and primitives for MIH processing on the local stack only

Ongoing development

Currently we are on the following:

  1. Implementing MIH_FUNCTION for local MIH Events and Commands exchanges:
    1. Link events delivery from MIH_LINK_SAPs to MIH_USERs (through MIH_SAPs)
    2. Command delivery from MIH_USERs to MIH_LINK_SAPs

Foresights