Sync: md-sal augmentation re-model with broker. Traffic profile: Best Effort hooked up.
[packetcable.git] / packetcable-provider / src / main / yang / packetcable-provider.yang
1 module packetcable-provider {
2
3     yang-version 1;
4     namespace "urn:opendaylight:params:xml:ns:yang:packetcable:packetcable-provider";
5     prefix "packetcable-provider";
6
7     import config { prefix config; revision-date 2013-04-05; }
8     import rpc-context { prefix rpcx; revision-date 2013-06-17; }
9     import opendaylight-md-sal-binding { prefix mdsal; revision-date 2013-10-28; }
10     import ietf-inet-types {prefix inet;revision-date 2010-09-24;}
11
12     description
13         "This module contains the base YANG definitions for
14         packetcable-provider.";
15
16     revision "2014-01-31" {
17         description
18             "Initial revision.";
19     }
20
21     identity packetcable-provider{
22         base config:service-type;
23         config:java-class "org.opendaylight.controller.packetcable.provider.OpenDaylightPacketCableProviderService";
24     }
25 }