blob: 9eb37fdb364bfdfa11c2c9d08232c0c9745ad9aa [file] [log] [blame]
Oliver Smith848ec692023-11-28 13:38:29 +01001osmo-ggsn (1.11.0) unstable; urgency=medium
2
3 [ Daniel Willmann ]
4 * gtp: Add net GTP cause values and a function to check for success
5
6 -- Oliver Smith <osmith@sysmocom.de> Tue, 28 Nov 2023 13:38:29 +0100
7
Pau Espin Pedrol08bb5182023-09-12 14:36:10 +02008osmo-ggsn (1.10.2) unstable; urgency=medium
9
10 [ Vadim Yanitskiy ]
11 * Do not hard-code -g and -O2 in CFLAGS
12 * tests: use -no-install libtool flag to avoid ./lt-* scripts
13
14 [ Oliver Smith ]
15 * doc/manuals/chapters/configuration: fix typo
16 * debian: set compat level to 10
17 * systemd: depend on networking-online.target
18 * README: update documentation section
19 * doc: running: update kernel-gtp limitations
20 * lib/in46_addr: add in46a_from_gsna
21
22 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 14:36:10 +0200
23
Vadim Yanitskiyf14c0562023-02-27 22:35:47 +070024osmo-ggsn (1.10.1) unstable; urgency=medium
25
26 [ Oliver Smith ]
27 * debian/libgtp6.shlibs: new file
28
29 [ Vadim Yanitskiy ]
30 * lib/icmpv6.h: fix struct icmpv6_{radv_hdr,opt_prefix}
31 * gtp/gsn.c: fix 'No newline at end of file'
32 * gtp: use OSMO_ASSERT() in gtp_new()
33
34 -- Vadim Yanitskiy <vyanitskiy@sysmocom.de> Mon, 27 Feb 2023 22:35:47 +0700
35
Pau Espin Pedrol55fe62f2023-02-07 14:29:48 +010036osmo-ggsn (1.10.0) unstable; urgency=medium
37
38 [ Max ]
39 * Set working directory in systemd service file
40 * Ignore .deb build byproducts
41 * ctrl: take both address and port from vty config
42
43 [ Pau Espin Pedrol ]
44 * cosmetic: gtp: Fix typo in comment
45 * Split gsn_t related APIs out of gtp.{c,h}
46 * Use rate_ctr for gsn_t available_counters
47 * ggsn: Introduce tdef and make it configurable over VTY
48 * gtp: Introduce VTY configurable GTP timer X3
49 * Fix typos in comments and VTY descriptions
50
51 [ arehbein ]
52 * osmo-ggsn: Transition to use of 'telnet_init_default'
53
54 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 14:29:48 +0100
55
Pau Espin Pedrolbc583d92022-06-28 17:48:22 +020056osmo-ggsn (1.9.0) unstable; urgency=medium
57
58 [ Pau Espin Pedrol ]
59 * tests: in46a_test: Make coverity happy when calling in46a_from_eua
60 * vty: Fix cmd 'no echo-interval' doing nothing
61 * libgtp: Fix ggsn crash if pdp alloc array is full (PDP_MAX)
62 * libgtp: Define retransmit QUEUE_SIZE relative to PDP_MAX (increase)
63 * gtp: Use switch statement in gtp_create_pdp_ind()
64 * gtp: Log detection of rx duplicate
65 * gtp: Small log improvements in gtp_create_pdp_ind()
66 * gtp: Specify retrans queue name & seqnum in log lines
67 * gtp: Log retrans queue register&free entries
68 * gtp: Fix typo in comment
69 * pco.h: Fix typo in reference to spec
70
71 [ Vadim Yanitskiy ]
72 * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
73
74 [ Harald Welte ]
75 * update git URLs (git -> https; gitea)
76
77 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 17:48:22 +0200
78
Pau Espin Pedrola3ca2d12021-11-16 13:49:16 +010079osmo-ggsn (1.8.0) unstable; urgency=medium
80
81 [ Oliver Smith ]
82 * doc/examples/Makefile.am: add sgsnemu.conf
83 * doc/examples/osmo-ggsn-kernel-gtp.cfg: new file
84 * doc/manuals: describe GTP-U kernel module
85 * gitignore: add ggsn_vty_reference.xml
86
87 [ Harald Welte ]
88 * Don't install osmo-ggsn-kernel-gtp.cfg to /etc/osmocom/
89 * Don't install sgsnemu.conf to /etc/osmocom/
90 * ggsn: Reject PDP CTX ACT for static IP addresses
91 * vty: Inform user that static IP addresses are not supported
92
93 [ Pau Espin Pedrol ]
94 * gtp: Update teic_confirmed only on resp success
95 * gtp: Rework parsing logic of UpdatePdpCtxResponse
96 * ggsn: Improve logging on incoming DL data packets
97 * gtp: Improve logging of failing pdp ctx resolution from TEI/TID
98 * cosmetic: gtpie.c: Fix trailing whitespace
99 * gtp: constify pointer arg
100 * gtp: Support tx/rx RAN Information Relay message
101 * ggsn: Log tun fd write errors
102 * ggsn: Fix heap-use-after-free during Recovery without associated PDP
103 * cosmetic: configure.ac: Fix tabulation in line
104 * Introduce program gtp-echo-responder
105 * gtp_echo_responder: report invalid chars present in node-feautres cmdline arg as error
106
107 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 13:49:16 +0100
108
Pau Espin Pedrol18898b42021-02-23 17:31:24 +0100109osmo-ggsn (1.7.1) unstable; urgency=medium
110
111 [ Harald Welte ]
112 * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
113 * manuals: generate vty reference xml at build time
114
115 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 17:31:24 +0100
116
Pau Espin Pedrolb1f641b2021-02-23 13:34:39 +0100117osmo-ggsn (1.7.0) unstable; urgency=medium
118
119 [ Vadim Yanitskiy ]
120 * debian/control: change maintainer to the Osmocom team / mailing list
121
122 [ Pau Espin Pedrol ]
123 * configure.ac: Fix trailing whitespace
124 * doc: Update VTY reference xml file
125 * Support setting rt-prio and cpu-affinity mask through VTY
126 * contrib/jenkins: Enable parallel make in make distcheck
127 * ggsn: generate coredump and exit upon SIGABRT received
128 * tests: Explicitly drop category from log
129 * tests: Replace deprecated API log_set_print_filename
130
131 [ Keith ]
132 * Fix vty PDP lookups by IMSI
133 * Prevent Crash in show pdp-context from vty
134 * Minor: remove code duplication
135 * Use imsi_str2gtp() in sgsnemu
136 * sgsnemu: relax check on length of IMSI cmdline arg.
137 * GTP: Replace recently introduced imsi_str2gtp()
138
139 [ Harald Welte ]
140 * Use OSMO_FD_* instead of deprecated BSC_FD_*
141 * gtp-kernel: Remove duplicate #include section
142 * gtp-kernel: don't #include libmnl headers
143
144 [ Oliver Smith ]
145 * contrib/jenkins: don't build osmo-gsm-manuals
146 * configure.ac: set -std=gnu11
147 * apn_start: avoid segfault if missing tun-device
148 * .gitignore: ignore debian/libgtp*
149 * deb/rpm: build with --enable-gtp-linux
150
151 -- Pau Espin Pedrol <pespin@espeweb.net> Tue, 23 Feb 2021 13:34:39 +0100
152
Harald Welte21546072020-08-13 12:26:20 +0200153osmo-ggsn (1.6.0) unstable; urgency=medium
154
155 [ Pau Espin Pedrol ]
156 * cosmetic: Fix comment typo
157 * netns: Improve error checking
158 * sgsnemu: cmdline: Drop unused function cmdline_parser_params_create()
159 * sgsnemu: Pass array of in64_addr to in46a_from_eua()
160 * sgsnemu: Rename sgsnemu's libgtp cb_conf
161 * sgsnemu: Set its default loglevel category to INFO
162 * Move icmpv6 and checksum files from ggsn/ dir to lib/
163 * netdev_addaddr6: Use prefixlen arg
164 * sgsnemu: Avoid adding extra autogenerated local link ipv6 addr to tun iface
165 * sgsnemu: Fix ping transmitted statistics output
166 * cosmetic: icmpv6.c: fix typo in comment
167 * icmpv6.c: Mark internal function as static
168 * sgsnemu: Get rid of duplicated options.destaddr
169 * sgsnemu: Get rid of duplicated options.net
170 * sgsnemu: tun_addaddr: Don't set local addr as dstaddr
171 * icmpv6.c: Move code generating ipv6 hdr to its own function
172 * Rename netdev_*route to end in route4
173 * sgsnemu: Fix build/run against linux < 4.11 (no sysctl addr_gen_mode support)
174 * sgsnemu: Handle IPv6 SLAAC in tun iface manually
175 * sgsnemu: Implement ping on IPv6 APNs
176 * sgsnemu: Fix assumption ipv6 Interface-Identifier of public addr == announced Prefix
177 * gtp: queue_test: Fix printf gcc warn under ARM
178
179 [ Andreas Schultz ]
180 * add Linux network namespace support for TUN device
181
182 [ Vadim Yanitskiy ]
183 * lib/netns: fix open_ns(): return fd from open()
184
185 [ Philipp Maier ]
186 * doc: do not use random ip address for dns in default conf
187 * doc: use 127.0.0.2 instead of 127.0.0.6 as bind ip.
188 * debug: use LOGL_NOTICE instead of LOGL_DEBUG
189
190 [ Eric ]
191 * configure.ac: fix libtool issue with clang and sanitizer
192
193 [ Harald Welte ]
194 * lib/netns.c: Add comments to the code, including doxygen API docs
195 * lib/netns: OSMO_ASSERT() if user doesn't call init_netns()
196 * lib/netns: Fix up error paths
197 * example config: use RFC1918 addresses for GGSN pools
198
199 [ Dmitri Kalashnik ]
200 * sgsnemu: use real tun device name after the device is up.
201
202 [ Oliver Smith ]
203 * osmo-ggsn.spec.in: remove
204 * contrib: import RPM spec
205 * contrib: integrate RPM spec
206 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
207
208 -- Harald Welte <laforge@osmocom.org> Thu, 13 Aug 2020 12:26:20 +0200
209
Pau Espin Pedrole71e0f22020-01-02 20:39:39 +0100210osmo-ggsn (1.5.0) unstable; urgency=medium
211
212 [ Jan Engelhardt ]
213 * build: switch AC_CANONICAL_TARGET for AC_CANONICAL_HOST
214
215 [ Pau Espin Pedrol ]
216 * libgtp: Remove packets in tx queue belonging pdp being freed
217 * libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejected
218 * Introduce in46a_is_v{4,6}() helpers
219 * ggsn: Move PCO handling code into its own file
220 * in46_addr: Improve in46a_ntop documentation
221 * ggsn_vty.c: Fix wrong use of in46a_from_eua, print IPv6 euas
222 * ggsn: Split application lifecycle related code into ggsn_main.c
223 * Move pdp_get_peer_ipv() to lib/util.*
224 * gtp-kernel.c: Fix wrong use of in46a_from_eua, print IPv6 euas
225 * Introduce LOGTUN log helper
226 * ggsn_vty.c: Avoid printing duplicates for pdp context with v4v6 EUAs
227 * pdp: constify param in pdp_count_secondary()
228 * ggsn_vty.c: Improve output of VTY show pdp-context
229 * doc: Update vty reference xml file
230 * libgtp: Introduce cb_recovery3
231 * ggsn: Implement echo req/resp and recovery
232 * cosmetic: fix formatting in if line
233 * gtp: Log msg retransmits and timeouts
234 * cosmetic: gtp: Drop commented out code calling pdp_freepdp()
235 * cosmetic: gtp: Improve documentation of gtp_delete_context_req2()
236 * ggsn: rx DeletePdpReq confirmation: Improve documentation and use gtp_freepdp()
237 * gtp: Manage queue timers internally
238 * ggsn, sgsnemu: Drop use of no-op deprecated gtp_retrans* APIs
239
240 [ Vadim Yanitskiy ]
241 * gtp_update_pdp_ind(): fix NULL-pointer dereference
242 * gtp_error_ind_conf(): fix: guard against an unknown GTP version
243 * gtp/gtp.c: cosmetic: use get_tid() where we need TID
244 * manuals/configuration.adoc: fix Network Address without prefix length
245 * manuals/configuration.adoc: fix IPv4 address mismatch in <<ggsn_no_root>>
246 * contrib/systemd: add systemd-networkd examples from manuals
247
248 [ Harald Welte ]
249 * sgsnemu: Fix null-pointer format string argument
250 * manual: Fix copy+paste error
251
252 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 02 Jan 2020 20:39:39 +0100
253
Pau Espin Pedrol67aebc92019-08-07 21:28:30 +0200254osmo-ggsn (1.4.0) unstable; urgency=medium
255
256 [ Max ]
257 * Don't return error on normal shutdown
258
259 [ Harald Welte ]
260 * process_pco() const-ify 'apn' argument
261 * ggsn: Remove magic numbers from pco_contains_proto()
262 * ggsn: const-ify input / read-only arguments of PCO related functions
263 * ggsn: Remove magic numbers from ipcp_contains_option()
264 * ggsn: Fix build_ipcp_pco() in presence of invalid IPCP content
265 * ggsn.c: Refactor PCO processing during PDP activation
266 * ggsn: Add minimalistic PAP support
267 * ggsn: More logging from PCO handling (e.g. in case of malconfiguration)
268 * sgsnemu: Fix format string argument count
269
270 [ Vadim Yanitskiy ]
271 * osmo-ggsn: fix VTY command for getting PDP contexts by APN
272 * osmo-ggsn: add VTY command to show PDP context by IPv4
273 * osmo-ggsn: check result of osmo_apn_to_str()
274 * osmo-ggsn: print requested / actual APN in PDP info
275 * osmo-ggsn: properly show subscriber's MSISDN in the VTY
276
277 [ Pau Espin Pedrol ]
278 * ggsn: Drop unused param force in apn_stop()
279 * gtp: Document spec reasoning drop of Rx DeleteCtxReq
280 * ggsn: Start gtp retrans timer during startup
281 * gtp: Take queue_resp into account to schedule retrans timer
282 * gtp: Fix typo dublicate->duplicate
283 * pdp: Introduce new API pdp_count_secondary
284 * gtp_create_pdp_ind: simplify code by reordering and compacting parsing
285 * gtp: Refactor code to use gtp_freepdp(_teardown) APIs
286 * cosmetic: gtp: Document free pdp ctx in non-teardown scenario
287 * gtp: Re-arrange free pdp ctx code in non-teardown scenario
288 * pdp: Drop unused code for haship
289 * cosmetic: gtp.h: Remove trailing whitespaces
290 * ggsn: Fix undefined behaviour shifting beyond sign bit
291 * gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSN
292 * gtp: Make use of new libgtp APIs with multi-gsn support
293 * ggsn_vty_reference.xml: Update from last code changes
294 * ggsn: vty: Require ggsn param in <show pdp-context> cmd
295 * sgsnemu: Replace use of deprecated libgtp API pdp_newpdp with new one
296 * cosmetic: gtp: queue: remove trailing whitespace
297 * gtp: Add missing headers
298 * gtp: queue.c: Document queue APIs
299 * gtp: queue: Add unit test queue_test
300 * ggsn: Avoid unaligned mem access reading PCO proto id
301 * ggsn: Use structures instead of raw arrays when parsing ipcp_hdr
302 * configure.ac: Replace obosolete macro AC_CANONICAL_SYSTEM
303 * configure.ac: Use brackets in AC_INIT params
304 * configure.ac: Use prefered AC_CONFIG_HEADERS over AM_CONFIG_HEADER
305 * configure.ac: some versions of linux/if.h require including sys/socket.h
306 * sgsnemu: Fix unaligned pointer access during ip/icmp checksum
307 * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
308 * Require libosmocore 1.1.0
309
310 [ Oliver Smith ]
311 * debian: create -doc subpackage with pdf manuals
312 * ggsn: Use gtp_delete_context_req2() everywhere
313 * contrib/jenkins.sh: run "make maintainer-clean"
314
315 [ Daniel Willmann ]
316 * manuals: Add script to regenerate vty/counter documentation
317
318 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 21:28:30 +0200
319
Harald Weltef5a268a2019-01-20 21:34:23 +0100320osmo-ggsn (1.3.0) unstable; urgency=medium
321
322 [ Pau Espin Pedrol ]
323 * ggsn: ctrl iface: listen on IP configured by VTY
324 * gtp: Log type name of unexpected signalling message
325 * gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn
326 * gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active
327 * gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQ
328 * gtp: Add new replacement cb_recovery2 for cb_recovery
329 * Install systemd services with autotools
330 * Install sample cfg file to /etc/osmocom
331
332 [ Stefan Sperling ]
333 * fix unaligned access in build_ipcp_pco()
334 * fix support for multiple IPCP in PDP protocol configuration options
335 * check ioctl() call return value in tun_new()
336 * fix allocation of ippool's hash table
337 * replace bogus memcpy() call in ippool_newip()
338 * initialize local variable addr in ippool_new()
339 * fix format string error in ippool_printaddr()
340 * fix a format string directives in queue_seqset()
341 * properly store IPv6 addresses in struct tun_t
342
343 [ Harald Welte ]
344 * debian/rules: Don't overwrite .tarball-version
345 * osmo-ggsn.cfg: Ensure well-formed config file example
346 * sgsnemu: Fix printing of tun device name
347 * ippool.c: Use "%td" format string for ptrdiff_t
348 * initial version of OsmoGGSN user manual
349 * OsmoGGSN: Add VTY reference manual
350 * GGSN: Document how 'ip tuntap' is used for non-root; call netdev 'apn0'
351 * vty-ref: Update URI of docbook 5.0 schema
352
353 [ Alexander Couzens ]
354 * libgtp: implement gtp_clear_queues to clear req/resp queue
355
356 [ Neels Hofmeyr ]
357 * Importing history from osmo-gsm-manuals.git
358 * refactor Makefile build rules, don't use the FORCE
359 * GGSN: don't say 'NITB'
360 * OsmoGGSN: more info on non-root operation / tun creation
361 * OsmoGGSN: multiple instances: mention GTP port
362 * OsmoGGSN: add Routing section for IP forward and masquerading
363 * OsmoGGSN: typo: priveleges
364 * OsmoGGSN VTY ref: prep: convert newlines to unix
365 * OsmoGGSN vty: update VTY reference
366 * OsmoGGSN: fix VTY additions' node IDs
367 * OsmoGGSN: update vty reference
368 * ggsn: update vty reference
369
370 [ Max ]
371 * Expand OsmoGGSN manual
372
373 [ Oliver Smith ]
374 * build manuals moved here from osmo-gsm-manuals.git
375 * Fix DISTCHECK_CONFIGURE_FLAGS override
376 * contrib/jenkins.sh: build and publish manuals
377 * contrib: fix makedistcheck with disabled systemd
378
379 -- Harald Welte <laforge@gnumonks.org> Sun, 20 Jan 2019 21:34:22 +0100
380
Pau Espin Pedrolb673d1c2018-05-31 12:44:54 +0200381osmo-ggsn (1.2.2) unstable; urgency=medium
382
383 [ Vadim Yanitskiy ]
384 * ggsn_vty.c: fix: use CONFIG_NODE as parent by default
385
386 [ Philipp Maier ]
387 * ggsn: fix misinterpreted length field in ipcp_contains_option()
388 * ggsn: make sure ipcp_option_hdr and and ipcp_hdr are packed
389
390 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 31 May 2018 12:44:54 +0200
391
Pau Espin Pedrolac076252018-05-04 12:19:58 +0200392osmo-ggsn (1.2.1) unstable; urgency=medium
393
394 * debian/rules: Fix debian packaging after 1.2.0 release
395
396 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 04 May 2018 12:19:58 +0200
397
Pau Espin Pedrola06b2d32018-05-03 16:05:28 +0200398osmo-ggsn (1.2.0) unstable; urgency=medium
399
400 [ Neels Hofmeyr ]
401 * fix compiler warnings: return 0 in main(), in 3 tests
402 * add --enable-sanitize config option
403 * sanitize build: ensure uint16/32 alignment in gtpie_test and in46a_test
404 * configure: add --enable-werror
405 * jenkins.sh: use --enable-werror configure flag, not CFLAGS
406
407 [ Harald Welte ]
408 * sgsnemu: Don't leak FILE handle in proc_read()
409 * sgsnemu: Fix format string in printing tun-device name
410 * sgsnemu: Make sure buffer has space for terminating-NUL
411 * sgsnemu: Free strings in error path
412 * gtp: Fix buffer overflow in imsi_gtp2str()
413 * gtp: Explicit OSMO_ASSERT to ensure pdp variable is set
414 * tun: Don't copy 16byte IPv6 address to 'struct in_addr'
415 * ippool: Correctly compute size of static pool
416 * remove unused argument to alloc_ippool_blacklist()
417 * factor out netdev_ip_local_get() from tun_ip_local_get()
418 * Properly NULL-out blacklist in alloc_ippool_blacklist()
419 * gtp_kernel: Change gtp_kernel_init() function signature
420 * gtp-kernel: Re-add support for kernel GTP-U acceleration
421 * gtp-kernel: Get rid of hard-coded kernel GTP device name
422 * gtp-kernel: shut down kernel GTP device in apn_down()
423 * gtp-kernel: Align logging for APN start in kernel-gtp case with that of TUN
424 * gtp-kernel: Avoid global state variable
425 * gtp-kernel: Make sure repeated calls to gtp_kernel_init() are safe
426 * gtp-kernel: proper cleanup in error path
427 * gtp-kernel: Get rid of SYS_ERR where not applicable
428 * gtp-kernel: Add function name to pdp_debug() function calls
429 * gtp-kernel: Add device nime in pdp_debug() log statements
430 * contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is used
431 * ggsn.c: Fix byte order of IPCP IPv4 DNS servers
432 * ggsn: Ignore PCO with length 0, don't abort processing
433 * README.md: Remove misleading sentence on sgsnemu
434 * Add talloc context introspection via VTY
435 * fix segfault in case of kernel gtp-u
436 * lib/tun.c: Generalize tun_sifflags() to netdev_sifflags
437 * lib/tun.c: generalize tun_*route() to netdev_*route()
438 * lib/tun.c: Generalize tun_{set,add}addr*() functions
439 * lib/tun: split generic network device related stuff to lib/netdev
440 * lib/netdev.c: Cosmetic changes (coding style / cleanups)
441 * ggsn: Don't explicitly use tun_setaddr() API anymore
442 * sgsnemu: Convert from tun_setaddr() to tun_addaddr()
443 * lib/tun: Remove tun_setaddr() API, as everyone is using tun_addaddr() now
444 * Move kernel GTP support from ggsn/ to lib/
445 * ggsn: don't use gtp_kernel_tunnel_{add,del}() for userspace tun
446
447 [ Pau Espin Pedrol ]
448 * ggsn_vty: Stop using deprecated API vty_install_default
449 * contrib/jenkins.sh: Enable Werror in C(PP)FLAGS
450 * examples: Add secondary ipv6 google DNS to osmo-ggsn.cfg
451 * tun_setaddr6: Fix log typo
452 * cosmetic: Reorder tun_addaddr to get rid of decl of tun_setaddr4
453 * ggsn.c: Print version of unhandled ip packet
454 * Remove unused empty src/Makefile.in
455 * tests: Split ipv6 specific tests into a new test group
456 * Add support for IPv4v6 End User Addresses
457 * contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel support
458 * cosmetic: sgsnemu.c: Fix trailing whitespace
459 * ggsn.c: Improve logging info on link-local ipv6 addr not found
460 * tun.c: tun_addaddr: Fix segfault and wrong usage of tun_nlattr
461 * Set tun_addaddr ipv agnostic and add support for ipv6
462 * ggsn: Add 'ipv6 link-local' vty cmd
463 * ggsn_vty.c: Print ipv6 link-local cmd when writing config to file
464 * gtp.c: Fix trailing whitespace
465 * gtp.c: Determine GTP version from header
466 * gtp.c: Log unsupported GTP version number
467 * gtp/pdp: Fix trailing whitespace
468 * gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euaton
469 * gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement
470 * gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var
471 * gtp/gtp.c: Remove unused function char2ul_t
472 * gtp/gtp.c: Mark non exported functions as static
473 * gtp/gtp.c: Use uint8_t for version param in static functions
474 * ggsn: encaps_tun: Avoid forwarding packet if EUA is unassigned, fix crash
475 * ggsn: Validate packet src addr from MS
476 * ggsn: Parse PCO_IPCP
477 * ggsn: Parse PCO_IPCP for IPv4v6 pdp ctx
478 * ggsn: Print all addresses on successful pdp ctx creation
479 * ggsn.c: cb_tun_ind: Convert ifelse to switch statement
480 * ggsn.c: cb_tun_ind: log dst addr of packet without pdp ctx
481 * ggsn.c: cb_tun_ind: Don't drop packets targeting pdp ctx ll addr
482 * sgsnemu: Fix bad ptr during context deallocation
483 * sgsnemu: listen param is a host, not an interface
484 * use osmo_init_logging2
485
486 [ Max ]
487 * Log APN and tun names for packets
488 * Enable sanitize for CI tests
489 * Fix stow-enabled jenkins build failure
490 * Add GTP message names
491
492 [ Viktor Tsymbalyuk ]
493 * sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsn
494 * sgsnemu: created "pinghost" and "createif" modes for mutual exclusion
495 * sgsnemu: fix: no outgoing GTP-U in "createif" mode
496
497 [ Martin Hauke ]
498 * build: Remove AC_PROG_CXX, C++ is never used
499
500 [ Stefan Sperling ]
501 * remove the -f option from osmo-ggsn.service
502
503 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:05:27 +0200
504
Harald Welteff069172017-10-28 19:00:23 +0200505osmo-ggsn (1.1.0) unstable; urgency=medium
506
507 * libgtp: pdp.h: Addition of new tx_gpdu_seq struct member member
508 * libgtp: pdp.h: add LOGPDPX() helper to public API
509
510 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 19:00:23 +0200
511
Harald Welteb5b02c22017-09-06 12:19:49 +0200512osmo-ggsn (1.0.0) unstable; urgency=medium
Harald Welte632e8432017-09-05 18:12:14 +0200513
514 * Transition to OsmoGGSN
515
Harald Welteb5b02c22017-09-06 12:19:49 +0200516 -- Harald Welte <laforge@gnumonks.org> Wed, 06 Sep 2017 12:19:48 +0200
Harald Welte632e8432017-09-05 18:12:14 +0200517
Maxbdc504e2017-08-28 12:15:03 +0200518openggsn (0.94.0) UNRELEASED; urgency=medium
Holger Hans Peter Freyther6bf2f052016-05-24 22:53:55 +0200519
Harald Welte367baa32017-08-13 09:41:33 +0200520 [ Holger Hans Peter Freyther ]
Holger Hans Peter Freyther6bf2f052016-05-24 22:53:55 +0200521 * Bump version to ease upgrading from Debian SID.
Holger Hans Peter Freyther68d244d2017-01-24 17:21:05 +0100522 * Bump libgtp SO version after ABI change.
Holger Hans Peter Freyther6bf2f052016-05-24 22:53:55 +0200523
Harald Welte367baa32017-08-13 09:41:33 +0200524 [ Harald Welte ]
525 * various documentation / README updates
526 * improve error logging and propagation
527 * endian-safe definition of IP header
528 * IPv6 user plane support
529
530 -- Harald Welte <laforge@gnumonks.org> Sun, 13 Aug 2017 09:34:20 +0200
Holger Hans Peter Freyther6bf2f052016-05-24 22:53:55 +0200531
Holger Hans Peter Freyther89dcb6142015-11-30 14:06:09 +0100532openggsn (0.92) precise; urgency=medium
533
534 * Release 0.92
535
536 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Mon, 30 Nov 2015 14:05:59 +0100
537
538openggsn (0.91+git34) precise; urgency=medium
Holger Hans Peter Freyther0b705bb2014-09-23 16:38:47 +0200539
540 * Non-maintainer upload.
541
542 -- Holger Hans Peter Freyther <holger@freyther.de> Tue, 23 Sep 2014 16:38:32 +0200
543
544openggsn (0.91+git33) precise; urgency=low
Eric Butlerab9ff092012-08-24 21:16:01 -0700545
546 * Fix init script.
547
548 -- Eric Butler <eric@codebutler.com> Fri, 24 Aug 2012 21:15:32 -0700
549
Eric Butler235a0952012-08-14 18:08:41 -0700550openggsn (0.91+git33) precise; urgency=low
551
552 * Update package for Ubuntu Precise.
553
554 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 16:48:59 -0700
555
Harald Welteb5022552011-05-10 17:32:02 +0200556openggsn (0.91-2) unstable; urgency=low
557
558 * Switch to source/format (git)
559
560 -- Harald Welte <laforge@gnumonks.org> Tue, 10 May 2011 17:31:37 +0200
561
Harald Weltee9168092010-08-24 15:23:33 +0200562openggsn (0.91-1) unstable; urgency=low
563
564 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
565
566 -- Harald Welte <laforge@gnumonks.org> Tue, 24 Aug 2010 11:23:40 +0200