blob: c6702cd45b3659ef5424a667467a92a533ae23ab [file] [log] [blame]
Pau Espin Pedrolf89d4f82021-02-24 16:54:13 +01001osmo-gbproxy (1:0.1.0) unstable; urgency=medium
2
3 [ Philipp Maier ]
4 * gb_proxy_ctrl: use mcc-mnc-lac-rac notation instead mcc,mnc,lac,rac
5 * gb_proxy: simplify raid data storage
6 * gb_proxy_peer: Remove unused function gbproxy_cell_by_bvci_or_new
7 * gb_proxy_peer: Require ra_id and cid in gbproxy_cell_alloc
8 * gb_proxy: extend TLV parser
9 * gb_proxy: add support for relaying BSSGP RIM messages
10 * gb_proxy: fix wrong usage of bssgp_rim_ri_name()
11
12 [ Daniel Willmann ]
13 * gb_proxy_peer: Add Function to get gbproxy cell by cell id
14 * gbproxy_vty: Fix NRI VTY help MSC->SGSN
15 * gbproxy_vty: Fix NRI overlap behaviour to match osmo-bsc
16 * Various comment/whitespace changes
17 * Remove trailing whitespace
18 * gbproxy: Use bssgp2_nsi_tx_ptp in gbprox_relay2nse
19 * Remove unused log categories
20 * Move vty node into gbproxy_vty.c
21 * Add SDU length for an NSE (== BSSGP PDU size)
22 * gbproxy: Use bssgp2_enc_status when sending STATUS
23
24 [ Pau Espin Pedrol ]
25 * Drop c-ares references
26 * debian/copyright: Drop osmo-sgsn.git leftover files from list
27 * gitignore: Ignore autofoo files *~
28
29 [ Oliver Smith ]
30 * d/changelog: set epoch=1
31
32 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 24 Feb 2021 16:54:13 +0100
33
Oliver Smitha8fa5672021-02-15 12:07:24 +010034osmo-gbproxy (1:0.0.1) unstable; urgency=medium
Oliver Smith33855062021-02-05 11:42:48 +010035
36 [ Harald Welte ]
37 * Further clean-up in osmo-sgsn -> osmo-gbproxy migration
38 * Update README to cover osmo-gbproxy and not osmo-sgsn
39
40 [ Oliver Smith ]
41 * contrib/jenkins.sh: adjust to osmo-gbproxy split
42 * debian: fix installing pdfs for -doc package
43 * contrib/osmo-gbproxy.spec.in: fix config paths
44
45 -- Oliver Smith <osmith@sysmocom.de> Fri, 05 Feb 2021 11:42:48 +0100
46
Oliver Smitha8fa5672021-02-15 12:07:24 +010047osmo-gbproxy (1:0.0.0) unstable; urgency=medium
Pau Espin Pedrol379e75a2020-01-03 19:17:56 +010048
Oliver Smith29532c22021-01-29 11:13:00 +010049 [ Neels Hofmeyr ]
50 * manual: explain IuPS, add SCCP/M3UA section from common chapters
Pau Espin Pedrol379e75a2020-01-03 19:17:56 +010051
Oliver Smith29532c22021-01-29 11:13:00 +010052 [ Eric ]
53 * tests: dlopen does not imply availability of dlsym..
54 * configure.ac: fix libtool issue with clang and sanitizer
Pau Espin Pedrol379e75a2020-01-03 19:17:56 +010055
56 [ Harald Welte ]
Oliver Smith29532c22021-01-29 11:13:00 +010057 * gtphub_test: Fix compilation with gcc-10
Pau Espin Pedrol379e75a2020-01-03 19:17:56 +010058
59 [ Oliver Smith ]
Oliver Smith29532c22021-01-29 11:13:00 +010060 * contrib: import RPM spec
61 * contrib: integrate RPM spec
62 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
Pau Espin Pedrol379e75a2020-01-03 19:17:56 +010063
Oliver Smith29532c22021-01-29 11:13:00 +010064 [ Neels Hofmeyr ]
65 * gbproxy_test.c: fix mobile identity test data
66 * use new osmo_mobile_identity API everywhere
Pau Espin Pedroleab9d382019-08-08 16:46:31 +020067
68 [ Harald Welte ]
Oliver Smith29532c22021-01-29 11:13:00 +010069 * *.spec.in: Use %config(noreplace) to retain current config file
Pau Espin Pedroleab9d382019-08-08 16:46:31 +020070
71 [ Alexander Couzens ]
Oliver Smith29532c22021-01-29 11:13:00 +010072 * gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr
73
74 [ Vadim Yanitskiy ]
75 * debian/control: change maintainer to the Osmocom team / mailing list
Pau Espin Pedroleab9d382019-08-08 16:46:31 +020076
77 [ Pau Espin Pedrol ]
Oliver Smith29532c22021-01-29 11:13:00 +010078 * configure.ac: Fix trailing whitespace
79 * doc: Update VTY reference xml file
80 * Support setting rt-prio and cpu-affinity mask through VTY
81
82 [ Daniel Willmann ]
83 * gbproxy-usermanual: Explain BSSGP/BVC handling
84
85 [ Alexander Couzens ]
86 * gtphub_test: fix compilation error on gcc 10.2.0
87
88 [ Pau Espin Pedrol ]
89 * contrib/jenkins: Enable parallel make in make distcheck
Pau Espin Pedroleab9d382019-08-08 16:46:31 +020090
91 [ Keith ]
Oliver Smith29532c22021-01-29 11:13:00 +010092 * VTY: Add gtp state-dir command
Pau Espin Pedroleab9d382019-08-08 16:46:31 +020093
Oliver Smith29532c22021-01-29 11:13:00 +010094 [ Alexander Couzens ]
95 * Port gbproxy to NS2
96
97 [ Daniel Willmann ]
98 * gbproxy: Whitespace fixes
99 * gbproxy: Add todo for BVC RESET logic
100 * gbproxy: Get the peer if paging by BVCI on SIG_BVC
101 * Let libosmocore handle VTY parent node tracking
102 * osmo-gbproxy: Free msgb in ns2 prim callback
103 * configure.ac: Require python3 for ext_tests
104 * osmo-gbproxy: Implement nsvc-state ctrl command
105
106 [ Harald Welte ]
107 * gbproxy: Properly implement paging to LAC/RAC
108 * gbproxy: Implement paging to entire BSS area
109
110 [ Pau Espin Pedrol ]
111 * gbproxy: generate coredump and exit upon SIGABRT received
112
113 [ Harald Welte ]
114 * gbproxy: Pass TLLI as LSP towards NS to facilitate load sharing
115 * gb_proxy_peer: Add some FIXMEs regarding invalid assumptions
116
117 [ Daniel Willmann ]
118 * gbproxy: Remove test testing NSVCI change
119 * gbproxy: Add NSE peer that can have multiple gbproxy_peers
120 * gbproxy: Ensure BVC0 is reset before handling PtP BVCs
121 * gbproxy: Only send paging to each matching NSE once
122 * gbproxy: Separate function to move gbproxy_peer to different nse
123
124 [ Harald Welte ]
125 * gb_proxy: More precise + readable log messages
126
127 [ Daniel Willmann ]
128 * gbproxy: Add logging macros for NSE and BVC
129 * gbproxy: Use LOG macros for NSE/BVC
130 * gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent
131 * gbproxy: Add todos encountered while going through the code
132
133 [ Harald Welte ]
134 * gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOAD
135 * gbproxy: Move BSS-side BVC-RESET processing to its own function
136 * gb_proxy: Slightly restructure processing of BSS-originated BVC-RESET
137 * gbproxy: Cosmetics: use longer lines
138
139 [ Daniel Willmann ]
140 * gbproxy: Add BVC log filters
141 * gbproxy: Add newline to log message
142 * gbproxy: Allow gbproxy_nse_free(NULL)
143 * gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY command
144
145 [ Harald Welte ]
146 * gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEs
147 * gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENT
148 * gb_proxy: Rename gbproxy_peer to gbproxy_bvc
149 * gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses
150 * gbproxy: convert bss_nses from llist_head to hashtable
151 * gbproxy: convert nse->bvcs from llist_head to hashtable
152 * gbproxy: Remove patching, TLLI-tracking and SGSN2 support
153 * gb_proxy: cosmetic: Use function rather than open-coding is_sgsn
154 * gbproxy: Delete gbproxy_test
155 * gb_proxy: Introduce more validation / constraint checks
156 * gbproxy: use gbprox_relay2peer() whenever possible
157 * gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEs
158 * gbproxy: Log FSM timeouts
159 * migrate to DLBSSGP as log sub-system for BSSGP
160 * gbproxy major rewrite for SGSN pool support
161 * gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group index
162 * gbproxy: Introduce new DOBJ log category; log object allocation/release
163 * gbproxy: Don't create an extra msgb copy for SGSN DL SIG
164 * gbproxy: Implement handling of BVC Flow Control
165
166 [ Daniel Willmann ]
167 * gbproxy: Fix bvci check in gbprox_rx_ptp_from_*
168
169 [ Harald Welte ]
170 * gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVC
171 * gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already exists
172 * gbproxy: Fix segfault when receiving PAGING for unknown destination
173 * gbproxy: Add FSM related VTY commands
174 * gbproxy: Implement scaling of BVC flow control in SGSN pool
175 * gbproxy: Improve VTY state introspection
176 * gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."
177
178 [ Daniel Willmann ]
179 * osmo-gbproxy: Initialize all hash_maps
180 * gbproxy: Fix confusing log message in gbprox_relay2nse
181
182 [ Harald Welte ]
183 * gbproxy: Add "show gbproxy cell ..." VTY command
184
185 [ Daniel Willmann ]
186 * gbproxy: Add SGSN NRI configuration
187 * gbproxy: Add SGSN pooling support
188 * gbproxy: Add comments to sgsn functions
189
190 [ Harald Welte ]
191 * gbproxy: Fix build on Deiban 8
192
193 [ Alexander Couzens ]
194 * sgsn: Use the new NS2 api
195 * gbproxy: use ns2 vty2
196
197 [ Daniel Willmann ]
198 * gbproxy: Add config option to name an SGSN
199 * gbproxy: Add VTY command to override the node selection function
Pau Espin Pedroleab9d382019-08-08 16:46:31 +0200200
201 [ Vadim Yanitskiy ]
Oliver Smith29532c22021-01-29 11:13:00 +0100202 * gb_proxy_peer: sgsn can never be NULL in gbproxy_sgsn_by_nri()
203 * gb_proxy_peer: fix NULL pointer dereference in gbproxy_sgsn_alloc()
Pau Espin Pedroleab9d382019-08-08 16:46:31 +0200204
205 [ Daniel Willmann ]
Oliver Smith29532c22021-01-29 11:13:00 +0100206 * Fix gbproxy_sgsn_by_tlli wraparound
Harald Weltee250eaa2019-01-23 18:32:41 +0100207
208 [ Alexander Couzens ]
Oliver Smith29532c22021-01-29 11:13:00 +0100209 * configure.ac: define a c standard instead of using the compilers default
Harald Weltee250eaa2019-01-23 18:32:41 +0100210
211 [ Daniel Willmann ]
Oliver Smith29532c22021-01-29 11:13:00 +0100212 * gbproxy: Implement TLLI cache and use it for SUSPEND/RESUME
213 * gbproxy: Increase TLLI cache timeout to 10s
Harald Weltee250eaa2019-01-23 18:32:41 +0100214
215 [ Oliver Smith ]
Oliver Smith29532c22021-01-29 11:13:00 +0100216 * contrib/jenkins: don't build osmo-gsm-manuals
Harald Weltee250eaa2019-01-23 18:32:41 +0100217
Oliver Smith29532c22021-01-29 11:13:00 +0100218 [ Daniel Willmann ]
219 * gbproxy: Implement IMSI cache
220 * gbproxy: Use IMSI cache to handle PAGING_PS_REJECT
221 * gbproxy: Use C-style comments
222 * gbproxy: Move helper function to a more logical place
223 * gbproxy: Remove unused variable assignment
224 * gbproxy: Fix VTY cmd name
225 * gbproxy: Define and use help string for gbproxy
226 * gbproxy: Add VTY commands to query the TLLI/IMSI cache
Pau Espin Pedrol54936e92018-05-03 19:01:44 +0200227
228 [ Harald Welte ]
Oliver Smith29532c22021-01-29 11:13:00 +0100229 * gb_proxy: Don't use orphan log subsystem DPCU
Pau Espin Pedrol54936e92018-05-03 19:01:44 +0200230
Oliver Smith29532c22021-01-29 11:13:00 +0100231 [ Daniel Willmann ]
232 * gbproxy: Use IMSI cache for PTP paging and implement DUMMY_PAGING_PS
233 * gbproxy: Print the correct message type for dummy paging/paging reject
234 * gbproxy: Improve log messages in gbproxy_select_sgsn
235 * gbproxy: Fix radio status routing by TMSI
Harald Welte5641e9d2017-10-28 19:07:48 +0200236
237 [ Alexander Couzens ]
Oliver Smith29532c22021-01-29 11:13:00 +0100238 * follow libosmocore/gprs_ns2 API changes of GPRS enums
Harald Welte5641e9d2017-10-28 19:07:48 +0200239
240 [ Harald Welte ]
Oliver Smith29532c22021-01-29 11:13:00 +0100241 * gbproxy: Avoid depending on any of the SGSN code
Harald Welte5641e9d2017-10-28 19:07:48 +0200242
Oliver Smith29532c22021-01-29 11:13:00 +0100243 [ Daniel Willmann ]
244 * manual/gbproxy: Update overview chapter
245 * Rename OsmoGbPROXY -> *Proxy
246 * manuals/gbproxy: Update configuration chapter
247 * manuals/gbproxy: Add osmo-bsc MSC pooling chapter from Neels as a base
248 * manuals/gbproxy: MSC -> SGSN for pooling chapter
249 * manuals/gbproxy: Move pooling to separate chapter
Harald Welte5641e9d2017-10-28 19:07:48 +0200250
Oliver Smith29532c22021-01-29 11:13:00 +0100251 [ Alexander Couzens ]
252 * gbproxy: follow gprs_ns2 API vty changes
253 * sgsn: migrate to the new gprs_ns2_vty configuration
254 * follow libosmocore/gprs_ns2 API changes (gprs_ns2_dynamic_create_nse)
Holger Hans Peter Freytherb803b142016-05-24 23:15:12 +0200255
Oliver Smith29532c22021-01-29 11:13:00 +0100256 [ Oliver Smith ]
257 * === Split osmo-gbproxy from osmo-sgsn ===
Holger Hans Peter Freytherb803b142016-05-24 23:15:12 +0200258
Oliver Smith29532c22021-01-29 11:13:00 +0100259 -- Oliver Smith <osmith@sysmocom.de> Fri, 29 Jan 2021 12:57:28 +0100