Adding TestVNF netconf server
[demo.git] / vnfs / TestVNF / netconftemplates / netconftemplates / RCAPoCModel@2017-04-27.yang
1 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-1">
2   <data xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">module RCAPoCModel {
3     yang-version 1;
4     namespace "urn:opendaylight:params:xml:ns:yang:oripWnc";
5     prefix "RCAPoCModel";
6
7
8
9     description "simulation of cellConfig iFLB PoC and sleeping eNodeB PoC. This
10         model represents a reduced view of /// EnodeB MOC's needed for
11         boths sleeping eNodeB PoC and iFLB PoC. Note. This model is not
12         a direct mapping from /// ECIM for ///-eNodeB. The mapping is
13         done by the smart adapter (SA).";
14
15     revision "2017-04-27" {
16         description "Initial revision of oripWnc model";
17     }
18
19
20         container MME {
21                 description "MME managed element..";
22                 leaf managedElementId {
23                         description "The MME Managed Element ID";
24                         type string;
25                         config true;
26                 }
27
28                 list SnmpTargetsV2C {
29                         key "snmpTargetV2CId";
30                         leaf snmpTargetV2CId {
31                                 type string;
32                         }
33                         uses SnmpTargetV2C;
34                 }
35
36         }
37         
38                 
39         grouping SnmpTargetV2C {
40                 description "SnmpTargetV2C";
41                 leaf community {
42                     config true;
43                         description "SNMP community string.";
44                         type string;
45                 }
46                 leaf address {
47                     config true;
48                         description "Host address (or DNS name) for the SNMP Trap target.";
49                         type string;
50                 }
51                 leaf port {
52                     config true;
53                         description "UDP port number for this SNMP trap target.";
54                         type string;
55                 }
56                 leaf operationalState {
57                     config false;
58                         description "The operational status of this SNMP target.";
59                         type string;
60                 }
61                 leaf administrativeState {
62                     config true;
63                         description "Administrative state for the SNMP target. When LOCKED, for this MO instance traps will not be sent and access is not allowed.";
64                         type string;
65                 }
66         }
67 }
68 </data>
69 </rpc-reply>