Changes of Revision 11

commit_3ae6192d13806df104150ee376127aba6be53664.txt Deleted
commit_5e11d28cd6d767abb1dee2e221d0fe2b5c70880a.txt Added
osmo-diameter2gsup_0.1.1.13.3ae6.dsc -> osmo-diameter2gsup_0.1.1.14.5e11.dsc Changed
x
 
1
@@ -2,15 +2,15 @@
2
 Source: osmo-diameter2gsup
3
 Binary: osmo-diameter2gsup
4
 Architecture: any
5
-Version: 0.1.1.13.3ae6
6
+Version: 0.1.1.14.5e11
7
 Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
 Standards-Version: 4.5.0
9
 Build-Depends: erlang-nox, libpcap-dev, rebar3, debhelper (>= 10)
10
 Package-List:
11
  osmo-diameter2gsup deb net optional arch=any
12
 Checksums-Sha1:
13
- a5800166545950ec6263b922837c5d793d5e72f1 8152516 osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz
14
+ 71ed92a70c52e0c2ac582a7c0cc371d396025bcc 8153164 osmo-diameter2gsup_0.1.1.14.5e11.tar.xz
15
 Checksums-Sha256:
16
- d467da01d5554eed49dba89c8b6eaa88072929f7274059e6f66e251e99ed24d0 8152516 osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz
17
+ 4913a06b18c256d24a85bbd639e352ee25430d6b3d50bae31fef725e8fa8b26d 8153164 osmo-diameter2gsup_0.1.1.14.5e11.tar.xz
18
 Files:
19
- 868ec20c60ec977158e217581285ae0d 8152516 osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz
20
+ cc4f0ac09f074e88afc94450a508ee62 8153164 osmo-diameter2gsup_0.1.1.14.5e11.tar.xz
21
osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz/.tarball-version -> osmo-diameter2gsup_0.1.1.14.5e11.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-0.1.1.13-3ae6
3
+0.1.1.14-5e11
4
osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz/build_dep.tar.gz -> osmo-diameter2gsup_0.1.1.14.5e11.tar.xz/build_dep.tar.gz Changed
osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz/debian/changelog -> osmo-diameter2gsup_0.1.1.14.5e11.tar.xz/debian/changelog Changed
12
 
1
@@ -1,8 +1,8 @@
2
-osmo-diameter2gsup (0.1.1.13.3ae6) unstable; urgency=medium
3
+osmo-diameter2gsup (0.1.1.14.5e11) unstable; urgency=medium
4
 
5
   * Automatically generated changelog entry for building the Osmocom master feed
6
 
7
- -- Osmocom OBS scripts <info@osmocom.org>  Mon, 28 Aug 2023 16:05:58 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org>  Fri, 01 Sep 2023 14:28:22 +0000
9
 
10
 osmo-diameter2gsup (0.1.2) unstable; urgency=medium
11
 
12
osmo-diameter2gsup_0.1.1.13.3ae6.tar.xz/src/server_cb.erl -> osmo-diameter2gsup_0.1.1.14.5e11.tar.xz/src/server_cb.erl Changed
22
 
1
@@ -165,11 +165,17 @@
2
 
3
 % 10.5.5.14
4
 -define(GMM_CAUSE_IMSI_UNKNOWN,        16#02).
5
--define(GMM_CAUSE_PLMN_NOTALLOWED, 16#0b).
6
+-define(GMM_CAUSE_ILLEGAL_MS,      16#03).
7
 -define(GMM_CAUSE_GPRS_NOTALLOWED, 16#07).
8
--define(GMM_CAUSE_INV_MAND_INFO,   16#60).
9
+-define(GMM_CAUSE_PLMN_NOTALLOWED, 16#0b).
10
+-define(GMM_CAUSE_LA_NOTALLOWED,   16#0c).
11
+-define(GMM_CAUSE_ROAMING_NOTALLOWED,  16#0d).
12
+-define(GMM_CAUSE_NO_SUIT_CELL_IN_LA,  16#0f).
13
 -define(GMM_CAUSE_NET_FAIL,        16#11).
14
-% TODO: more values
15
+-define(GMM_CAUSE_CONGESTION,      16#16).
16
+-define(GMM_CAUSE_GSM_AUTH_UNACCEPT,   16#17).
17
+-define(GMM_CAUSE_INV_MAND_INFO,   16#60).
18
+-define(GMM_CAUSE_PROTO_ERR_UNSPEC,    16#6f).
19
 
20
 -define(EXP_RES(Foo),  #'Experimental-Result'{'Vendor-Id'=fixme, 'Experimental-Result-Code'=Foo}).
21
 
22