forked from sigscale/ocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
439 lines (366 loc) · 10.6 KB
/
NEWS
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
March 1,, 2023
--------------
- Graph DIAMETER transactions by application in dashboard
- Buttons on dashboard cards for resize and reorder
- Non-3GPP access with MCCMNC 000000 for tariff tables
February 7, 2023
----------------
- Corrected handling of received RTR on SWx
- Dashboard CSS improvements
- Manage TWAN flag in client API and web components
- Utilities for cleaning tables
January 19, 2023
----------------
- Allowance Buckets
- Price discirimination by Tariff Table
- DIAMETER CCA Result counts in dashboard
- Uptime in dashboard
- HEAD requests in REST APIs
October 12, 2022
----------------
- Dashboard landing page
- PWA Service Worker modernization
- Rewite Users' Guide (edoc overview)
August 20, 2022
---------------
- SMS CODEC fixes
August 19, 2022
---------------
- Fixed final unit rating bug introduced in last release
- Fixed removed negative bucket bug introduced in last release
- Updated and extended rating test suite
August 1, 2022
--------------
- Refactored Balance Buckets
Old buckets will be transformed to new Bucket format however
to once new Buckets are written old versions will fail to read
those Buckets. To minimize impact stop all cluster nodes and
upgrade each node before restarting.
- IPDR Log Fix
July 16, 2022
-------------
- UI improvements
- Product Offering add/update feature interaction fixes
- Lifecycle/status visibility
June 1, 2022
------------
- RADIUS session reservations for data usage
- UI Improvements
April 07, 2022
----------------
- Add Elastic Stack Integration
January 28, 2022
----------------
- Diameter Peer authenticaiton is now performed during CER/CEA exchange
January 10, 2022
----------------
- Lock free mnesia table reads for increased transaction performance
- Re interface utilization now requires rating user role
November 19, 2021
-----------------
- Add Support For 0 Price Rating
November 11, 2021
-----------------
- Support Two Digit MNC
- Improved Accumulated Bucket Balance Display Handling
September 6, 2021
-----------------
- Health API
- Party Role Management API
- REST error responses now include problem reports
August 27, 2021
---------------
- OTP 24 support
- Improved accounting log view
- Deprecated distributed disk logs
May 16, 20211
-------------
- Add Policy and Charging Control (PCC)
- OCS decomposition: OCF - RF interface (Re) with Nrf SBI
March 21, 2021
---------------
- Return correct Diameter error codes in CCA for Nrf rating
March 19, 2021
---------------
- Support URIs for redirect on out-of-credit
- Support a stateless Rating Function through a Re interface
February 24, 2021
---------------
- Correcting missing Service-Id And Charging-Key handling
- Correct client response For adding an existing subscriber
February 08, 2021
---------------
- Correct MSCC AVPs for redirect on out-of-credit
February 05, 2021
---------------
- Support pagination in balance log view
- Improve balance adjustment failure handling
January 19, 2021
---------------
- Support for redirect on out-of-credit
January 14, 2021
---------------
- Fix for multiple payments by scheduler in some cases
January 7, 2021
---------------
- Upgrade web components for polymer-3.0
- Rating fixes for session reservations
December 23, 2020
----------------
- Reservations unique to Service-Id, Charging-Key and Session-Id
- Correct termination CCR failure due to bad SI/RG type
December 21, 2020
----------------
- Remove session on deregister failure
- Interim reservations replace existing reservations
- REST : Notification Pattern
- Support GET calls on all hub ids
- Support GET calls on specific hub ids
- Correct Missing MSCC handling
December 5, 2020
----------------
- Expanded SMS support
- DIAMETER Immediate Event Charging (IEC)
- Centralized Unit Determination
- Decentralized Unit Determination
December 3, 2020
----------------
- 3GPP AAA improvements
- session table indexing and serving hss
- DIAMETER dispatcher
- session termination
November 30, 2020
----------------
- 3GPP S6b interface to PDN Gateway
- non-3GPP access network initiated session termination handling
- HSS initiated UE registration termination handling
- Balance theshold notifications
- Query support in notification subscription requests
- Correct missing tarif information in accounting log
- Correct handling of missing RSU
November 22, 2020
----------------
- REST: Notification Pattern
- Support Queries in Subscriptions
- Correct Empty RSU VS Missing RSU Handling
November 2, 2020
----------------
- Open API Specification (OAS) ("swagger") reflecting this implemenation
- Event notifications for all APIs
- Multiple services in one credit control request (MSCC)
- Rating by unit size granularity across entire session
September 16, 2020
------------------
- PCRF function
- Gx DIAMETER application support
- HSS function
- S6a DIAMETER application support
September 9, 2020
-----------------
- Scheduled charging improved to avoid blocking
- Retrieve bucket inventory improved to avoid blocking
- Balance adjustment API now applies for existing buckets
September 7, 2020
-----------------
- Configuration options supporting SCTP
- Improvements to scheduled subscription charges
- Support Ericsson mode of Centralized Unit Determination
- Correct Product Price and Alteration validation
August 19, 2020
----------------
- HTTP: Federated Authentication
- OAUTH (RFC6549)
- JSON Web Token (JWT) (RFC7519)
- JSON Web Key (JWK) (RFC7517)
- REST: Notification Pattern
- Event Notification Hub (TMF630)
- Product Inventory Notifications (TMF637)
- Product Catalog Notifications (TMF620)
- Service Inventory Notifications (TMF638)
- Resource Inventory Notifications (TMF639)
- Party Management Notifications (TMF632)
- Balance Management Notifications (TMF654)
August 2, 2020
--------------
- Centralized Unit Determination:
In an initial or interim DIAMETER CCR if an RSU with units isn't present
the unit type will be taken from the matched Product Offer Price (POP)
and the number of units reserved will be the POP unit size or a default
minimum in an application environment variable.
July 20, 2020
-------------
- DIAMETER STR and RTR for AAA
March 26, 2020
--------------
- 3GPP AAA Server Function
- DIAMETER SWx
- DIAMETER SWm
- DIAMETER STa
- EAP-AKA'
- EAP-AKA
- NIF for AKA PRF
- K,OPc credentials in Service view
- Prepaid SMS
- Unit type 'messages'
- Example Product Offers installed
June 13, 2019
-------------
- Ignore unsupported DIAMETER AVPs
- Delete product dialog
- Filters in ABMF view
- Apply balance adjustments (TMF654)
May 10, 2019
--------------
- Validate size of the service id
- Remove subscriber coloumn from balance view
- Configure httpd with TLS by default
April 23, 2019
--------------
- Correct problem patching service
- Correct balance presentation views
- Document table schema in user guide
- Correct problem with date
March 4, 2019
-------------
- Log all http requests, including errors
- Delete service silently failed when product ref didn't exist
- Refactor find functions for consistency and safety
- Correct expected result of initialize tables
January 8, 2019
---------------
- CLI API support matchspecs in DIAMETER log query
- REST API support unit totals in DIAMETER log query
- Efficiently find start file in disk log
- Optimize table transactions
July 4, 2018
------------
- SNMP Agent
June 21, 2018
-------------
- UI fixes and improvements
- Accumulated balances by Product
June 7, 2018
------------
- Advanced query patterns in REST API
- SMS service information in DIAMETER Ro
- Balance topup by Service Inventory ID
- Balance topup URI changed to match TMF
- Roaming table rating
May 5, 2018
-----------
- UI views for Products, Services, Buckets
- Support seperate UI and service nodes
- Distribute disk logs
April 28 2018
-------------
- Version 3.1
- Major change to data schema:
- Product Offering table
- Product Inventory table
- Balance Bucket table
- Service Inventory table
- Many subscriber identities may be associated with a Product
- Recurring charges are now supported
March 20 2018
-------------
- ECUR on DIAMETER Ro (SMS)
March 14 2018
-------------
- VOIP IPDR logging
February 26 2018
----------------
- Rated charge in accounting log
- Decimal prices
February 14 2018
----------------
- Balance activity log and UI view
- TMF Advanced Attribute Query Patterns
- IPDR log and view fixes
January 25 2018
---------------
- DIAMETER PS-Information
- DIAMETER supervision fix
- DIAMETER capabilities exchange improvements
January 18 2018
---------------
- Add RADIUS Service-Type=1 (Login) as data service
- No reservation in RADIUS Access-Request rated authorization
- Fix for incoming call rating in Access-Request rated authorization
- UI view for prefix tables
January 15 2018
---------------
- EAP-TTLS fix for Apple compatability
- Time of Day Product Offering Price (POP) matching
January 11 2018
---------------
- update UI for call direction pricing
- one destination prefix tariff table type
January 08 2018
---------------
- support seperately priced incoming voice calls
- add callDirection product characteristic
January 03 2018
---------------
- add radiusReserveSessionTime product characteristic
December 27 2017
----------------
- Tariff price type
- New product specifications
- Negative balances
- Service type matching
December 22 2017
----------------
- Product offering bundles
- Service type usage rating
- Passwordless clients
December 13 2017
----------------
- Update for reservation refund
December 11 2017
----------------
- One time and recurring product charges
December 4 2017
----------------
- Update prefix table import funcationality
November 24 2017
----------------
- Subscription allowance handling
November 20 2017
----------------
- Minor bug fixes
- Rating functionality update
November 1 2017
----------------
- Minor bug fixes
October 31 2017
----------------
- DIAMETER codec fixes
October 30 2017
----------------
- version 3.0.2
- DIAMETER account logging
- Bucket rating
September 22 2017
----------------
- version 3.0
- REST pagination
- REST result field complex filters
- TMF620 Product Catalog Management API
- Product management UI view
July 14 2017
------------
- version 2.1
- UI internationalization (i18n)
- REST user management UI view
- TMF654 Prepay Balance Management API
- TMF632 Party Management API
- TMF635 Usage Management API
May 15 2017
------------
- version 2.0
- DIAMETER protocol support
- REST APIs to retrieve http, access, accounting logs
March 14 2017
------------
- version 1.0
- autotools build