Skip to content

Commit 65bcbe4

Browse files
Merge pull request #565 from amazzini/develop
last changelog for 2.5.0
2 parents c967b05 + 65175bd commit 65bcbe4

1 file changed

Lines changed: 195 additions & 1 deletion

File tree

changelog.txt

Lines changed: 195 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,194 @@
1+
commit c967b052b963198b6cc4ae189378107a0924c324
2+
Merge: 5063238 f4ff7b2
3+
Author: amazzini <andrea.mazzini@nokia.com>
4+
Date: Fri Nov 3 09:18:15 2023 +0100
5+
6+
Merge pull request #564 from nigel-r-davis/develop
7+
8+
TR-548 with corrected YANG, gNMI and UML
9+
10+
commit f4ff7b205130ae65218c36c053cac21d9f358581
11+
Author: nigel-r-davis <ndavis@ciena.com>
12+
Date: Thu Nov 2 23:48:48 2023 +0000
13+
14+
TR-548 with corrected YANG, gNMI and UML
15+
16+
Model descriptions etc. updated to align with changes made to deal with defaults.
17+
18+
commit 506323831eb324961a087a1b71d5b57aa23effe6
19+
Merge: ba50985 4f45f6d
20+
Author: nigel-r-davis <ndavis@ciena.com>
21+
Date: Thu Nov 2 23:06:25 2023 +0000
22+
23+
Merge pull request #563 from amazzini/develop
24+
25+
Correction to diagrams, Connectivity and Oam comments.
26+
27+
commit 4f45f6d3d80079f7d93d33bb90669b7f3d8755c7
28+
Author: amazzini <andrea.mazzini@nokia.com>
29+
Date: Thu Nov 2 18:41:51 2023 +0100
30+
31+
Further minor corrections to diagrams
32+
33+
commit bf099bafeee2015f95623dc2e4269738bf9d8b25
34+
Author: amazzini <andrea.mazzini@nokia.com>
35+
Date: Thu Nov 2 17:26:45 2023 +0100
36+
37+
Correction to diagrams, Connectivity and Oam comments.
38+
39+
commit ba50985c6b621fa5795ca38175f4fcbb19163c7d
40+
Merge: a6677f0 1f05ee4
41+
Author: nigel-r-davis <ndavis@ciena.com>
42+
Date: Thu Nov 2 08:37:41 2023 +0000
43+
44+
Merge pull request #562 from amazzini/develop
45+
46+
Commit for TAPI 2.5.0
47+
48+
commit 1f05ee40fb578776116d180908d4a64152a83882
49+
Author: amazzini <andrea.mazzini@nokia.com>
50+
Date: Thu Nov 2 00:07:54 2023 +0100
51+
52+
Commit for TAPI 2.5.0
53+
54+
- amended tapi-gnmi-streaming (uml, yang, oas, gendoc)
55+
- amended tapi-equipment (references to profile) (uml, yang, tree, oas,
56+
gendoc)
57+
- updated tapi-tree
58+
- amended TR-547 v3.1
59+
60+
commit a6677f0565fdccc1add3b892606696d3afbd2e4d
61+
Merge: 502271e df00ea7
62+
Author: amazzini <andrea.mazzini@nokia.com>
63+
Date: Tue Oct 31 12:23:53 2023 +0100
64+
65+
Merge pull request #561 from nigel-r-davis/develop
66+
67+
Corrected gNMI enumeration defaults (and other minor improvements)
68+
69+
commit df00ea739fcd74fe19646858ceb48ea6e435060f
70+
Author: nigel-r-davis <ndavis@ciena.com>
71+
Date: Tue Oct 31 11:15:26 2023 +0000
72+
73+
Corrected gNMI enumeration defaults
74+
75+
ValueQualifier
76+
a. comment positioned correctly in ValueQualifier not in SampleQualifier
77+
(minor)
78+
b. updated to have default (0) literal of OK
79+
c. literals all shifted by 1 to accommodate “OK”
80+
d. usage in QualifiedMeasuredValue set default to OK
81+
82+
SampleQualifier
83+
a. updated to have default (0) literal of NORMAL
84+
b. literals all shifted by 1 to accommodate “NORMAL”
85+
c. usage in QualifiedMeasurementCommon1To10 set default to NORMAL
86+
87+
DirectionOfMeasuredSignal
88+
a. comment on NO_DIRECTION in DirectionOfMeasuredSignal improved to
89+
allow it to be used as a default (0) where the direction is obvious from
90+
the measurement type
91+
b. usage in QualifiedMeasurementCommon1To10 set default to NO_DIRECTION
92+
93+
NormalizedMeasurementType
94+
a. updated to have default (0) literal of NO_NORMALIZED_TYPE
95+
b. literals all shifted by 1 to accommodate “NO_NORMALIZED_TYPE”
96+
c. usage in QualifiedMeasurementCommon1To10 set default to
97+
NO_NORMALIZED_TYPE
98+
d. was not aligned with pm
99+
i. DELAY updated to DELAY_FRAME_COUNT
100+
ii. OPTICAL_POWER_INPUT changed to OPT_TOTAL_PWR_INPUT
101+
iii. OPTICAL_POWER_OUTPUT changed to OPT_TOTAL_PWR_OUTPUT
102+
iv. OPT_PWR_SPECTR_DENS_INPUT added
103+
v. OPT_PWR_SPECTR_DENS_OUTPUT added
104+
vi. VOA_INPUT added
105+
vii. VOA_OUTPUT added
106+
107+
Further enhancements
108+
a. associations in TypeDefinitions moved to associations
109+
b. comments on default literals improved
110+
c. diagrams updated
111+
112+
commit 502271e385f557fc63a727b3e81cbf93be4c4343
113+
Merge: 71537cb 84e6739
114+
Author: nigel-r-davis <ndavis@ciena.com>
115+
Date: Thu Oct 19 23:07:40 2023 +0100
116+
117+
Merge pull request #560 from amazzini/develop
118+
119+
Possibly last commit for 2.5.0 RC1
120+
121+
commit 84e673968b3256b531459acbc19c5c0a433daf24
122+
Author: amazzini <andrea.mazzini@nokia.com>
123+
Date: Thu Oct 19 18:23:49 2023 +0200
124+
125+
Possibly last commit for 2.5.0 RC1
126+
127+
- RIA 547 3.0
128+
- High Level Differences
129+
- Changelog
130+
- All YANG modules, references to 2.5 now 2.5.0
131+
- Alarm List
132+
- Notification and Streaming Sequences
133+
- UML2YANG Tool User Guide
134+
- Gendoc dumps
135+
136+
commit 71537cbe18d7f6c7bebafb12c195bf90cf7558d9
137+
Merge: 5a8274a b40b145
138+
Author: amazzini <andrea.mazzini@nokia.com>
139+
Date: Thu Oct 19 14:57:35 2023 +0200
140+
141+
Merge pull request #559 from nigel-r-davis/develop
142+
143+
Final correction to YANG tree and YANG for gNMI Streaming
144+
145+
commit b40b145a3e25e5e9098cd9fd40be4056ac3306f4
146+
Author: nigel-r-davis <ndavis@ciena.com>
147+
Date: Wed Oct 18 08:32:30 2023 +0100
148+
149+
Final correction to YANG tree and YANG for gNMI Streaming
150+
151+
commit 5a8274a545898bda26f770a7ef7450752c0aa58a
152+
Merge: c86b353 c902396
153+
Author: nigel-r-davis <ndavis@ciena.com>
154+
Date: Wed Oct 18 05:35:54 2023 +0100
155+
156+
Merge pull request #558 from nigel-r-davis/develop
157+
158+
TR-548 updates for TAPI 2.5.0
159+
160+
commit c86b353671dc013e16a37eb75c658372786151fd
161+
Merge: f261684 6b1241f
162+
Author: nigel-r-davis <ndavis@ciena.com>
163+
Date: Tue Oct 17 14:14:31 2023 +0100
164+
165+
Merge pull request #557 from amazzini/develop
166+
167+
Tree and OAS updated modules
168+
169+
commit c902396d4014665ace33b66e4cc0f0b291fda846
170+
Author: nigel-r-davis <ndavis@ciena.com>
171+
Date: Tue Oct 17 11:48:34 2023 +0100
172+
173+
TR-548 updates for TAPI 2.5.0
174+
175+
Update to TR-548 for publication for TAPI 2.5.0.
176+
1177
commit 6b1241fe96f8c2a4cf688694d78046b45c509150
2178
Author: amazzini <andrea.mazzini@nokia.com>
3179
Date: Mon Oct 16 23:25:46 2023 +0200
4180

5181
Tree and OAS updated modules
6182

183+
commit f2616847a70b6f58998a4890bcd4c27ac6bf4060
184+
Merge: a2d04fa 6ebf033
185+
Author: nigel-r-davis <ndavis@ciena.com>
186+
Date: Mon Oct 16 16:27:03 2023 +0100
187+
188+
Merge pull request #556 from amazzini/develop
189+
190+
Minor corrections
191+
7192
commit 6ebf0339e28fa6da33de822ae2f6d15d6575dc6e
8193
Author: amazzini <andrea.mazzini@nokia.com>
9194
Date: Sun Oct 15 23:47:57 2023 +0200
@@ -12,6 +197,15 @@ Date: Sun Oct 15 23:47:57 2023 +0200
12197

13198
TapiCommon and TapiGnmiStreaming
14199

200+
commit a2d04fadd9496a26d6e8fb7c531247d756d73bb7
201+
Merge: 7711751 c24f78f
202+
Author: nigel-r-davis <ndavis@ciena.com>
203+
Date: Wed Oct 11 09:46:01 2023 +0100
204+
205+
Merge pull request #555 from amazzini/develop
206+
207+
First commit of TAPI 2.5 final draft model
208+
15209
commit c24f78fdfbae0fcecc6a0b4b8b38e469257a19dd
16210
Author: amazzini <andrea.mazzini@nokia.com>
17211
Date: Mon Oct 9 16:02:39 2023 +0200
@@ -1866,6 +2060,6 @@ Author: amazzini <andrea.mazzini@nokia.com>
18662060
Date: Thu Oct 14 23:23:13 2021 +0200
18672061

18682062
Changelog and diff doc
1869-
2063+
18702064
---> Change-log for version 2.3.1
18712065

0 commit comments

Comments
 (0)