blob: b39abb8af821c7da46f65a2755b647f21b3e4aa3 [file] [log] [blame]
Pau Espin Pedrol54936e92018-05-03 19:01:44 +02001osmo-sgsn (1.3.0) unstable; urgency=medium
2
3 [ Neels Hofmeyr ]
4 * drop osmo_sgsn.cfg from src/gprs dir
5 * change default config filename to osmo-sgsn.cfg, not osmo_sgsn.cfg
6 * vty: skip installing cmds now always installed by default
7 * add --enable-sanitize config option
8 * use default point-code as listed on Point_Codes wiki page
9 * gprs_gmm: segfault: gracefully handle failure to alloc context
10 * gsm48_rx_gmm_att_req: fix error handling: don't clean up NULL llme
11 * gprs_llc: tx dl ud: make mismatching LLE not crash osmo-sgsn
12 * fix build: missing LIBGTP_CFLAGS in sgsn_test
13 * sgsn_test: guard against struct gprs_ra_id changing
14 * vty: absorb command explanations from osmo-gsm-manuals
15 * configure: add --enable-werror
16 * implement support for 3-digit MNC with leading zeros
17 * osmo-gbproxy: use 'osmo-gbproxy.cfg' as default config name
18 * compiler warnings: use enum ranap_nsap_addr_enc, constify local var
19 * use osmo_init_logging2(), fix regression test memleaks
20 * auth+ciph: log is_r99 and auth types
21 * log two RA Update Request failure causes
22 * GERAN: allow GSM SRES on UMTS AKA challenge
23
24 [ Alexander Couzens ]
25 * .gitignore: remove unneeded ignores of bsc/msc/nitb files
26 * tests/ctrl_test_runner.py: remove BSC/NAT TestRunner
27 * debian: remove doublicated project name in example files
28 * .gitignore: remove non-existent /src/utils exludes
29 * configure.ac: remove pcap check
30 * configure.ac: remove unused libcdk check
31 * .service: remove OpenBSC from service desription
32 * mandatory depend on libc-ares and libgtp
33 * GMM: dont reply to GMM_DETACH_REQ with POWER OFF when MS is unknown
34
35 [ Harald Welte ]
36 * Replace '.' in counter names with ':'
37 * Add talloc context introspection via VTY
38
39 [ Pau Espin Pedrol ]
40 * Replace '.' in counter names with ':'
41 * tests: Fix selection of python version
42 * sgsn_cdr: Split log formatting into a snprintf function
43 * Add vty cmd 'cdr trap' to send CDR through CTRL iface
44 * tests: sgsn_test: Define wrap APIs with correct parameters
45 * cosmetic: tests: sgsn_test: Use proper formatting and remove uneeded semicolons
46 * gprs_gmm: Remove unused variable
47 * cosmetic: gprs_gmm: Remove trailing whitespace
48 * gprs_gmm: Convert warning message to pragma message
49 * configure.ac: Enable Wall in CFLAGS
50 * .gitignore: Add m4 files
51 * sgsn_libgtp.c: Fix typos and whitespace
52
53 [ Max ]
54 * Fix display of GTP addresses
55 * Show GTP version for PDP context in vty
56 * Remove unneeded .py scripts
57 * Replace '.' in counter names with ':'
58 * Remove dead code
59 * Enable sanitize for CI tests
60 * cosmetic: use macro for gtphub plane iteration
61 * Use connection id when allocating rate counters
62 * Migrate from OpenSSL to osmo_get_rand_id()
63 * Remove obsolete ./configure option
64 * Fix RAI construction
65 * gtphub: make rate_ctr unique
66 * Remove unused bsc_version.c
67 * Use gsm48_encode_ra() for RAI encoding
68 * gtphub: check for gsn_addr_from_sockaddr() errors
69 * gtphub: check for gsn_addr_from_sockaddr() error
70
71 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 19:01:44 +0200
72
Harald Welte5641e9d2017-10-28 19:07:48 +020073osmo-sgsn (1.2.0) unstable; urgency=medium
74
75 [ Neels Hofmeyr ]
76 * jenkins: fix build: remove unused dependencies
77 * debian: fix osmo-sgsn.install, tweak VCS link and descriptions
78 * drop files unrelated to osmo-sgsn
79 * rewrite README
80 * configure.ac: set name to osmo-sgsn, fix ML addr
81 * move openbsc.pc to osmo-sgsn.pc
82 * move include/openbsc to include/osmocom/sgsn
83 * jenkins.sh: fix echo string to say osmo-sgsn, not msc
84 * jenkins: use osmo-clean-workspace.sh before and after build
85
86 [ Alexander Couzens ]
87 * debian: fix paths of examples
88 * debian/rules: show testsuite.log when tests are failing
89
90 [ Max ]
91 * Remove rest_octets.h
92 * gbproxy: ensure peer allocation result
93 * jenkins: use osmo-ggsn for tests
94 * Cleanup configure checks
95 * Use extended logging for PDP contexts
96 * deb: fix copyright file issues
97 * Move P-TMSI alloc/update into separate function
98 * Check for correct P-TMSI allocation
99 * Use new FSF address in license header
100 * SGSN: uncomment BSSGP vty tests
101 * SGSN: print additional GTP-related info
102 * SGSN: check that GSN is created in proper mode
103 * Fix APN printing
104 * Fix build after recent rate_ctr patches
105 * gbproxy: don't link unnecessary
106 * Fix libosmo-sigtran dependency
107 * jenkins: check for IU properly
108 * Log GTP-U endpoints update
109 * Log address on GTP creation
110
111 [ Pau Espin Pedrol ]
112 * Remove unneeded dep libdbi
113
114 [ Philipp Maier ]
115 * log: fix default loglevels
116 * non-iu-build: guard vty libosmo-sigtran function calls.
117 * configure: fix libosmo-sigtran dependency
118
119 [ Harald Welte ]
120 * Debian: Add systemd service files for osmo-sgsn and osmo-gbproxy
121 * Debian: fix dh_strip rules for creating one -dbg per program
122
123 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 19:07:48 +0200
124
Alexander Couzensd040bab2017-08-07 09:48:18 +0000125osmo-sgsn (0.1.0) unstable; urgency=low
Holger Hans Peter Freytherb803b142016-05-24 23:15:12 +0200126
Alexander Couzensd040bab2017-08-07 09:48:18 +0000127 * Initial release.
Holger Hans Peter Freytherb803b142016-05-24 23:15:12 +0200128
Alexander Couzensd040bab2017-08-07 09:48:18 +0000129 -- Alexander Couzens <lynxis@fe80.eu> Tue, 08 Aug 2017 01:13:05 +0000