You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue creating a provisioning session using the m1-session type with Application Function version 1.4.0.
Steps to reproduce the behavior:
AF ans AS are running
give the command "m1-session new-provisioning-session -e BBCRD5GTestbed -a MyASPId"
#AS
5gms-application-server -c /home/naveen/Projects/latest_tools/rt-5gms-application-server/application-server.conf
[2024-04-02 09:11:09 +0530] [3294170] [INFO] Running on http://{IP}:7777 (CTRL + C to quit)
INFO:hypercorn.error:Running on http://{IP}:7777 (CTRL + C to quit)
m1-session new-provisioning-session -e BBCRD5GTestbed -a MyASPId
General failure: type object 'ProvisioningSessionMandatory' has no attribute 'required_keys'
I encountered an issue creating a provisioning session using the m1-session type with Application Function version 1.4.0.
Steps to reproduce the behavior:
#AS
5gms-application-server -c /home/naveen/Projects/latest_tools/rt-5gms-application-server/application-server.conf
[2024-04-02 09:11:09 +0530] [3294170] [INFO] Running on http://{IP}:7777 (CTRL + C to quit)
INFO:hypercorn.error:Running on http://{IP}:7777 (CTRL + C to quit)
#AF
open5gs-msafd
Open5GS daemon v2.6.4+
04/02 09:11:25.750: [app] INFO: Configuration: '/usr/local/etc/open5gs/msaf.yaml' (../subprojects/open5gs/lib/app/ogs-init.c:126)
04/02 09:11:25.783: [msaf] INFO: deliveryBoost (../src/5gmsaf/context.c:557)
04/02 09:11:25.783: [msaf] INFO: deliveryBoost.minDlBitRate (../src/5gmsaf/context.c:575)
04/02 09:11:25.783: [msaf] INFO: delivery_boost_min_dl_bit_rate: 1048576 (../src/5gmsaf/context.c:579)
04/02 09:11:25.783: [msaf] INFO: deliveryBoost.boostPeriod (../src/5gmsaf/context.c:586)
04/02 09:11:25.783: [msaf] INFO: delivery_boost_period: 30 (../src/5gmsaf/context.c:588)
04/02 09:11:25.783: [sbi] INFO: mhd_server() [{IP}]:9000 (../subprojects/open5gs/lib/sbi/mhd-server.c:274)
04/02 09:11:25.783: [sbi] INFO: mhd_server() [{IP}]:9001 (../subprojects/open5gs/lib/sbi/mhd-server.c:274)
04/02 09:11:25.783: [sbi] INFO: mhd_server() [{IP}]:9002 (../subprojects/open5gs/lib/sbi/mhd-server.c:274)
04/02 09:11:25.783: [sbi] INFO: mhd_server() [{IP}]:9003 (../subprojects/open5gs/lib/sbi/mhd-server.c:274)
04/02 09:11:25.783: [sbi] INFO: nghttp2_server() [http://{IP}]:9009 (../subprojects/open5gs/lib/sbi/nghttp2-server.c:391)
04/02 09:11:25.784: [app] INFO: 5GMSAF initialize...done (../src/5gmsaf/app.c:24)
04/02 09:11:25.784: [msaf] INFO: [e1bf277c-f0a2-41ee-93c9-49e2d19ca9d1] MSAF M1 Running (../src/5gmsaf/msaf-m1-sm.c:132)
04/02 09:11:25.784: [msaf] INFO: [e1bf277c-f0a2-41ee-93c9-49e2d19ca9d1] MSAF M5 Running (../src/5gmsaf/msaf-m5-sm.c:102)
04/02 09:11:25.784: [msaf] INFO: [e1bf277c-f0a2-41ee-93c9-49e2d19ca9d1] MSAF Management Interface Running (../src/5gmsaf/msaf-mgmt-sm.c:60)
04/02 09:11:25.784: [msaf] INFO: [e1bf277c-f0a2-41ee-93c9-49e2d19ca9d1] MSAF Running (../src/5gmsaf/msaf-sm.c:72)
#new-provisioning-session
m1-session new-provisioning-session -e BBCRD5GTestbed -a MyASPId
General failure: type object 'ProvisioningSessionMandatory' has no attribute 'required_keys'
pydantic 1.10.13
typing_extensions 4.8.0
fastapi 0.104.0
Python 3.8.10
The text was updated successfully, but these errors were encountered: