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