From d18223681925cf9d88426ba7b18f47496801a658 Mon Sep 17 00:00:00 2001 From: free5gc-org Date: Sat, 25 Sep 2021 04:34:44 +0000 Subject: [PATCH] Release v3.0.6 --- NFs/amf | 2 +- NFs/nrf | 2 +- NFs/nssf | 2 +- NFs/pcf | 2 +- NFs/smf | 2 +- NFs/udr | 2 +- NFs/upf | 2 +- test/go.mod | 22 +++++++++++----------- test/go.sum | 13 ++++++++----- webconsole | 2 +- 10 files changed, 27 insertions(+), 24 deletions(-) diff --git a/NFs/amf b/NFs/amf index 08461523..b3e99f97 160000 --- a/NFs/amf +++ b/NFs/amf @@ -1 +1 @@ -Subproject commit 084615238a2b1402d7c7e317f2b973f788416049 +Subproject commit b3e99f9779a299925853f01c94ee8f49ec6d1f11 diff --git a/NFs/nrf b/NFs/nrf index 386a6bdd..e74af1f5 160000 --- a/NFs/nrf +++ b/NFs/nrf @@ -1 +1 @@ -Subproject commit 386a6bdda516b64da43dd1711e3893528deaf0b9 +Subproject commit e74af1f58149da7a3825ea7c7f678acc0bc4ebf5 diff --git a/NFs/nssf b/NFs/nssf index 51759368..2183c752 160000 --- a/NFs/nssf +++ b/NFs/nssf @@ -1 +1 @@ -Subproject commit 51759368c91065e023d00b2df27eeb2b3d12c3f1 +Subproject commit 2183c752e3a9595a60e20a06087725da8ac39a2e diff --git a/NFs/pcf b/NFs/pcf index fed73727..853ca3ff 160000 --- a/NFs/pcf +++ b/NFs/pcf @@ -1 +1 @@ -Subproject commit fed737273a8953eae4d98980d64d385248e1c0de +Subproject commit 853ca3ff629b800f367cee3d76abc56a3511de8c diff --git a/NFs/smf b/NFs/smf index 79a3aff7..46644f0a 160000 --- a/NFs/smf +++ b/NFs/smf @@ -1 +1 @@ -Subproject commit 79a3aff7a3404b187e11f6e29f010545332b7277 +Subproject commit 46644f0a36836ced591ed6f0870fe8a259f98f4a diff --git a/NFs/udr b/NFs/udr index bde36c0d..54559c06 160000 --- a/NFs/udr +++ b/NFs/udr @@ -1 +1 @@ -Subproject commit bde36c0d4abea6c71d656cc73e72828edde7ef10 +Subproject commit 54559c065f9667ea71721e08cc517b048297cb80 diff --git a/NFs/upf b/NFs/upf index bdbff7e5..b6889343 160000 --- a/NFs/upf +++ b/NFs/upf @@ -1 +1 @@ -Subproject commit bdbff7e55851b0079e15befbb72e8a2738311716 +Subproject commit b68893439706676c4372d848981fcdbe0c69a41d diff --git a/test/go.mod b/test/go.mod index 07acf848..849fe03e 100644 --- a/test/go.mod +++ b/test/go.mod @@ -10,21 +10,21 @@ require ( github.com/free5gc/CommonConsumerTestData v1.0.0 github.com/free5gc/MongoDBLibrary v1.0.0 github.com/free5gc/UeauCommon v1.0.0 - github.com/free5gc/amf v1.0.0 + github.com/free5gc/amf v1.0.1 github.com/free5gc/aper v1.0.1 - github.com/free5gc/ausf v1.0.0 + github.com/free5gc/ausf v1.0.1 github.com/free5gc/milenage v1.0.0 - github.com/free5gc/n3iwf v1.0.0 - github.com/free5gc/nas v1.0.0 + github.com/free5gc/n3iwf v1.0.1 + github.com/free5gc/nas v1.0.1 github.com/free5gc/ngap v1.0.2 - github.com/free5gc/nrf v1.0.0 - github.com/free5gc/nssf v1.0.0 - github.com/free5gc/openapi v1.0.0 + github.com/free5gc/nrf v1.0.1 + github.com/free5gc/nssf v1.0.1 + github.com/free5gc/openapi v1.0.1 github.com/free5gc/path_util v1.0.0 - github.com/free5gc/pcf v1.0.0 - github.com/free5gc/smf v1.0.0 - github.com/free5gc/udm v1.0.0 - github.com/free5gc/udr v1.0.0 + github.com/free5gc/pcf v1.0.1 + github.com/free5gc/smf v1.0.1 + github.com/free5gc/udm v1.0.1 + github.com/free5gc/udr v1.0.1 github.com/go-ping/ping v0.0.0-20200918120429-e8ae07c3cec8 github.com/golangci/golangci-lint v1.35.2 github.com/golangci/misspell v0.3.5 // indirect diff --git a/test/go.sum b/test/go.sum index c29cc2e7..86da56aa 100644 --- a/test/go.sum +++ b/test/go.sum @@ -148,21 +148,24 @@ github.com/free5gc/logger_util v1.0.0 h1:hLTCTnKlEqJURrBwooNFQLavWPdJzS0o9KGIYUN github.com/free5gc/logger_util v1.0.0/go.mod h1:TK/bAJbm/l2TMNmbsKn83+xUmDNqts69IEir/nCa8w0= github.com/free5gc/milenage v1.0.0 h1:OMSdAuJpOW71REje4iahCVt0sBJa5FNmJK+iDQtYJzo= github.com/free5gc/milenage v1.0.0/go.mod h1:QJYEh/7FTg2AXCo80BOrdwbAvm3q8OpVckR3SjwTvw8= -github.com/free5gc/nas v1.0.0 h1:OO4klCGRhflBrOUMyKfFXwxGu5Sz4B8vYrWtIXA1G9Q= github.com/free5gc/nas v1.0.0/go.mod h1:aZkA9pzIy6D1I4mTYExoUsr1pBwC81+aLvhs382TlD0= +github.com/free5gc/nas v1.0.1 h1:3qOweTX4Ws7y/xKMq7FJ3Is+TlxaXZJCC2qyJ04ITZg= +github.com/free5gc/nas v1.0.1/go.mod h1:XYUq6xLU3iuDxZHZI6vz5MMTBewmOWpJLCtevWW6JfA= github.com/free5gc/ngap v1.0.0/go.mod h1:FIAFElkAuJzusN2kXrCNJlSuCcQid8RZd5qZaf4N7pI= github.com/free5gc/ngap v1.0.2 h1:/89OIJVR0AWdMfiUuoe325RnjlF45UvIFdAxWrrbiYU= github.com/free5gc/ngap v1.0.2/go.mod h1:n9BWKtM58fxSSjvGFbsYlGiB9B3FAqMAi8ckkOP/X4Q= -github.com/free5gc/openapi v1.0.0 h1:DaGVt05b1pSDBOailKAlLj6hAk6vunN0Nhzvl/xcWCY= github.com/free5gc/openapi v1.0.0/go.mod h1:7OzxoWBj6KQgznMW2ZiUtZdCGY+t89v4wtgKLhluKgU= +github.com/free5gc/openapi v1.0.1 h1:1KwbQ6/D8U3FEwYv3yr4O4PWpHluXRHj2OOg3TK6dG0= +github.com/free5gc/openapi v1.0.1/go.mod h1:oP4YVkZkJ0KrFnaVjT0XfRPBJdD7O6m4/PEyGtt5l1U= github.com/free5gc/path_util v1.0.0 h1:vJPGTymaWtavz6fJ/7k6WKEYv5BQLAq/O04RP54sab0= github.com/free5gc/path_util v1.0.0/go.mod h1:OpmcebEKrMPnH7Jg5lZ8y9ZWJNAjQ4l9FGWXUv58Mo0= github.com/free5gc/pfcp v1.0.1 h1:btAMuCjUqDjQr+5FBv+3+ZbIouKAZkKeh0MF/TdZ1kc= github.com/free5gc/pfcp v1.0.1/go.mod h1:Qg38TjXLgo6Bk2gvPhEqf8l5GHz0FPgJz2DKCdLvwK0= github.com/free5gc/tlv v1.0.0 h1:jKXJvOD6lMamJMLSGm+Ry8FdQfrjmXR3Ai4tyrx1vhQ= github.com/free5gc/tlv v1.0.0/go.mod h1:ba4cBLpig9x0GsEFlZEqUuTUeJez0Uhv36dnnqUkO6U= -github.com/free5gc/util_3gpp v1.0.0 h1:yDuCFVlzLWKu6+vKBNG/PVAxjtrr8hPlJaTE/00hX8A= github.com/free5gc/util_3gpp v1.0.0/go.mod h1:6uI6CB6SD/yWpalo17gc5eWUVFMAIKkWDiQpkOX3+c8= +github.com/free5gc/util_3gpp v1.0.1 h1:Ds93Ll9e3tKT5Wz50W5pAKgYpjHR+oxOeNKqSCWP+zI= +github.com/free5gc/util_3gpp v1.0.1/go.mod h1:Pk9xccNPnppwcND6MJqR7duZhjuGl6VlMeONARxiLv4= github.com/free5gc/version v1.0.0 h1:Kn4uOhyHT1IAgerBgWRHag4xLMDXrRsqubLeMv5Nb/w= github.com/free5gc/version v1.0.0/go.mod h1:wOTwzjk7sqeysX1b/Z4x+pWBHFuZOPtQj3h+IJXSpmQ= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= @@ -698,8 +701,8 @@ github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYp github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae h1:4hwBBUfQCFe3Cym0ZtKyq7L16eZUtYKs+BaHDN6mAns= github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0= -github.com/wmnsk/go-gtp v0.7.26 h1:vj29T/QJRjQOjUYjvFbX7jEG9S6AE44fpB2TZITcBns= -github.com/wmnsk/go-gtp v0.7.26/go.mod h1:Y0reWDB701yW31+HeZcHfO6dLVRfn/f017vH+7syqrg= +github.com/wmnsk/go-gtp v0.7.27 h1:2Cj6S/FnooK46Gr/kgrnHcc4R7VyYIiotVpqp41OUIE= +github.com/wmnsk/go-gtp v0.7.27/go.mod h1:Y0reWDB701yW31+HeZcHfO6dLVRfn/f017vH+7syqrg= github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk= github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I= github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc h1:n+nNi93yXLkJvKwXNP9d55HC7lGK4H/SRcwB5IaUZLo= diff --git a/webconsole b/webconsole index 7da0c48c..1057fb2b 160000 --- a/webconsole +++ b/webconsole @@ -1 +1 @@ -Subproject commit 7da0c48c67244c9b57d138ef3472dac38d76e7f4 +Subproject commit 1057fb2bac162af0380a56f87e2cc88a530ed19d