Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identifier at the original management interface to be mapped #16

Closed
openBackhaul opened this issue Dec 14, 2021 · 4 comments
Closed

Identifier at the original management interface to be mapped #16

openBackhaul opened this issue Dec 14, 2021 · 4 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@openBackhaul
Copy link
Owner

openBackhaul commented Dec 14, 2021

The name attribute at the LTP class shall also contain an instance documenting the identifier as it is used on the vendors own management interface for identifying the same logical interface. The field shall always be filled.

logical-termination-point :: name :: value-name: "ltpName"
logical-termination-point :: name :: value: "" (empty String as a default)

Example:
{
"uuid": "ETH-765.2.5",
"name": [
{
"value-name": "ltpName",
"value": "WAN:2/5"
},
{
"value-name": "externalLabel",
"value": "LAN5"
}
]
},

@demx8as6
Copy link
Collaborator

Please see similar information for "externalLabel":

TransmitterEquipment_1.0.0-tsp.200715.1225+spec.1.pdf

see chapter 9

9 Information ControlConstruct and LogicalTerminationPoint

(27) While creating an instance of ControlConstruct or LogicalTerminationPoint, an instance of the
NameAndValue datatype at the name attribute, which is inherited from the GlobalClass, shall be automatically
created and filled with valueName:“externalLabel” and value: “”(empty String).

(28) After rebooting, the interface (e.g. mediator) the last configured value shall be represented again.

@demx8as6
Copy link
Collaborator

demx8as6 commented Jan 11, 2022

Decision made at the 5G-xhaul call on Wednesday 26th of January 2022

The following new sentence should be added to chapter 9 of TransmitterEquipment document at the position of sentence (28). The existing (28) becomes (29) and so on.

(28') While creating an instance of the LogicalTerminationPoint, an additional instance of the NameAndValue datatype shall be created at the name attribute.
valueName attribute shall be filled with:“ltpName”.
value attribute shall automatically be filled with a string that contains the logical- or physical interface name as it is represented at the vendor's own management interface e.g. ltpName = “LAN 1/2/1”.
Both attributes (valueName and value) shall refuse configuration attempts, even if this is neither modelled in the YANG, nor expressed in the comments of the attributes.

@openBackhaul
Copy link
Owner Author

Please find the LtpAugment Issue#5 proposing a more explicit and cleaner modelling.

@openBackhaul
Copy link
Owner Author

This issue got obsolete due to later decision in ltpAugment issue#5.
It has been closed without any action.

@openBackhaul openBackhaul added duplicate This issue or pull request already exists and removed Specification_to_be_updated labels Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants