openBackhaul / core

Core Information Model that consolidates all technology specific extension
Apache License 2.0
1 stars 0 forks source link

Usage of ietf-yang-types #5

Closed demx8as6 closed 4 years ago

demx8as6 commented 5 years ago

Please use ieft-yang-types when ever possible:

Examples: leaf last-modify-time { type string; -> type: yang:date-and-time;

openBackhaul commented 4 years ago

Dates already made in https://raw.githubusercontent.com/OpenNetworkingFoundation/5G-xHaul/experimental/models/tools/distribution/core-model.yang MacAddress, IpAddress, ObjectIdentifier and UUIDs have to be analysed and potentially translated towards ietf yang datatypes. (Special care to be taken for universal-id datatype, which is defined in the Core IM.)

openBackhaul commented 4 years ago

Stepped through all "type string;" and checked for changing towards ietf-yang-types.