aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager-onap/adapter-manager/provider/src/main/yang/nts-commscope-pac@2020-11-30.yang
blob: 0e01d4bbeee8adafa80d582104098a233e0e0e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module nts-commscope-pac {
  yang-version 1.1;
  namespace "urn:o-ran-sc:params:xml:ns:yang:nts:commscope";
  prefix nts-cscp;

  import nts-common {
    prefix ntsc;
  }

  organization
    "O-RAN-SC";
  contact
    " Web: <https://wiki.o-ran-sc.org/display/SIM/SIM>
        Editors:
        Alex Stancu <mailto:alexandru.stancu@highstreet-technologies.com>
        Adrian Lita <mailto:adrian.lita@highstreet-technologies.com>
        Martin Skorupski <mailto:martin.skorupski@highstreet-technologies.com>";
  description
    "This module contains YANG definitions for the Network Topology Simulator - CommScope extensions.";

  revision 2020-11-30 {
    description
      "Cleared revision for nts-common import.";
    reference
      "CommScope OneCell implementaion.";
  }
  revision 2020-09-07 {
    description
      "Initial revision for the Network Topology Simulator - Next Generation";
    reference
      "CommScope OneCell implementaion.";
  }

  identity NTS_FUNCTION_TYPE_ONECELL_4_3 {
    base ntsc:NTS_FUNCTION_TYPE_BASE;
    description
      "The simulated network function implements a CommScope OneCell version 4.3 YANG model.";
    reference
      "nts-ng-onecell-4-3";
  }

  identity NTS_FUNCTION_TYPE_ONECELL_4_5 {
    base ntsc:NTS_FUNCTION_TYPE_BASE;
    description
      "The simulated network function implements a CommScope OneCell version 4.5 YANG model.";
    reference
      "nts-ng-onecell-4-5";
  }

  identity NTS_FUNCTION_TYPE_ONECELL_AUGMENT {
    base ntsc:NTS_FUNCTION_TYPE_BASE;
    description
      "The simulated network function implements a CommScope OneCell Auugment YANG model.";
    reference
      "nts-ng-onecell-augment";
  }
}