-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
153 lines (113 loc) · 4.66 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
2024-09-23 Vance Shipley <[email protected]>
* include all application upgrade files in release package
2024-09-20 Vance Shipley <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* handle reentrant install
2023-03-08 Vance Shipley <[email protected]>
* 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 <[email protected]>
* suppress unused variable warnings
* correct get candidates by routing keys
* correct type spec for remote options
2021-04-17 Vance Shipley <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* test suite for mtp transfer
* refactor for asynchronous send with blocking
2021-02-19 Vance Shipley <[email protected]>
* refactor for use with tcap
2018-09-05 Vance Shipley <[email protected]>
* 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 <[email protected]>
* timestamp and age weights
2018-08-03 Vance Shipley <[email protected]>
* decrease mtp transfer wait time to 1s
* track mtp transfer response times by pid
* select most responsive pid
2018-04-30 Vance Shipley <[email protected]>
* remove registration from as fsm
* transfer api now includes network indicator
2018-04-25 Vance Shipley <[email protected]>
* corrections for asp/sgp state transitions
2018-04-20 Vance Shipley <[email protected]>
* remove table updates from callbacks
2018-04-18 Vance Shipley <[email protected]>
* run application colocated on each m3ua node
* use m3ua supervised endpoints
* fixes for asp state management
2018-04-17 Vance Shipley <[email protected]>
* new m3ua api
2018-03-15 Vance Shipley <[email protected]>
* terminate and notify callback handlers
* endpoint names
* assign application servers to endpoints
2018-03-08 Vance Shipley <[email protected]>
* consolidate as/sg tables