-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
183 lines (141 loc) · 5.82 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
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
2025-01-07 Vance Shipley <vances@sigscale.org>
* correct examples in user guide
* require minimum sccp-3.0.0 and m3ua-1.3.0
* update copyright year
* handle route on ssn in translate/1
* redesign translation for sccp entity set output
* include opc/dpc in party address
* correct routing key in example
* sccp gtt initialization example in user guide
* change routing indicator in party address to enumeration
* use canned translator in test case
* correct example translator in edoc
* add common translation functions
* usap in translations as gen_server:server_name() value
* remove mtp-transfer confirm primitive
* uniform prefix lengths in gtt test cases
* overide test.spec with ct_run args
* don't overwrite existing global title values
* test cases for global title translation
* public api to add translations
* parameterize make check
* wait for table after new gtt table
* enumerated numbering plan, nature of address in translations
* usap value is registered name: atom()
* gtt translation types table
* get and find semantics in gtt_title api
* include mtp sap (asp/sgp) in party address
* index name gtai (global title addresses information)(q.713)
2024-09-23 Vance Shipley <vances@sigscale.org>
* include all application upgrade files in release package
2024-09-20 Vance Shipley <vances@sigscale.org>
* include application upgrade specification
* missing link in build readme
* revert inserting point code in sccp party address
* remove runtime dependencies specification
* update copyright year
2024-09-05 Vance Shipley <vances@sigscale.org>
* only insert point code when route on gt
* ensure sccp calling/called party address includes point code
* rename gtt table api functions for simplicity
* module for global title table api
* correct type spec on dpc argument of find_pc/3
* build an erlang release package
* add build instructions
2023-03-14 Vance Shipley <vances@sigscale.org>
* handle reentrant install
2023-03-08 Vance Shipley <vances@sigscale.org>
* port change to ludt in sccp-2.1.0
* correct type spec for routing contexts in notify/4
* include debug information in beam
* flatten list of match selected asps
* refactored m3ua callback options for ssn to usap mapping (in-64)
2021-04-18 Vance Shipley <vances@sigscale.org>
* suppress unused variable warnings
* correct get candidates by routing keys
* correct type spec for remote options
2021-04-17 Vance Shipley <vances@sigscale.org>
* rc optional in notify
* correct state name in edoc descriptions
* describe message distribution
* include edoc-info in installed doc
* upadte test suite for api changes
* missing argument for accumulator in foldl
* update required dependencies
* edoc corrections
* correct function descriptions
* simplify example, one possible return
* active asp list must not be empty
* require tcap version with send_primitive result
* send mtp-transfer confirmation primitive
2021-02-27 Vance Shipley <vances@sigscale.org>
* public api for finding asps for destination: candidates/1
* public api for congestion avoidance: select_asp/2
* remove deprecated endpoint pid fields from tables
* remove api functions to get sctp statistics from m3ua endpoints
* dependency on sccp v2
* start prerequisite applications in test suite
* only load sccp
* runtime dependencies in application specification
* move library applications to included application in app specification
* missing behaviour; suppress dialyzer warning
* update for add_ep api change
* correct unitdata types in scmg
* correct primitive construction for n-unitdata
* require tcap for header files
* asyncronously send scmg response
* correct opc/dpc in scmg subsystem test response
* use cse cb_opts in example
* use camel subsystem number to bind to tcap of cse
* document types
* describe tables and initialization in overview
* rename options argument to avoid conflict
* apply sigscale style to edoc
* relative httpd directories
* include callback options in add_ep
* refactor m3ua callback module for use with tcap
* correct type specification reference to m3ua
* relate log function to internal section
* correct api sap module description
* scrub repo to obfuscate customer point codes
2018-09-16 Vance Shipley <vances@sigscale.org>
* test suite for mtp transfer
* refactor for asynchronous send with blocking
2021-02-19 Vance Shipley <vances@sigscale.org>
* refactor for use with tcap
2018-09-05 Vance Shipley <vances@sigscale.org>
* update for blocking api change
* handle notify on as to update state
* handle sgp static registration in init callback
* register sgp on down
* send asp active event to as fsm
* add point codes to gtt_pc table on adding to as table
* treat all weights less than blocktime equally
* force load tables after waiting to load on startup
* update for new m3ua api
* add routing context to as table
2018-08-04 Vance Shipley <vances@sigscale.org>
* timestamp and age weights
2018-08-03 Vance Shipley <vances@sigscale.org>
* decrease mtp transfer wait time to 1s
* track mtp transfer response times by pid
* select most responsive pid
2018-04-30 Vance Shipley <vances@sigscale.org>
* remove registration from as fsm
* transfer api now includes network indicator
2018-04-25 Vance Shipley <vances@sigscale.org>
* corrections for asp/sgp state transitions
2018-04-20 Vance Shipley <vances@sigscale.org>
* remove table updates from callbacks
2018-04-18 Vance Shipley <vances@sigscale.org>
* run application colocated on each m3ua node
* use m3ua supervised endpoints
* fixes for asp state management
2018-04-17 Vance Shipley <vances@sigscale.org>
* new m3ua api
2018-03-15 Vance Shipley <vances@sigscale.org>
* terminate and notify callback handlers
* endpoint names
* assign application servers to endpoints
2018-03-08 Vance Shipley <vances@sigscale.org>
* consolidate as/sg tables