aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-07-04 11:09:07 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-11 19:18:17 +0000
commit176b62a80c0170f1b9a1578d0b16c3ef27cf1a8f (patch)
tree657b3b698ffff09be025a1c2bf4a64a32df93f8d /debian/changelog
parente6052c4cc756f7d3a5023a0ba57fe8d80783967c (diff)
SGSN: prevent starting with inconsistent config
Previously it was possible to start osmo-sgsn with "auth-policy remote" but without "gsup remote-*" which resulted in broken setup: no MS could perform GPRS ATTACH. Add consistency check to vty code to fix this. Related: OS#1582 Change-Id: Ie4296e7d99d7833f7d828b0196435ea81097cf6e
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a0362a49..e9a421205 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
openbsc (0.15.1) UNRELEASED; urgency=medium
* Move forward toward a new release.
+ * Prevent SGSN starting with 'auth-policy remote' when no 'gsup remote-*' are configured.
+ Note: such configs are broken without extra workarounds anyway.
-- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 24 May 2016 23:14:31 +0200