blob: 32b29fcde6fcaea79375cd7362950816ac9a3044 [file] [log] [blame]
Sean Condon11d6f422022-01-14 13:02:03 +00001module: onf-enterprise
2 +--rw enterprises
3 +--rw enterprise* [ent-id]
4 +--rw ent-id enterprise-id
5 +--rw display-name? string
6 +--rw description? at:description
7 +--rw connectivity-service* [connectivity-service]
8 | +--rw connectivity-service -> /cs:connectivity-services/connectivity-service/id
9 | +--rw enabled? boolean
10 +--rw application* [app-id]
11 | +--rw app-id application-id
12 | +--rw display-name? string
13 | +--rw description? at:description
14 | +--rw address ietf:host
15 | +--rw endpoint* [endpoint-id]
16 | +--rw endpoint-id yg:yang-identifier
17 | +--rw port-start? ietf:port-number
18 | +--rw port-end? ietf:port-number
19 | +--rw protocol? at:protocol
20 | +--rw mbr
21 | | +--rw uplink? at:bitrate
22 | | +--rw downlink? at:bitrate
23 | +--rw traffic-class? -> ../../../traffic-class/tc-id
24 | +--rw display-name? string
25 +--rw traffic-class* [tc-id]
26 | +--rw tc-id traffic-class-id
27 | +--rw display-name? string
28 | +--rw arp? at:arp
29 | +--rw qci? at:qci
30 | +--rw pelr? at:pelr
31 | +--rw pdb? at:pdb
32 | +--rw description? at:description
33 +--rw template* [tp-id]
34 | +--rw tp-id template-id
35 | +--rw display-name? string
36 | +--rw sst? at:sst
37 | +--rw sd? at:sd
38 | +--rw slice
39 | | +--rw mbr
40 | | +--rw uplink? at:bitrate
41 | | +--rw downlink? at:bitrate
42 | | +--rw uplink-burst-size? at:burst
43 | | +--rw downlink-burst-size? at:burst
44 | +--rw default-behavior at:behavior
45 | +--rw description? at:description
46 +--rw site* [site-id]
47 +--rw site-id site-id
48 +--rw display-name? string
49 +--rw small-cell* [small-cell-id]
50 | +--rw small-cell-id yg:yang-identifier
51 | +--rw address? inet:host
52 | +--rw tac at:tac
53 | +--rw enable? boolean
54 | +--rw display-name? string
55 +--rw monitoring
56 | +--rw edge-cluster-prometheus-url? inet:uri
57 | +--rw edge-monitoring-prometheus-url? inet:uri
58 | +--rw edge-device* [edge-device-id]
59 | +--rw edge-device-id yg:yang-identifier
60 | +--rw display-name? string
61 | +--rw description? at:description
62 +--rw imsi-definition
63 | +--rw mcc at:mcc
64 | +--rw mnc at:mnc
65 | +--rw enterprise at:ent
66 | +--rw format string
67 +--rw description? at:description
68 +--rw upf* [upf-id]
69 | +--rw upf-id upf-id
70 | +--rw address inet:host
71 | +--rw port inet:port-number
72 | +--rw config-endpoint? inet:uri
73 | +--rw display-name? string
74 | +--rw description? at:description
75 +--rw vcs* [vcs-id]
76 | +--rw vcs-id vcs-id
77 | +--rw display-name? string
78 | +--rw device-group* [device-group]
79 | | +--rw device-group -> ../../../device-group/dg-id
80 | | +--rw enable? boolean
81 | +--rw default-behavior at:behavior
82 | +--rw filter* [application]
83 | | +--rw application -> ../../../../application/app-id
84 | | +--rw priority? at:priority
85 | | +--rw allow? boolean
86 | +--rw upf? -> ../../upf/upf-id
87 | +--rw description? at:description
88 | +--rw sst at:sst
89 | +--rw sd at:sd
90 | +--rw slice
91 | +--rw mbr
92 | +--rw uplink? at:bitrate
93 | +--rw downlink? at:bitrate
94 | +--rw uplink-burst-size? at:burst
95 | +--rw downlink-burst-size? at:burst
96 +--rw device-group* [dg-id]
97 | +--rw dg-id device-group-id
98 | +--rw description? at:description
99 | +--rw display-name? string
100 | +--rw imsis* [imsi-id]
101 | | +--rw imsi-id yg:yang-identifier
102 | | +--rw imsi-range-from? uint64
103 | | +--rw imsi-range-to? uint64
104 | | +--rw display-name? string
105 | +--rw ip-domain? -> ../../ip-domain/ip-id
106 | +--rw device
107 | +--rw mbr
108 | | +--rw uplink at:bitrate
109 | | +--rw downlink at:bitrate
110 | +--rw traffic-class -> ../../../../traffic-class/tc-id
111 +--rw ip-domain* [ip-id]
112 +--rw ip-id ip-domain-id
113 +--rw display-name? string
114 +--rw dnn at:dnn
115 +--rw dns-primary? inet:ip-address
116 +--rw dns-secondary? inet:ip-address
117 +--rw subnet inet:ipv4-prefix
118 +--rw admin-status? at:admin-status
119 +--rw mtu? at:mtu
120 +--rw description? at:description
Scott Bakerfdbad762022-01-03 16:00:45 -0800121
122module: onf-connectivity-service
Sean Condon11d6f422022-01-14 13:02:03 +0000123 +--rw connectivity-services
Scott Bakerfdbad762022-01-03 16:00:45 -0800124 +--rw connectivity-service* [id]
125 +--rw id connectivity-service-id
126 +--rw display-name? string
127 +--rw description? at:description
128 +--rw core-5g-endpoint? inet:uri
129 +--rw acc-prometheus-url? inet:uri