Simple Module OLT_Tx

Package: red_wireless
File: OLT_Tx.ned

C++ definition

El modulo simple OLT_Tx transmite los paquetes GATE, REPORT y ETHERNET destinados a las ONUs hacia el modulo OLT_WDMSplitter para que los envie hacia el exterior.

OLT_Tx

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

OLT_Tx OLT

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

OLT_Tx

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

OLT (compound module)

El modulo compuesto OLT representa el terminal de linea optico que supone la interfaz entre la red de acceso hibrida y la red troncal.

Properties:

Name Value Description
display i=block/tx

Gates:

Name Direction Size Description
olttxIn input

Puerta de entrada que conecta este modulo con el OLT_mac

olttxOut output

Puerta de salida que conecta este modulo con el OLT_WDMSPlitter

Source code:

// El modulo simple OLT_Tx transmite los paquetes GATE, REPORT y ETHERNET destinados a las ONUs hacia el modulo 
// OLT_WDMSplitter para que los envie hacia el exterior.
simple OLT_Tx
{
    parameters:
        @display("i=block/tx");
    gates:
        input olttxIn; //Puerta de entrada que conecta este modulo con el OLT_mac
        output olttxOut; //Puerta de salida que conecta este modulo con el OLT_WDMSPlitter
}