-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
147 lines (109 loc) · 4.36 KB
/
ChangeLog
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
2024-09-22 Vance Shipley <[email protected]>
* remove mibs when cleaning build dir
* include all application upgrade files in release package
* remove runtime dependencies specification
* update copyright year
* correct/complete as state tracking in asp/sgp fsm
* note on ipsp terminology
* correct type of affected point codes callback argument
* remove pause and resume notifications from sgp
* clarify build readme file
* correct release package name in release specification
* add missing macros
* add build instructions
* create relocatable release package
* add guard to pacify dialyzer
* typo in typespec
* handle reentrant install
* update sigscale_mibs version dependency
* diagram in readme
* clarify routing contexts optional in notify
* correct sgp fsm in supervision diagram
* include debug information in beam
2018-11-10 Vance Shipley <[email protected]>
* ignore association restart indications
* ignore unused results in test suite
* correct description of use_rc option
* include edoc-info in installed doc
* start required applications
* do not start library application
2018-09-05 Vance Shipley <[email protected]>
* seperate api callbacks for mtp transfer: send & recv
* new callback api for handling other info
* handle socket active state from callback
* handle notify of as state change
* change init callback for static registration
* correct finding routing contexts
* move notify to sgp fsm
* move state/traffic maintenance handling into asp/sgp fsm
* correct register result value
* handle registration when outstanding request pending
2018-08-07 Vance Shipley <[email protected]>
* improve as state and traffic management
* correct getstat return value
* add private api function for registered key check
* add codec api for get with default
2018-08-03 Vance Shipley <[email protected]>
* add transfer/9 api to set timeout value
* close socket on connection failure
* close socket if init callback returns error
2018-07-31 Vance Shipley <[email protected]>
* safe calls to get statistics
* safety from late arrivals in m3ua
2018-07-29 Vance Shipley <[email protected]>
* prometheus: handle any term as name
* prometheus: label values must be quoted
* rest: ignore mime type suffix in accept header
2018-07-26 Vance Shipley <[email protected]>
* prometheus client support
* refactor m3ua counters with maps
* instrument sgp statistics table
* instrument sctp association status
2018-07-25 Vance Shipley <[email protected]>
* document table initializion
* api function to get endpoint details
* api function to get asp counters from fsm
* snmp mib
* instrument asp statistics table
* instrument asp/sgp table
* instrument as table
2018-07-08 Vance Shipley <[email protected]>
* garbage collect as on asp/sgp termination for any reason
* handle management errors in all states
* correct table record type, no alive check
* garbage collect old fsms from tables at startup
2018-04-30 Vance Shipley <[email protected]>
* static routing key registration as start option
* transfer api to include network indicator
* handle asp state maintenance
* handle ipsp asp traffic maintenance
2018-04-26 Vance Shipley <[email protected]>
* handle connect errors within state machine
* log socket errors; reuseaddr flag
* leave exception logging for sasl
2018-04-25 Vance Shipley <[email protected]>
* move registration decoding to asp/sgp
* stop on sctp comm lost
* refactor routing context/key in state
2018-04-20 Vance Shipley <[email protected]>
* fix asp/sgp supervision strategy
* cleanup tables on fsm asp/sgp exit
2018-04-18 Vance Shipley <[email protected]>
* refactored supervision for client connections
* traffic maintenance callbacks
2018-03-15 Vance Shipley <[email protected]>
* terminate and notify callbacks
* named endpoints
* refactor callback api
2018-03-13 Vance Shipley <[email protected]>
* correct parameter padding length
* handle and log protocol error messages
2018-03-11 Vance Shipley <[email protected]>
* add API functions for getting endpoints, asp, sgp
* set SCTP payload protocol identifier
* set SCTP adaptation indication parameter
2018-03-08 Vance Shipley <[email protected]>
* add module name to init callback
* change order of supervisor start
* handle sctp release for association
* do sctp release association from lm server