aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 17:57:50 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 17:57:50 +0100
commit0f9966e307122186ce82506e196285c16c8a09c0 (patch)
treefc9b392d5b081c7a90ebf971a89618ac94e1bee0 /debian
parent245ac9501ba4f042f593fac20193a58db51e5459 (diff)
Bump version: 1.7.0.28-245ac-dirty → 1.8.01.8.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog46
-rw-r--r--debian/control16
2 files changed, 54 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 2edc6e66f..e1706df98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,49 @@
+osmo-sgsn (1.8.0) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * Remove bogus DNS log category
+
+ [ Daniel Willmann ]
+ * manuals: Regenerate counters/VTY through docker
+
+ [ Vadim Yanitskiy ]
+ * main: resurrect removed 'ns' logging category as deprecated
+ * doc/manuals: update configuration.adoc to use new command syntax
+ * tests/Makefile.am: do not try removing non-existing files
+
+ [ Pau Espin Pedrol ]
+ * ranap: log ranap iu event type name instead of number
+ * gmm: log GMM msg type name instead of number
+ * gmm: Expect E_VLR_ANSWERED when in ST_IU_SECURITY_CMD
+ * gmm_fsm: Expect E_GMM_COMMON_PROC_INIT_REQ when in ST_GMM_COMMON_PROC_INIT
+ * mm_iu: Send event E_PMM_PS_CONN_ESTABLISH upon rx GMM SERVICE REQUEST
+ * mm_iu: Expect E_PMM_PS_ATTACH when in ST_PMM_IDLE
+ * gprs_gmm.c: State proper GMM prefix logging rx/tx of GMM messages
+ * mm_state_iu_fsm: T3314 expiry must lead to PMM IDLE, not PMM DETACHED
+ * Iu: Drop timer X3314
+ * gprs_ranap.c: Clean up code path releasing IU conn
+ * mm_state_{gb,iu}_fsm: Add missing license block, improve spec references
+ * mm_state_{gb,iu}_fsm: Improve naming for detach event
+ * Drop unused GBRPOXY enum field
+ * gtp: Delete ctx upon receive UpdateCtxResp with cause Non-existent
+ * Support forwarding RIM messages over GTPCv1 EUTRAN<->GERAN
+ * Use new stat item/ctr getter APIs
+
+ [ Keith ]
+ * vty: Fix optional display of pdp with mm-context
+ * VTY: Don't display 'PDP Address: invalid' for IPv4v6
+
+ [ Eric ]
+ * add support for multiple encryption algorithms and a5/4
+
+ [ Oliver Smith ]
+ * gtphub: remove llist_first, llist_last macros
+ * vty: add "page imsi"
+ * debian/control: remove dh-systemd build-depend
+ * Revert "Turn some compiler warnings into errors"
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 17:57:50 +0100
+
osmo-sgsn (1.7.0) unstable; urgency=medium
[ Daniel Willmann ]
diff --git a/debian/control b/debian/control
index bc9c8abc7..28637b3de 100644
--- a/debian/control
+++ b/debian/control
@@ -11,16 +11,16 @@ Build-Depends: debhelper (>=9),
pkg-config,
libtalloc-dev,
libc-ares-dev,
- libgtp-dev (>= 1.7.0),
- libosmocore-dev (>= 1.5.0),
- libosmo-abis-dev (>= 1.1.0),
+ libgtp-dev (>= 1.8.0),
+ libosmocore-dev (>= 1.6.0),
+ libosmo-abis-dev (>= 1.2.0),
libosmo-netif-dev (>= 1.1.0),
- libosmo-gsup-client-dev (>= 1.3.0),
+ libosmo-gsup-client-dev (>= 1.4.0),
libasn1c-dev (>= 0.9.30),
- libosmo-ranap-dev (>= 0.7.0),
- libosmo-sigtran-dev (>= 1.4.0),
- libosmo-sccp-dev (>= 1.4.0),
- osmo-gsm-manuals-dev (>= 1.1.0)
+ libosmo-ranap-dev (>= 0.8.0),
+ libosmo-sigtran-dev (>= 1.5.0),
+ libosmo-sccp-dev (>= 1.5.0),
+ osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-sgsn.git
Vcs-Browser: https://git.osmocom.org/osmo-sgsn