• 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
  • tetopology
  • BUCK
  • Aihua Guo's avatar
    API definitions for the TE Topology Core App. · 0f516f0e ...
    0f516f0e
    This APP creates and manages a hierarchy of TE topologies received from SBI TE provider and from user configurations from NBI.
    The API contains internal data structures for TE attributes that are aligned with the TE attributes definition in standard IETF YANG TE topology model (https://tools.ietf.org/html/draft-ietf-teas-yang-te-topo-05).
    
    This commit includes the following interface definitions:
    - TE topology provider service, which is called by the TE topology provider from SB to pass TE topologies to the TE topology core APP
    - TE topology service, which provides service APIs for an external APP to get/set TE topologies and their attributes.
    - Network, Node, Link definitions for TE networks and their default class implementation
    
    Change-Id: Iafcf6911b8d9e494397e3a255cae282bbca74d5c
    Aihua Guo authored 2016-10-11 09:27:09 -0700
BUCK 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'TE Topology Core App',
    category = 'Traffic Steering',
    url = 'http://onosproject.org',
    description = 'Application to create and manage hierarchical TE topologies.',
)