We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Changes of Revision 318
commit_77a624c899245079a3975545be29a2a500085eee.txt
Added
commit_b2a2064bebcb7afb2b6dc1ecf1c2c59faa9ba004.txt
Deleted
open5gs_2.6.6.6.b2a20.dsc -> open5gs_2.6.6.7.77a62.dsc
Changed
x
1
2
Source: open5gs
3
Binary: open5gs-common, open5gs-mme, open5gs-sgwc, open5gs-smf, open5gs-amf, open5gs-sgwu, open5gs-upf, open5gs-hss, open5gs-pcrf, open5gs-nrf, open5gs-scp, open5gs-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg
4
Architecture: any
5
-Version: 2.6.6.6.b2a20
6
+Version: 2.6.6.7.77a62
7
Maintainer: Harald Welte <laforge@gnumonks.org>
8
Uploaders: Sukchan Lee <acetcom@gmail.com>
9
Homepage: https://open5gs.org
10
11
open5gs-udr deb net optional arch=any
12
open5gs-upf deb net optional arch=any
13
Checksums-Sha1:
14
- 192cd40ea29a76d65c4ceb9ee14fbd0fc1fb6161 14425720 open5gs_2.6.6.6.b2a20.tar.xz
15
+ 449038d82841b1652fc6ef19448fa78e1d131836 14426964 open5gs_2.6.6.7.77a62.tar.xz
16
Checksums-Sha256:
17
- 8700f828d046fcd6aa639c6805a5dbc5adde93fc5a93407cc621c6ee08f3f3a8 14425720 open5gs_2.6.6.6.b2a20.tar.xz
18
+ 47f0fdeb38688c8326ca9b0a9648129da5c1717ef678035d47e1265386a1efc0 14426964 open5gs_2.6.6.7.77a62.tar.xz
19
Files:
20
- 65b4e6380299794eb77092ec6ff26611 14425720 open5gs_2.6.6.6.b2a20.tar.xz
21
+ 910fcdc93ef23c51fb17389e376f25af 14426964 open5gs_2.6.6.7.77a62.tar.xz
22
open5gs_2.6.6.6.b2a20.tar.xz/.tarball-version -> open5gs_2.6.6.7.77a62.tar.xz/.tarball-version
Changed
4
1
2
-2.6.6.6-b2a20
3
+2.6.6.7-77a62
4
open5gs_2.6.6.6.b2a20.tar.xz/debian/changelog -> open5gs_2.6.6.7.77a62.tar.xz/debian/changelog
Changed
12
1
2
-open5gs (2.6.6.6.b2a20) unstable; urgency=medium
3
+open5gs (2.6.6.7.77a62) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Wed, 11 Oct 2023 12:12:27 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Wed, 11 Oct 2023 12:36:07 +0000
9
10
open5gs (2.6.6) unstable; urgency=medium
11
12
open5gs_2.6.6.6.b2a20.tar.xz/misc/db/open5gs-dbctl -> open5gs_2.6.6.7.77a62.tar.xz/misc/db/open5gs-dbctl
Changed
201
1
2
3
if "$1" = "add" ; then
4
if "$#" -eq 4 ; then
5
- IMSI=$2
6
+ IMSI=$2
7
KI=$3
8
OPC=$4
9
10
- mongosh --eval "db.subscribers.insertOne(
11
+ mongosh --eval "db.subscribers.insertOne(
12
{
13
\"_id\": new ObjectId(),
14
\"schema_version\": NumberInt(1),
15
16
\"slice\":
17
{
18
\"sst\": NumberInt(1),
19
- \"default_indicator\": true,
20
+ \"default_indicator\": true,
21
\"session\":
22
{
23
\"name\" : \"internet\",
24
\"type\" : NumberInt(3),
25
- \"qos\" :
26
- { \"index\": NumberInt(9),
27
- \"arp\":
28
+ \"qos\" :
29
+ { \"index\": NumberInt(9),
30
+ \"arp\":
31
{
32
\"priority_level\" : NumberInt(8),
33
\"pre_emption_capability\": NumberInt(1),
34
\"pre_emption_vulnerability\": NumberInt(2)
35
}
36
},
37
- \"ambr\":
38
+ \"ambr\":
39
{
40
- \"downlink\":
41
+ \"downlink\":
42
{
43
\"value\": NumberInt(1000000000),
44
\"unit\": NumberInt(0)
45
46
\"_id\": new ObjectId(),
47
},
48
\"_id\": new ObjectId(),
49
- },
50
- \"security\":
51
+ },
52
+ \"security\":
53
{
54
\"k\" : \"$KI\",
55
\"op\" : null,
56
\"opc\" : \"$OPC\",
57
\"amf\" : \"8000\",
58
},
59
- \"ambr\" :
60
+ \"ambr\" :
61
{
62
\"downlink\" : { \"value\": NumberInt(1000000000), \"unit\": NumberInt(0)},
63
\"uplink\" : { \"value\": NumberInt(1000000000), \"unit\": NumberInt(0)}
64
65
fi
66
67
if "$#" -eq 5 ; then
68
- IMSI=$2
69
+ IMSI=$2
70
IP=$3
71
KI=$4
72
OPC=$5
73
74
- mongosh --eval "db.subscribers.insertOne(
75
+ mongosh --eval "db.subscribers.insertOne(
76
{
77
\"_id\": new ObjectId(),
78
\"schema_version\": NumberInt(1),
79
80
\"slice\":
81
{
82
\"sst\": NumberInt(1),
83
- \"default_indicator\": true,
84
+ \"default_indicator\": true,
85
\"session\":
86
{
87
\"name\" : \"internet\",
88
\"type\" : NumberInt(3),
89
- \"qos\" :
90
- { \"index\": NumberInt(9),
91
- \"arp\":
92
+ \"qos\" :
93
+ { \"index\": NumberInt(9),
94
+ \"arp\":
95
{
96
\"priority_level\" : NumberInt(8),
97
\"pre_emption_capability\": NumberInt(1),
98
\"pre_emption_vulnerability\": NumberInt(2)
99
}
100
},
101
- \"ambr\":
102
+ \"ambr\":
103
{
104
- \"downlink\":
105
+ \"downlink\":
106
{
107
\"value\": NumberInt(1000000000),
108
\"unit\": NumberInt(0)
109
110
\"unit\": NumberInt(0)
111
}
112
},
113
- \"ue\":
114
- {
115
+ \"ue\":
116
+ {
117
\"addr\": \"$IP\"
118
},
119
\"pcc_rule\": ,
120
\"_id\": new ObjectId(),
121
},
122
\"_id\": new ObjectId(),
123
- },
124
- \"security\":
125
+ },
126
+ \"security\":
127
{
128
\"k\" : \"$KI\",
129
\"op\" : null,
130
\"opc\" : \"$OPC\",
131
\"amf\" : \"8000\",
132
},
133
- \"ambr\" :
134
+ \"ambr\" :
135
{
136
\"downlink\" : { \"value\": NumberInt(1000000000), \"unit\": NumberInt(0)},
137
\"uplink\" : { \"value\": NumberInt(1000000000), \"unit\": NumberInt(0)}
138
139
140
if "$1" = "addT1" ; then
141
if "$#" -eq 4 ; then
142
- IMSI=$2
143
+ IMSI=$2
144
KI=$3
145
OPC=$4
146
147
- mongosh --eval "db.subscribers.insertOne(
148
+ mongosh --eval "db.subscribers.insertOne(
149
{
150
\"_id\": new ObjectId(),
151
\"schema_version\": NumberInt(1),
152
153
\"slice\":
154
{
155
\"sst\": NumberInt(1),
156
- \"default_indicator\": true,
157
+ \"default_indicator\": true,
158
\"session\":
159
{
160
\"name\" : \"internet\",
161
\"type\" : NumberInt(3),
162
- \"qos\" :
163
- { \"index\": NumberInt(9),
164
- \"arp\":
165
+ \"qos\" :
166
+ { \"index\": NumberInt(9),
167
+ \"arp\":
168
{
169
\"priority_level\" : NumberInt(8),
170
\"pre_emption_capability\": NumberInt(1),
171
\"pre_emption_vulnerability\": NumberInt(2)
172
}
173
},
174
- \"ambr\":
175
+ \"ambr\":
176
{
177
- \"downlink\":
178
+ \"downlink\":
179
{
180
\"value\": NumberInt(1000000000),
181
\"unit\": NumberInt(0)
182
183
},{
184
\"name\" : \"internet1\",
185
\"type\" : NumberInt(3),
186
- \"qos\" :
187
- { \"index\": NumberInt(9),
188
- \"arp\":
189
+ \"qos\" :
190
+ { \"index\": NumberInt(9),
191
+ \"arp\":
192
{
193
\"priority_level\" : NumberInt(8),
194
\"pre_emption_capability\": NumberInt(1),
195
\"pre_emption_vulnerability\": NumberInt(2)
196
}
197
},
198
- \"ambr\":
199
+ \"ambr\":
200
{
201