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.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
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. |
Name | Value | Description |
---|---|---|
display | i=block/tx |
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 |
// 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 }