ietf-ccamp-wg / draft-ietf-ccamp-wdm-tunnel-yang

CCAMP WG repository for the ietf-flexi-grid-media-channel YANG model
Other
2 stars 2 forks source link

Proper structure for defining transponders and 3R regenerators #66

Open aguoietf opened 4 months ago

aguoietf commented 4 months ago

Currently the following structure is used for defining starting, terminating and 3R regenerator transponders:

    +--rw path-in-transceiver
    |  +--rw transponder-id?   uint32
    |  +--rw transceivers* [lane-id]
    |     +--rw lane-id                       uint8
    |     +--rw transceiver-id?               uint32
    |     +--rw operational-modes*            string
    |     +--rw tx-tune-constraints
    |     |  +--rw min-central-frequency?    frequency-thz
    |     |  +--rw max-central-frequency?    frequency-thz
    |     |  +--rw transceiver-tunability?   frequency-ghz
    |     +--rw line-coding-bitrate*          identityref
    |     +--rw tx-channel-power?             l0-types:power-dbm
    |     +--rw preferred-rx-channel-power?   l0-types:power-dbm
    +--rw path-out-transceiver
       +--rw transponder-id?   uint32
       +--rw transceivers* [lane-id]
          +--rw lane-id                       uint8
          +--rw transceiver-id?               uint32
          +--rw operational-modes*            string
          +--rw tx-tune-constraints
          |  +--rw min-central-frequency?    frequency-thz
          |  +--rw max-central-frequency?    frequency-thz
          |  +--rw transceiver-tunability?   frequency-ghz
          +--rw line-coding-bitrate*          identityref
          +--rw tx-channel-power?             l0-types:power-dbm
          +--rw preferred-rx-channel-power?   l0-types:power-dbm

Italo's concern:

We need to look into use cases to check if the above constructs still stand for describing the ERO and RROs for WDM tunnel.