• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • apps
  • tenbi
  • yangmodel
  • BUCK
  • Yixiao Chen's avatar
    [ONOS-4879][ONOS-5024][ONOS-5025]TE Topology NBI · 39828a61 ...
    39828a61
    The APP introduces IETF TE Topology YANG models as RESTCONF NBI,
    and it works as an adapter for data conversion between
    YMS(YANG generated JAVA classes) and TE Topology Core subsystem.
    
    The APP implements the following interfaces:
    IetfNetworkService Interface
    IetfTopologyService Interface
    IetfNetworkTopologyService Interface
    
    Change-Id: I761ff684bde4b64ca42bb1b0d5b1ddfb8a2377fd
    Yixiao Chen authored 2016-10-11 17:43:30 +0000
BUCK 147 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
COMPILE = [
  '//lib:guava',
]

#yang_library(
#  deps = COMPILE,
#  name = 'onos-app-tenbi-yangmodel',
#  srcs = glob(['src/main/**/*.yang']),
#)