diff --git a/ci-scripts/checkTutorial-sample-result.txt b/ci-scripts/checkTutorial-sample-result.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e0da7310e57399fef08101bf6888f5b28faa23c --- /dev/null +++ b/ci-scripts/checkTutorial-sample-result.txt @@ -0,0 +1,258 @@ +-------- When it pass ----------------- + + 1. Pre-requisites + Executing command "rm -rf /tmp/oai/static-ue-ip" + Executing command "mkdir -p /tmp/oai/static-ue-ip" + 2. Configuring the OAI-5G Core Network Functions + Executing command "sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nrf.yaml" + Executing command "sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-compose-basic-nrf.yaml" + 3. Deploying OAI 5g Core Network + Executing command "python3 core-network.py --type start-basic --fqdn yes --scenario 1" +[2022-01-06 12:11:20,181] root:DEBUG: Starting 5gcn components... Please wait.... +Creating network "demo-oai-public-net" with driver "bridge" +Creating mysql ... done +Creating oai-nrf ... done +Creating oai-udr ... done +Creating oai-udm ... done +Creating oai-ausf ... done +Creating oai-amf ... done +Creating oai-smf ... done +Creating oai-spgwu ... done +Creating oai-ext-dn ... done +[2022-01-06 12:12:03,096] root:DEBUG: OAI 5G Core network started, checking the health status of the containers... takes few secs.... +[2022-01-06 12:13:15,941] root:DEBUG: All components are healthy, please see below for more details.... +[2022-01-06 12:13:15,941] root:DEBUG: Checking if the containers are configured.... +[2022-01-06 12:13:15,941] root:DEBUG: Checking if AMF, SMF and UPF registered with nrf core network.... +[2022-01-06 12:13:16,475] root:DEBUG: For example: oai-smf Registration with oai-nrf can be checked on this url /nnrf-nfm/v1/nf-instances?nf-type="SMF" {"_links":{"item":[{"href":"192.168.70.133"}],"self":""}}.... +[2022-01-06 12:13:16,475] root:DEBUG: AMF, SMF and UPF are registered to NRF.... +[2022-01-06 12:13:16,475] root:DEBUG: Checking if SMF is able to connect with UPF.... +[2022-01-06 12:13:16,586] root:DEBUG: UPF did answer to N4 Association request from SMF.... +[2022-01-06 12:13:16,618] root:DEBUG: SMF receiving heathbeats from UPF.... +[2022-01-06 12:13:16,618] root:DEBUG: OAI 5G Core network is configured and healthy.... + + +Name Command State Ports + +----------------------------------------------------------------------------------------- + +mysql docker-entrypoint.sh mysqld Up (healthy) 3306/tcp, 33060/tcp + +oai-amf /bin/bash /openair-amf/bin ... Up (healthy) 38412/sctp, 80/tcp, 9090/tcp + +oai-ausf /bin/bash /openair-ausf/bi ... Up (healthy) 80/tcp + +oai-ext-dn /bin/bash -c apt update; ... Up + +oai-nrf /bin/bash /openair-nrf/bin ... Up (healthy) 80/tcp, 9090/tcp + +oai-smf /bin/bash /openair-smf/bin ... Up (healthy) 80/tcp, 8805/udp, 9090/tcp + +oai-spgwu /openair-spgwu-tiny/bin/en ... Up (healthy) 2152/udp, 8805/udp + +oai-udm /bin/bash /openair-udm/bin ... Up (healthy) 80/tcp + +oai-udr /bin/bash /openair-udr/bin ... Up (healthy) 80/tcp + + 4. Deploying RAN Emulator + Executing command "docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim" +WARNING: Found orphan containers (oai-ausf, mysql, oai-amf, oai-smf, oai-spgwu, oai-udm, oai-nrf, oai-udr, oai-ext-dn) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Creating gnbsim ... done + Executing command "sleep 5" + Executing command "docker exec -it oai-ext-dn ping 12.1.1.4 -c4" +PING 12.1.1.4 (12.1.1.4) 56(84) bytes of data. + + 64 bytes from 12.1.1.4: icmp_seq=1 ttl=63 time=6.31 ms + + 64 bytes from 12.1.1.4: icmp_seq=2 ttl=63 time=0.480 ms + + + + --- 12.1.1.4 ping statistics --- + + 4 packets transmitted, 4 received, 0% packet loss, time 3048ms " + Executing command "docker logs oai-smf > /tmp/oai/static-ue-ip/smf.log 2>&1" + Executing command "docker logs oai-nrf > /tmp/oai/static-ue-ip/nrf.log 2>&1" + Executing command "docker logs oai-spgwu > /tmp/oai/static-ue-ip/spgwu.log 2>&1" + Executing command "docker logs oai-udr > /tmp/oai/static-ue-ip/udr.log 2>&1" + Executing command "docker logs oai-udm > /tmp/oai/static-ue-ip/udm.log 2>&1" + Executing command "docker logs oai-ausf > /tmp/oai/static-ue-ip/ausf.log 2>&1" + Executing command "docker logs gnbsim > /tmp/oai/static-ue-ip/gnbsim.log 2>&1" + Executing command "docker-compose -f docker-compose-gnbsim.yaml down" +Stopping gnbsim ... done +WARNING: Found orphan containers (oai-nrf, oai-spgwu, oai-udm, oai-ext-dn, oai-amf, oai-udr, oai-smf, mysql, oai-ausf) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Removing gnbsim ... done +Network demo-oai-public-net is external, skipping + Executing command "python3 core-network.py --type stop-basic --fqdn yes --scenario 1" +[2022-01-06 12:14:29,402] root:DEBUG: UnDeploying OAI 5G core components.... +Stopping oai-ext-dn ... done +Stopping oai-spgwu ... done +Stopping oai-smf ... done +Stopping oai-amf ... done +Stopping oai-ausf ... done +Stopping oai-udm ... done +Stopping oai-udr ... done +Stopping oai-nrf ... done +Stopping mysql ... done +Removing oai-ext-dn ... done +Removing oai-spgwu ... done +Removing oai-smf ... done +Removing oai-amf ... done +Removing oai-ausf ... done +Removing oai-udm ... done +Removing oai-udr ... done +Removing oai-nrf ... done +Removing mysql ... done +Removing network demo-oai-public-net +[2022-01-06 12:15:59,585] root:DEBUG: OAI 5G core components are UnDeployed.... + + + 5. Reference logs + +Final result for the tutorial DEPLOY_SA5G_BASIC_STATIC_UE_IP.md is PASS +Command execution summary: +rm -rf /tmp/oai/static-ue-ip:PASS +mkdir -p /tmp/oai/static-ue-ip:PASS +sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nrf.yaml: PASS +sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-compose-basic-nrf.yaml: PASS +python3 core-network.py --type start-basic --fqdn yes --scenario 1: PASS +docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim: PASS +sleep 5:PASS +docker exec -it oai-ext-dn ping 12.1.1.4 -c4:PASS +docker logs oai-amf > /tmp/oai/static-ue-ip/amf.log 2>&1: PASS +docker logs oai-smf > /tmp/oai/static-ue-ip/smf.log 2>&1: PASS +docker logs oai-nrf > /tmp/oai/static-ue-ip/nrf.log 2>&1: PASS +docker logs oai-spgwu > /tmp/oai/static-ue-ip/spgwu.log 2>&1: PASS +docker logs oai-udr > /tmp/oai/static-ue-ip/udr.log 2>&1: PASS +docker logs oai-udm > /tmp/oai/static-ue-ip/udm.log 2>&1: PASS +docker logs oai-ausf > /tmp/oai/static-ue-ip/ausf.log 2>&1: PASS +docker logs gnbsim > /tmp/oai/static-ue-ip/gnbsim.log 2>&1: PASS +docker-compose -f docker-compose-gnbsim.yaml down:PASS +python3 core-network.py --type stop-basic --fqdn yes --scenario 1: PASS + + +------------ When it failes ------------ + 1. Pre-requisites + Executing command "rm -rf /tmp/oai/static-ue-ip" + Executing command "mkdir -p /tmp/oai/static-ue-ip" + 2. Configuring the OAI-5G Core Network Functions + Executing command "sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nrf.yaml" + Executing command "sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-compose-basic-nrf.yaml" + 3. Deploying OAI 5g Core Network + Executing command "python3 core-network.py --type start-basic --fqdn yes --scenario 1" +[2022-01-06 11:57:30,009] root:DEBUG: Starting 5gcn components... Please wait.... +Creating network "demo-oai-public-net" with driver "bridge" +Creating oai-nrf ... done +Creating mysql ... done +Creating oai-udr ... done +Creating oai-udm ... done +Creating oai-ausf ... done +Creating oai-amf ... done +Creating oai-smf ... done +Creating oai-spgwu ... done +Creating oai-ext-dn ... done +[2022-01-06 11:58:12,974] root:DEBUG: OAI 5G Core network started, checking the health status of the containers... takes few secs.... +[2022-01-06 11:59:08,995] root:DEBUG: All components are healthy, please see below for more details.... +[2022-01-06 11:59:08,995] root:DEBUG: Checking if the containers are configured.... +[2022-01-06 11:59:08,996] root:DEBUG: Checking if AMF, SMF and UPF registered with nrf core network.... +[2022-01-06 11:59:09,045] root:DEBUG: For example: oai-smf Registration with oai-nrf can be checked on this url /nnrf-nfm/v1/nf-instances?nf-type="SMF" {"_links":{"item":[{"href":"192.168.70.133"}],"self":""}}.... +[2022-01-06 11:59:09,045] root:DEBUG: AMF, SMF and UPF are registered to NRF.... +[2022-01-06 11:59:09,045] root:DEBUG: Checking if SMF is able to connect with UPF.... +[2022-01-06 11:59:09,107] root:DEBUG: UPF did answer to N4 Association request from SMF.... +[2022-01-06 11:59:09,137] root:DEBUG: SMF receiving heathbeats from UPF.... +[2022-01-06 11:59:09,137] root:DEBUG: OAI 5G Core network is configured and healthy.... + + +Name Command State Ports + +----------------------------------------------------------------------------------------- + +mysql docker-entrypoint.sh mysqld Up (healthy) 3306/tcp, 33060/tcp + +oai-amf /bin/bash /openair-amf/bin ... Up (healthy) 38412/sctp, 80/tcp, 9090/tcp + +oai-ausf /bin/bash /openair-ausf/bi ... Up (healthy) 80/tcp + +oai-ext-dn /bin/bash -c apt update; ... Up + +oai-nrf /bin/bash /openair-nrf/bin ... Up (healthy) 80/tcp, 9090/tcp + +oai-smf /bin/bash /openair-smf/bin ... Up (healthy) 80/tcp, 8805/udp, 9090/tcp + +oai-spgwu /openair-spgwu-tiny/bin/en ... Up (healthy) 2152/udp, 8805/udp + +oai-udm /bin/bash /openair-udm/bin ... Up (healthy) 80/tcp + +oai-udr /bin/bash /openair-udr/bin ... Up (healthy) 80/tcp + + 4. Deploying RAN Emulator + Executing command "docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim" +WARNING: Found orphan containers (oai-nrf, oai-spgwu, oai-amf, oai-udm, oai-ext-dn, mysql, oai-ausf, oai-smf, oai-udr) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Creating gnbsim ... done + Executing command "sleep 5" + Executing command "docker exec -it oai-ext-dn ping 12.1.1.5 -c4" +PING 12.1.1.5 (12.1.1.5) 56(84) bytes of data. + + + + --- 12.1.1.5 ping statistics --- + + 4 packets transmitted, 0 received, 100% packet loss, time 3054ms + + Executing command "docker logs oai-smf > /tmp/oai/static-ue-ip/smf.log 2>&1" + Executing command "docker logs oai-nrf > /tmp/oai/static-ue-ip/nrf.log 2>&1" + Executing command "docker logs oai-spgwu > /tmp/oai/static-ue-ip/spgwu.log 2>&1" + Executing command "docker logs oai-udr > /tmp/oai/static-ue-ip/udr.log 2>&1" + Executing command "docker logs oai-udm > /tmp/oai/static-ue-ip/udm.log 2>&1" + Executing command "docker logs oai-ausf > /tmp/oai/static-ue-ip/ausf.log 2>&1" + Executing command "docker logs gnbsim > /tmp/oai/static-ue-ip/gnbsim.log 2>&1" + Executing command "docker-compose -f docker-compose-gnbsim.yaml down" +Stopping gnbsim ... done +WARNING: Found orphan containers (oai-ausf, oai-amf, oai-udr, oai-udm, oai-ext-dn, oai-smf, oai-nrf, mysql, oai-spgwu) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Removing gnbsim ... done +Network demo-oai-public-net is external, skipping + Executing command "python3 core-network.py --type stop-basic --fqdn yes --scenario 1" +[2022-01-06 12:00:31,444] root:DEBUG: UnDeploying OAI 5G core components.... +Stopping oai-ext-dn ... done +Stopping oai-spgwu ... done +Stopping oai-smf ... done +Stopping oai-amf ... done +Stopping oai-ausf ... done +Stopping oai-udm ... done +Stopping oai-udr ... done +Stopping mysql ... done +Stopping oai-nrf ... done +Removing oai-ext-dn ... done +Removing oai-spgwu ... done +Removing oai-smf ... done +Removing oai-amf ... done +Removing oai-ausf ... done +Removing oai-udm ... done +Removing oai-udr ... done +Removing mysql ... done +Removing oai-nrf ... done +Removing network demo-oai-public-net +[2022-01-06 12:02:00,644] root:DEBUG: OAI 5G core components are UnDeployed.... + + + 5. Reference logs + +Final result for the tutorial DEPLOY_SA5G_BASIC_STATIC_UE_IP.md is FAIL +Command execution summary: +'rm -rf /tmp/oai/static-ue-ip': 'PASS' +'mkdir -p /tmp/oai/static-ue-ip': 'PASS' +"sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nrf.yaml": 'PASS' +"sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-compose-basic-nrf.yaml": 'PASS' +'python3 core-network.py --type start-basic --fqdn yes --scenario 1': 'PASS' +'docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim': 'PASS' +'sleep 5': 'PASS' +'docker exec -it oai-ext-dn ping 12.1.1.5 -c4': 'FAIL' +'docker logs oai-amf > /tmp/oai/static-ue-ip/amf.log 2>&1': 'PASS' +'docker logs oai-smf > /tmp/oai/static-ue-ip/smf.log 2>&1': 'PASS' +'docker logs oai-nrf > /tmp/oai/static-ue-ip/nrf.log 2>&1': 'PASS' +'docker logs oai-spgwu > /tmp/oai/static-ue-ip/spgwu.log 2>&1': 'PASS' +'docker logs oai-udr > /tmp/oai/static-ue-ip/udr.log 2>&1': 'PASS' +'docker logs oai-udm > /tmp/oai/static-ue-ip/udm.log 2>&1': 'PASS' +'docker logs oai-ausf > /tmp/oai/static-ue-ip/ausf.log 2>&1': 'PASS' +'docker logs gnbsim > /tmp/oai/static-ue-ip/gnbsim.log 2>&1': 'PASS' +'docker-compose -f docker-compose-gnbsim.yaml down': 'PASS' +'python3 core-network.py --type stop-basic --fqdn yes --scenario 1': 'PASS' diff --git a/ci-scripts/checkTutorial.py b/ci-scripts/checkTutorial.py new file mode 100644 index 0000000000000000000000000000000000000000..a1091e77b2accd0062033e5e5844f1a9452e85c7 --- /dev/null +++ b/ci-scripts/checkTutorial.py @@ -0,0 +1,140 @@ +""" +Licensed to the OpenAirInterface (OAI) Software Alliance under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The OpenAirInterface Software Alliance licenses this file to You under +the OAI Public License, Version 1.1 (the "License"); you may not use this file +except in compliance with the License. +You may obtain a copy of the License at + + http://www.openairinterface.org/?page_id=698 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +------------------------------------------------------------------------------ +For more information about the OpenAirInterface (OAI) Software Alliance: + contact@openairinterface.org + +------------------------------------------------------------------------------ +""" + +from subprocess import PIPE,STDOUT +import time +import subprocess +import logging +import argparse +import re +import sys + +logging.basicConfig( + level=logging.DEBUG, + format="%(message)s" +) + +## Global variables +DOCUMENT_FOLDER = '../docs' +SLEEP_BETWEEN_COMMANDS = 2 +SLEEP_BETWEEN_HEADERS = 5 +DOCKER_COMPOSE_DIRECTORY='../docker-compose' +COMMAND_STATUS = dict() # A mapping of command and its exit code status + +def _parse_args() -> argparse.Namespace: + """Parse the command line args + + Returns: + argparse.Namespace: the created parser + """ + example_text = '''example: + python3 checkTutorial.py --tutorial DEPLOY_SA5G_BASIC_STATIC_UE_IP.md''' + + parser = argparse.ArgumentParser(description='Run the tutorials to see they are executing fine', + epilog=example_text, + formatter_class=argparse.RawDescriptionHelpFormatter) + + # Tutorial Name + parser.add_argument( + '--tutorial', '-t', + action='store', + required=True, + help='name of the tutorial markdown file', + ) + return parser.parse_args() + + +def subprocess_call(command,cwd): + popen = subprocess.Popen(command,shell=True,universal_newlines=True,cwd=cwd,stdout=PIPE) + for stdout_line in iter(popen.stdout.readline, ""): + yield stdout_line + popen.stdout.close() + return_code = popen.wait() + if return_code: + COMMAND_STATUS.update({command:'FAIL'}) + #raise subprocess.CalledProcessError(return_code, command) # This will stop the tutorial at the command which returned exit code>0 + else: + COMMAND_STATUS.update({command:'PASS'}) + + +def extract_h2_blocks(headers,text): + text = text.split('\n') + positions = [] + header_blocks = dict() + temp_header_blocks = dict() + for header in headers: + header_blocks.update({header:[]}) + for position,line in enumerate(text): + if header in line: + temp_header_blocks[position]=header + positions.append(position) + for key,value in enumerate(positions): + if key < len(positions)-1: + for n in range(positions[key],positions[key+1]): + header_blocks[temp_header_blocks[value]].append(text[n]) + else: + for n in range(positions[key],len(text)-key): + header_blocks[temp_header_blocks[value]].append(text[n]) + + return header_blocks + +def execute_shell_command(h2_blocks): + for value in h2_blocks: + logging.info('\033[0;32m {}\033[0m'.format(value)) + shell_blocks = re.findall(r"`{3} shell\n([\S\s]+?)`{3}",'\n'.join(h2_blocks[value])) + for block in shell_blocks: + commands = re.findall(r"\$: (.*)",block) + for command in commands: + logging.info('\033[0;31m Executing command "{}"\033[0m'.format(command)) + for output in subprocess_call(command=command, cwd=DOCKER_COMPOSE_DIRECTORY): + print(output) + time.sleep(SLEEP_BETWEEN_COMMANDS) + time.sleep(SLEEP_BETWEEN_HEADERS) + +def print_tutorial_summary(command_status,name): + count = 0 + final_result = 'FAIL' + for command in command_status: + if command_status[command] == 'PASS': + count+=1 + if count == len(command_status): + final_result = 'PASS' + statement = "\nFinal result for the tutorial {} is {}\nCommand execution summary:".format(name,final_result) + print(statement) + for command in command_status: + print("{}: {}".format(command,command_status[command])) + +def check_tutorial(name): + filename = DOCUMENT_FOLDER + '/' + name + with open(filename, 'r') as f: + text = f.read() + h2 = re.findall(r"## (.*)\n",text) + h2_blocks = extract_h2_blocks(h2,text) + execute_shell_command(h2_blocks) + print_tutorial_summary(COMMAND_STATUS,name) + +if __name__ == '__main__': + # Parse the arguments to get the deployment instruction + args = _parse_args() + check_tutorial(args.tutorial) + diff --git a/docker-compose/core-network.py b/docker-compose/core-network.py index 1d58ba769632d72844d9396c9739c57a3f0f8d11..83694e0a91e98c69bc4aa497abbf5b9743adfd65 100644 --- a/docker-compose/core-network.py +++ b/docker-compose/core-network.py @@ -52,8 +52,8 @@ def _parse_args() -> argparse.Namespace: python3 core-network.py --type start-basic python3 core-network.py --type start-basic-vpp python3 core-network.py --type stop-mini - python3 core-network.py --type start-mini --fqdn no --scenario 2 - python3 core-network.py --type start-basic --fqdn no --scenario 2''' + python3 core-network.py --type start-mini --fqdn no --scenario 1 + python3 core-network.py --type start-basic --fqdn no --scenario 1''' parser = argparse.ArgumentParser(description='OAI 5G CORE NETWORK DEPLOY', epilog=example_text, @@ -183,13 +183,31 @@ def check_config(file_name): exit(-1) else: logging.debug('\033[0;32m SMF receiving heathbeats from UPF\033[0m....') + elif file_name == BASIC_W_NRF: + logging.debug('\033[0;34m Checking if SMF is able to connect with UPF\033[0m....') + cmd1 = 'docker logs oai-smf | grep "Received N4 ASSOCIATION SETUP RESPONSE from an UPF"' + cmd2 = 'docker logs oai-smf | grep "Node ID Type FQDN: oai-spgwu"' + upf_logs1 = run_cmd(cmd1) + upf_logs2 = run_cmd(cmd2) + if upf_logs1 is None or upf_logs2 is None: + logging.error('\033[0;31m UPF did not answer to N4 Association request from SMF\033[0m....') + exit(-1) + else: + logging.debug('\033[0;32m UPF did answer to N4 Association request from SMF\033[0m....') + cmd1 = 'docker logs oai-smf | grep "PFCP HEARTBEAT PROCEDURE"' + upf_logs1 = run_cmd(cmd1) + if upf_logs1 is None: + logging.error('\033[0;31m SMF not receiving heartbeats from UPF\033[0m....') + exit(-1) + else: + logging.debug('\033[0;32m SMF receiving heathbeats from UPF\033[0m....') else: logging.debug('\033[0;34m Checking if SMF is able to connect with UPF\033[0m....') cmd1 = 'docker logs oai-spgwu | grep "Received SX HEARTBEAT RESPONSE"' cmd2 = 'docker logs oai-spgwu | grep "Received SX HEARTBEAT REQUEST"' upf_logs1 = run_cmd(cmd1) upf_logs2 = run_cmd(cmd2) - if upf_logs1 is None or upf_logs2 is None: + if upf_logs1 is None and upf_logs2 is None: logging.error('\033[0;31m UPF not receiving heartbeats from SMF\033[0m....') exit(-1) else: diff --git a/docker-compose/docker-compose-basic-nonrf.yaml b/docker-compose/docker-compose-basic-nonrf.yaml index 6cb9c7963b0178eee9e3382f5e8208f9d149ed2a..ed6aeb1979adb3f27f594af52bf087fa6a557353 100644 --- a/docker-compose/docker-compose-basic-nonrf.yaml +++ b/docker-compose/docker-compose-basic-nonrf.yaml @@ -198,10 +198,14 @@ services: - NRF_IPV4_ADDRESS=0.0.0.0 - NRF_PORT=80 - NRF_API_VERSION=v1 + - USE_LOCAL_SUBSCRIPTION_INFO=yes - NRF_FQDN=oai-nrf - REGISTER_NRF=no - DISCOVER_UPF=no - USE_FQDN_DNS=yes + - DNN_RANGE1=12.1.1.2 - 12.1.1.128 + - DNN_RANGE0=12.2.1.2 - 12.2.1.128 + - DNN_NI1=default depends_on: - oai-amf volumes: diff --git a/docker-compose/docker-compose-basic-nrf.yaml b/docker-compose/docker-compose-basic-nrf.yaml index f7352d628a817ae6daad52c82d7e3414375021f8..eef0cbda64313928993526b8dfbcdedcdecc23cc 100644 --- a/docker-compose/docker-compose-basic-nrf.yaml +++ b/docker-compose/docker-compose-basic-nrf.yaml @@ -219,10 +219,14 @@ services: - NRF_IPV4_ADDRESS=192.168.70.130 - NRF_PORT=80 - NRF_API_VERSION=v1 + - USE_LOCAL_SUBSCRIPTION_INFO=yes - NRF_FQDN=oai-nrf - REGISTER_NRF=yes - DISCOVER_UPF=yes - USE_FQDN_DNS=yes + - DNN_RANGE1=12.1.1.2 - 12.1.1.128 + - DNN_RANGE0=12.2.1.2 - 12.2.1.128 + - DNN_NI1=default depends_on: - oai-nrf - oai-amf @@ -291,7 +295,6 @@ services: container_name: oai-ext-dn entrypoint: /bin/bash -c \ "apt update; apt install -y iptables iproute2 iperf3 iputils-ping;"\ - "iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE;"\ "ip route add 12.1.1.0/24 via 192.168.70.134 dev eth0; sleep infinity" depends_on: - oai-spgwu diff --git a/docker-compose/docker-compose-basic-vpp-nonrf.yaml b/docker-compose/docker-compose-basic-vpp-nonrf.yaml index fe5092c88c89887acf7c5f441630c7e098355b51..98670b1be1151c6af189a12ba7be41ef884e61d1 100644 --- a/docker-compose/docker-compose-basic-vpp-nonrf.yaml +++ b/docker-compose/docker-compose-basic-vpp-nonrf.yaml @@ -205,6 +205,9 @@ services: - DISCOVER_UPF=no - USE_FQDN_DNS=yes - USE_NETWORK_INSTANCE=yes + - DNN_RANGE1=12.1.1.2 - 12.1.1.128 + - DNN_RANGE0=12.2.1.2 - 12.2.1.128 + - DNN_NI1=default extra_hosts: - "gw1.vppupf.node.5gcn.mnc95.mcc208.3gppnetwork.org:192.168.70.202" depends_on: diff --git a/docker-compose/docker-compose-basic-vpp-nrf.yaml b/docker-compose/docker-compose-basic-vpp-nrf.yaml index 66891342af7c9c79c575b4996ed86a8aebb74cea..e86949bff89a739250b9c285c7fe0e980bf3f5a8 100644 --- a/docker-compose/docker-compose-basic-vpp-nrf.yaml +++ b/docker-compose/docker-compose-basic-vpp-nrf.yaml @@ -226,6 +226,9 @@ services: - DISCOVER_UPF=yes - USE_FQDN_DNS=yes - USE_NETWORK_INSTANCE=yes + - DNN_RANGE1=12.1.1.2 - 12.1.1.128 + - DNN_RANGE0=12.2.1.2 - 12.2.1.128 + - DNN_NI1=default extra_hosts: - "gw1.vppupf.node.5gcn.mnc95.mcc208.3gppnetwork.org:192.168.70.202" depends_on: diff --git a/docker-compose/docker-compose-mini-nonrf.yaml b/docker-compose/docker-compose-mini-nonrf.yaml index dba172c058582cad127d2ea6120c6240eeff514d..a2ff559abfb9f1ddb696219677748a01ae0ead99 100644 --- a/docker-compose/docker-compose-mini-nonrf.yaml +++ b/docker-compose/docker-compose-mini-nonrf.yaml @@ -118,6 +118,9 @@ services: - REGISTER_NRF=no - DISCOVER_UPF=no - USE_FQDN_DNS=yes + - DNN_RANGE1=12.1.1.2 - 12.1.1.128 + - DNN_RANGE0=12.2.1.2 - 12.2.1.128 + - DNN_NI1=default depends_on: - oai-amf volumes: diff --git a/docker-compose/docker-compose-mini-nrf.yaml b/docker-compose/docker-compose-mini-nrf.yaml index b58734099b1b03dcb53b1b481f1d0eae8276cb28..129bbc3c1fd2de6a73605b28200e37909840983d 100644 --- a/docker-compose/docker-compose-mini-nrf.yaml +++ b/docker-compose/docker-compose-mini-nrf.yaml @@ -139,6 +139,9 @@ services: - REGISTER_NRF=yes - DISCOVER_UPF=yes - USE_FQDN_DNS=yes + - DNN_RANGE1=12.1.1.2 - 12.1.1.128 + - DNN_RANGE0=12.2.1.2 - 12.2.1.128 + - DNN_NI1=default depends_on: - oai-nrf - oai-amf diff --git a/docker-compose/oai_db2.sql b/docker-compose/oai_db2.sql index df528fdfa98cd9bc8da82859770fa17ce65f4dcc..4a85b01ceb2b2b7918dc6246571a7fcf331b9090 100755 --- a/docker-compose/oai_db2.sql +++ b/docker-compose/oai_db2.sql @@ -160,7 +160,98 @@ INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPe ('208950000000037', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000037'), ('208950000000038', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000038'), ('208950000000039', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000039'), -('208950000000040', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000040'); +('208950000000040', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000040'), +('208950000000041', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000041'), +('208950000000042', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000042'), +('208950000000043', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000043'), +('208950000000044', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000044'), +('208950000000045', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000045'), +('208950000000046', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000046'), +('208950000000047', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000047'), +('208950000000048', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000048'), +('208950000000049', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000049'), +('208950000000050', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000050'), +('208950000000051', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000051'), +('208950000000052', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000052'), +('208950000000053', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000053'), +('208950000000054', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000054'), +('208950000000055', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000055'), +('208950000000056', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000056'), +('208950000000057', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000057'), +('208950000000058', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000058'), +('208950000000059', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000059'), +('208950000000060', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000060'), +('208950000000061', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000061'), +('208950000000062', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000062'), +('208950000000063', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000063'), +('208950000000064', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000064'), +('208950000000065', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000065'), +('208950000000066', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000066'), +('208950000000067', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000067'), +('208950000000068', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000068'), +('208950000000069', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000069'), +('208950000000070', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000070'), +('208950000000071', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000071'), +('208950000000072', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000072'), +('208950000000073', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000073'), +('208950000000074', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000074'), +('208950000000075', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000075'), +('208950000000076', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000076'), +('208950000000077', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000077'), +('208950000000078', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000078'), +('208950000000079', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000079'), +('208950000000080', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000080'), +('208950000000081', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000081'), +('208950000000082', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000082'), +('208950000000083', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000083'), +('208950000000084', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000084'), +('208950000000085', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000085'), +('208950000000086', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000086'), +('208950000000087', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000087'), +('208950000000088', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000088'), +('208950000000089', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000089'), +('208950000000090', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000090'), +('208950000000091', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000091'), +('208950000000092', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000092'), +('208950000000093', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000093'), +('208950000000094', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000094'), +('208950000000095', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000095'), +('208950000000096', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000096'), +('208950000000097', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000097'), +('208950000000098', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000098'), +('208950000000099', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000099'), +('208950000000100', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000100'), +('208950000000101', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000101'), +('208950000000102', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000102'), +('208950000000103', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000103'), +('208950000000104', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000104'), +('208950000000105', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000105'), +('208950000000106', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000106'), +('208950000000107', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000107'), +('208950000000108', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000108'), +('208950000000109', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000109'), +('208950000000110', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000110'), +('208950000000111', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000111'), +('208950000000112', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000112'), +('208950000000113', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000113'), +('208950000000114', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000114'), +('208950000000115', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000115'), +('208950000000116', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000116'), +('208950000000117', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000117'), +('208950000000118', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000118'), +('208950000000119', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000119'), +('208950000000120', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000120'), +('208950000000121', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000121'), +('208950000000122', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000122'), +('208950000000123', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000123'), +('208950000000124', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000124'), +('208950000000125', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000125'), +('208950000000126', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000126'), +('208950000000127', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000127'), +('208950000000128', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000128'), +('208950000000129', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000129'), +('208950000000130', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000130'), +('208950000000131', '5G_AKA', '0C0A34601D4F07677303652C0462535B', '0C0A34601D4F07677303652C0462535B', '{\"sqn\": \"000000000020\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', '63bfa50ee6523365ff14c1f45f88737d', NULL, NULL, NULL, NULL, '208950000000131'); -- -------------------------------------------------------- @@ -209,6 +300,14 @@ CREATE TABLE `SessionManagementSubscriptionData` ( `3gppChargingCharacteristics` varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; +-- +-- Dumping data for table `SessionManagementSubscriptionData` +-- + +INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES +('208950000000031', '20895', '{\"sst\": 222, \"sd\": \"123\"}','{\"default\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"100Mbps\", \"downlink\":\"100Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.4\"}]}}'); +INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES +('208950000000032', '20895', '{\"sst\": 222, \"sd\": \"123\"}','{\"default\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"100Mbps\", \"downlink\":\"100Mbps\"}}}'); -- -------------------------------------------------------- -- diff --git a/docs/DEPLOY_SA5G_BASIC_DS_TESTER_DEPLOYMENT.md b/docs/DEPLOY_SA5G_BASIC_DS_TESTER_DEPLOYMENT.md index 98e22050a83846e21194ca0189726004dadefc37..2b5b16ae9c1617af63087567da18aedc23309844 100644 --- a/docs/DEPLOY_SA5G_BASIC_DS_TESTER_DEPLOYMENT.md +++ b/docs/DEPLOY_SA5G_BASIC_DS_TESTER_DEPLOYMENT.md @@ -25,9 +25,9 @@ This tutorial will help in understanding how to deploy a `basic` OAI core networ Please follow the tutorial step by step to create a stable working testbed. -**Reading time: ~20mins** +**Reading time**: ~ -**Tutorial replication time: ~1hr** +**Tutorial replication time**: ~ Note: In case readers are interested in deploying debuggers/developers core network environment with more logs please follow [this tutorial](./DEBUG_5G_CORE.md) diff --git a/docs/DEPLOY_SA5G_BASIC_STATIC_UE_IP.md b/docs/DEPLOY_SA5G_BASIC_STATIC_UE_IP.md new file mode 100644 index 0000000000000000000000000000000000000000..10e2e8f96bcf865d112cd4a50503ac777cdbf4fa --- /dev/null +++ b/docs/DEPLOY_SA5G_BASIC_STATIC_UE_IP.md @@ -0,0 +1,268 @@ +<table style="border-collapse: collapse; border: none;"> + <tr style="border-collapse: collapse; border: none;"> + <td style="border-collapse: collapse; border: none;"> + <a href="http://www.openairinterface.org/"> + <img src="./images/oai_final_logo.png" alt="" border=3 height=50 width=150> + </img> + </a> + </td> + <td style="border-collapse: collapse; border: none; vertical-align: center;"> + <b><font size = "5">OpenAirInterface 5G Core Network Static UE IP Address Allocation</font></b> + </td> + </tr> +</table> + + + + +This tutorial shows how to configure OAI 5G core for providing static UE ip-addresses based on UE subscription data. In SMF configuration there is a parameter `USE_LOCAL_SUBSCRIPTION_INFO` which forces SMF to use local subscription information. For example using the DNN parameters (name,type and ip-address range) as defined in the configuration file. But all this information can be moved to mysql database and SMF can fetch it via communicating with UDM <--> UDR <--> MySql. + +In this tutorial you will learn how to change this parameter and configure an ip-address for a particular UE-IMSI. This static ip-address allocation is needed in private 5G networks. + +* To follow this tutorial the users should know how to deploy a Basic OAI-5G core network. +* The RAN emulator used for this tutorial is gNBSIM +* Readers could also replace the RAN emulator by a real RAN. + +Please follow the tutorial step by step to create a stable working testbed. + +**Reading time**: ~ 15 mins + +**Tutorial replication time**: ~ 40 mins + +**Note**: +- The commands mentioned in the document assume that your present working directory is `./docker-compose`. Make sure in the terminal in which you copy and paste the commands or write the tutorial commands as `pwd` as `./docker-compose`. +- Best practice open this markdown file without favourite editor or online on gitlab and open a terminal separately + +**TABLE OF CONTENTS** + +1. [Pre-requisites](#1-pre-requisites) +2. [Configuring OAI 5G Core Network Functions](#2-configuring-the-oai-5g-core-network-functions) +3. [Deploying OAI 5G Core Network](#3-deploying-oai-5g-core-network) +4. [Deploying RAN Emulator](#4-deploying-ran-emulator) +5. [Reference Logs and PCAPs](#5-reference-logs) +6. [Notes](#6-notes) + +## 1. Pre-requisites + +Read the tutorial on [how to deploy a Basic OAI-5G core network](./DEPLOY_SA5G_BASIC_DS_TESTER_DEPLOYMENT.md) you can choose to deploy with or without NRF. In this tutorial we are choosing with nrf scenarion. + +Create a folder where you can store all the result files of the tutorial and later compare them with our provided result files, we recommend creating exactly the same folder to not break the flow of commands afterwards + +<!--- +For CI purposes please ignore this line +``` shell +docker-compose-host $: rm -rf /tmp/oai/static-ue-ip +``` +--> + +``` shell +docker-compose-host $: mkdir -p /tmp/oai/static-ue-ip +``` + +## 2. Configuring the OAI-5G Core Network Functions + +Edit the correct docker-compose file of Basic OAI 5G core network, set the parameter `USE_LOCAL_SUBSCRIPTION_INFO` to `no` in the smf service configuration of the docker-compose file. + +- If using nrf [docker-compose file with nrf](../docker-compose/docker-compose-basic-nrf.yaml) + +``` shell +docker-compose-host $: sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nrf.yaml +docker-compose-host $: sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-compose-basic-nrf.yaml +``` + +- If not using nrf [docker-compose file without nrf](../docker-compose/docker-compose-basic-nonrf.yaml) + +``` console +docker-compose-host $: sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nonrf.yaml +``` + +Then configure the [user subscription database sql file](../docker-compose/oai_db2.sql) with IMSI and DNN information mapping. In the table `SessionManagementSubscriptionData` add below entries + +- Static UE ip-address allocation + +``` sql +INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES +('208950000000031', '20895', '{\"sst\": 222, \"sd\": \"123\"}','{\"default\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"100Mbps\", \"downlink\":\"100Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.4\"}]}}'); +``` + +- Dynamic ip-address allocation +``` sql +INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES +('208950000000032', '20895', '{\"sst\": 222, \"sd\": \"123\"}','{\"default\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"100Mbps\", \"downlink\":\"100Mbps\"}}}'); +``` + +Make sure you perform this for all the UEs, if there is a user information present in the `AuthenticationSubscription` table then that UE should also have an entry in `SessionManagementSubscriptionData` table. + +For now these two entries are present in the database file + + +## 3. Deploying OAI 5g Core Network + +In the previous tutorial we explain how to deploy the core network using our [python deployer](../docker-compose/core-network.py). Here we will only provide quick commands needed to deploy the core network, to learn how to use the python dployer please follow + +- Start the core network components, check which scenario you are using with nrf or without nrf + +``` shell +docker-compose-host $: python3 core-network.py --type start-basic --fqdn yes --scenario 1 +[2022-01-05 09:10:34,017] root:DEBUG: Starting 5gcn components... Please wait.... +Creating network "demo-oai-public-net" with driver "bridge" +Creating oai-nrf ... done +Creating mysql ... done +Creating oai-udr ... done +Creating oai-udm ... done +Creating oai-ausf ... done +Creating oai-amf ... done +Creating oai-smf ... done +Creating oai-spgwu ... done +Creating oai-ext-dn ... done + +[2022-01-05 09:11:10,327] root:DEBUG: OAI 5G Core network started, checking the health status of the containers... takes few secs.... +[2022-01-05 09:12:12,016] root:DEBUG: All components are healthy, please see below for more details.... +Name Command State Ports +----------------------------------------------------------------------------------------- +mysql docker-entrypoint.sh mysqld Up (healthy) 3306/tcp, 33060/tcp +oai-amf /bin/bash /openair-amf/bin ... Up (healthy) 38412/sctp, 80/tcp, 9090/tcp +oai-ausf /bin/bash /openair-ausf/bi ... Up (healthy) 80/tcp +oai-ext-dn /bin/bash -c apt update; ... Up +oai-nrf /bin/bash /openair-nrf/bin ... Up (healthy) 80/tcp, 9090/tcp +oai-smf /bin/bash /openair-smf/bin ... Up (healthy) 80/tcp, 8805/udp, 9090/tcp +oai-spgwu /openair-spgwu-tiny/bin/en ... Up (healthy) 2152/udp, 8805/udp +oai-udm /bin/bash /openair-udm/bin ... Up (healthy) 80/tcp +oai-udr /bin/bash /openair-udr/bin ... Up (healthy) 80/tcp +[2022-01-05 09:12:12,017] root:DEBUG: Checking if the containers are configured.... +[2022-01-05 09:12:12,017] root:DEBUG: Checking if AMF, SMF and UPF registered with nrf core network.... +[2022-01-05 09:12:12,057] root:DEBUG: For example: oai-smf Registration with oai-nrf can be checked on this url /nnrf-nfm/v1/nf-instances?nf-type="SMF" {"_links":{"item":[{"href":"192.168.70.133"}],"self":""}}.... +[2022-01-05 09:12:12,058] root:DEBUG: AMF, SMF and UPF are registered to NRF.... +[2022-01-05 09:12:12,058] root:DEBUG: Checking if SMF is able to connect with UPF.... +[2022-01-05T09:11:05.606691] [smf] [smf_n4 ] [info ] Received N4 ASSOCIATION SETUP RESPONSE from an UPF [2022-01-05T09:11:05.564714] [smf] [smf_app] [info ] Node ID Type FQDN: oai-spgwu +[2022-01-05T09:11:05.565244] [smf] [smf_app] [info ] Node ID Type FQDN: oai-spgwu, IPv4 Addr: 192.168.70.134 +[2022-01-05 09:12:12,116] root:DEBUG: UPF did answer to N4 Association request from SMF.... +[2022-01-05 09:12:12,146] root:DEBUG: SMF receiving heathbeats from UPF.... +[2022-01-05 09:12:12,146] root:DEBUG: OAI 5G Core network is configured and healthy.... +``` + +- Without nrf scenario + +``` console +docker-compose-host $: python3 core-network.py --type start-basic --fqdn no --scenario 1 +``` + +- Start capturing packets on **demo-oai** bridge on another terminal. In case you don't have enough permission use `sudo`, + +``` console +docker-compose-host $: tshark -i demo-oai -f -w /tmp/oai/static-ue-ip/capture.pcap & +``` + + +## 4. Deploying RAN Emulator + +- **Scenario Execution**: + + On the ran emulator host instantiate the ran emulator of your choice here we will show it using gnbsim. We are running everything on one host thus the ran-emulator-host and docker-compose-host is the same for the moment. + ``` shell + docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim + ``` + <!--- + For CI purposes please ignore this line + ``` shell + docker-compose-host $: sleep 5 + ``` + --> + + + (Optional) in case you want you can also run another instance of gnbsim to check dynamic ip-address allocation is also working or not + ``` console + docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim2 + ``` + + In case you want to run the ran-emulator on another host then make sure both machine are able to communicate properly and from the host you are able to ping to the bridge of docker-compose-host `192.168.70.128` + +- **Verify PDN session establishment**: To check if a PDN session is properly estabilished there is an extra external data network container only for this demo purpose. The ran emulator UE can be reached using this container to validate the PDN session establishment. To understand the packet flow read the next analysis section. The allocated UE ip-address for first gnbsim should be 12.1.1.4 because we fixed in previous steps and for the other gnbsim instance you need to check, + +``` console +docker-compose-host $: docker logs gnbsim | grep "UE address:" +docker-compose-host $: docker logs gnbsim2 | grep "UE address:" +``` + + +``` shell +docker-compose-host $: docker exec -it oai-ext-dn ping 12.1.1.4 -c4 +PING 12.1.1.4 (12.1.1.4) 56(84) bytes of data. +64 bytes from 12.1.1.4: icmp_seq=1 ttl=63 time=0.297 ms +64 bytes from 12.1.1.4: icmp_seq=2 ttl=63 time=0.824 ms +64 bytes from 12.1.1.4: icmp_seq=3 ttl=63 time=0.723 ms +64 bytes from 12.1.1.4: icmp_seq=4 ttl=63 time=0.849 ms + +--- 12.1.1.4 ping statistics --- +4 packets transmitted, 4 received, 0% packet loss, time 3072ms +rtt min/avg/max/mdev = 0.297/0.673/0.849/0.223 ms +``` + + +- **Stop PCAP collection**: Stop the wireshark or tshark process on the docker-compose-host. + +``` console +docker-compose-host $: pkill tshark +``` + +- **Collect the logs of all the components**: + +``` shell +docker-compose-host $: docker logs oai-amf > /tmp/oai/static-ue-ip/amf.log 2>&1 +docker-compose-host $: docker logs oai-smf > /tmp/oai/static-ue-ip/smf.log 2>&1 +docker-compose-host $: docker logs oai-nrf > /tmp/oai/static-ue-ip/nrf.log 2>&1 +docker-compose-host $: docker logs oai-spgwu > /tmp/oai/static-ue-ip/spgwu.log 2>&1 +docker-compose-host $: docker logs oai-udr > /tmp/oai/static-ue-ip/udr.log 2>&1 +docker-compose-host $: docker logs oai-udm > /tmp/oai/static-ue-ip/udm.log 2>&1 +docker-compose-host $: docker logs oai-ausf > /tmp/oai/static-ue-ip/ausf.log 2>&1 +docker-compose-host $: docker logs gnbsim > /tmp/oai/static-ue-ip/gnbsim.log 2>&1 +``` + +- **Undeploy the ran emulator**: + +``` shell +docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml down +``` + +- **Undeploy the core network** + +``` shell +docker-compose-host $: python3 core-network.py --type stop-basic --fqdn yes --scenario 1 +[2022-01-05 09:05:30,880] root:DEBUG: UnDeploying OAI 5G core components.... +Stopping oai-ext-dn ... done +Stopping oai-spgwu ... done +Stopping oai-smf ... done +Stopping oai-amf ... done +Stopping oai-ausf ... done +Stopping oai-udm ... done +Stopping oai-udr ... done +Stopping oai-nrf ... done +Stopping mysql ... done +Removing oai-ext-dn ... done +Removing oai-spgwu ... done +Removing oai-smf ... done +Removing oai-amf ... done +Removing oai-ausf ... done +Removing oai-udm ... done +Removing oai-udr ... done +Removing oai-nrf ... done +Removing mysql ... done +Removing network demo-oai-public-net + +[2022-01-05 09:07:00,425] root:DEBUG: OAI 5G core components are UnDeployed.... +``` + +- If you replicate then your log files and pcap file will be present in `/tmp/oai/static-ue-ip/` if you want to compare it with our provided logs and pcaps. Then follow the next section + +## 5. Reference logs + + +| PCAP and Logs | +|:--------------------------------------------------- | +| [capture.pcap](./results/static-ue-ip/capture.pcap) | +| [amf.log](./results/static-ue-ip/amf.log) | +| [smf.log](./results/static-ue-ip/smf.log) | +| [nrf.log](./results/static-ue-ip/nrf.log) | +| [spgwu.log](./results/static-ue-ip/spgwu.log) | +| [udm.log](./results/static-ue-ip/udm.log) | +| [udr.log](./results/static-ue-ip/udr.log) | +| [ausf.log](./results/static-ue-ip/ausf.log) | + + diff --git a/docs/DEPLOY_SA5G_HC.md b/docs/DEPLOY_SA5G_HC.md index 91edb111b1912f6b86cc826484707441e218f672..32f2227408198bd5a4e1fa60496e4ccf25ba3840 100644 --- a/docs/DEPLOY_SA5G_HC.md +++ b/docs/DEPLOY_SA5G_HC.md @@ -19,17 +19,18 @@ The cloud native network functions in production will be deployed using a produc  -**Reading time: ~40mins** - -**Tutorial replication time: ~1h30mins** +**Reading time**: ~ +**Tutorial replication time**: ~ **TABLE OF CONTENTS** 1. [Description](#1-description) 2. [Building Images](#2-building-images) 3. [Configuring Helm Charts](#3-configuring-helm-charts) -4. [Deploying Helm Charts](#4-deploying-helm-charts) +4. [Deploying 5g Core Helm Charts](#4-deploying-helm-charts) +5. [Optional: Testing with OAI gNB RFsimulator and NR-UE](#5-testing-with-oai-gnb-rfsimulator-and-nr-ue) +6. [Changes for Vanila Kubernetes](#6-changes-for-vanila-kubernetes) ## 1. Description diff --git a/docs/DEPLOY_SA5G_HC_mini.md b/docs/DEPLOY_SA5G_HC_mini.md index 4e123c11d0152acae592b9e0c8622486222249f2..0c885d4ae7d48d97a72ca59e3bf2003d3dd49985 100644 --- a/docs/DEPLOY_SA5G_HC_mini.md +++ b/docs/DEPLOY_SA5G_HC_mini.md @@ -19,10 +19,9 @@ The cloud native network functions in production will be deployed using a produc  -**Reading time: ~1hr** - -**Tutorial replication time: ~1h30mins** +**Reading time**: ~ +**Tutorial replication time**: ~ **Humble request**: Our tutorial and helm chart are based on Openshift (RH) cluster, the workloads and objects are tailored according to openshift security policies. Some of Openshift objects and APIs are not available in Kubernetes in that case read the last section of this tutorial to make the changes which are specific to Kubernetes. diff --git a/docs/DEPLOY_SA5G_WITH_UERANSIM.md b/docs/DEPLOY_SA5G_WITH_UERANSIM.md index f820af944193170063b0a0b2cfd97beedeb7b030..881acac6b473209ad72c80dfffc0fd76389149ac 100644 --- a/docs/DEPLOY_SA5G_WITH_UERANSIM.md +++ b/docs/DEPLOY_SA5G_WITH_UERANSIM.md @@ -31,6 +31,7 @@ Note: In case readers are interested in deploying debuggers/developers core netw 6. [Getting a `ueransim` docker image](#6-getting-a-ueransim-docker-image) 7. [Executing `ueransim` Scenario](#7-executing-the-ueransim-scenario) 8. [Analysing Scenario Results](#8-analysing-the-scenario-results) +9. [Trying some advanced stuff](#9-trying-some-advanced-stuff) * In this demo the image tags and commits which were used are listed below, follow the [Building images](./BUILD_IMAGES.md) to build images with below tags. @@ -285,8 +286,94 @@ iperf Done. * For detailed analysis of messages, please refer previous tutorial of [testing with dsTester](./docs/DEPLOY_SA5G_WITH_DS_TESTER.md). +## 9. Trying Some Advanced Stuff ## -## 9. Undeploy ## +Here we try some scaling test with ueransim. There are additional IMSIs added into database (208950000000031-208950000000131). +Now we register 100 UEs using ueransim. +#### Note: We have to update `NUMBER_OF_UE` parameter in docker-compose of ueransim. +```bash +NUMBER_OF_UE=100 +``` +* Launch ueransim docker service +```bash +oai-cn5g-fed/docker-compose$ docker-compose -f docker-compose-ueransim-vpp.yaml up -d +Creating ueransim ... done +``` +Wait a bit <br/> +Now we can verify that all UEs are successfully registered from AMF or SMF logs. +```bash +[2021-12-23T22:14:40.065414] [AMF] [amf_app] [info ] +[2021-12-23T22:14:40.065442] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2021-12-23T22:14:40.065447] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2021-12-23T22:14:40.065450] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2021-12-23T22:14:40.065457] [AMF] [amf_app] [info ] | 1 | Connected | 0x1 | UERANSIM-gnb-208-95-1 | 208, 95 | +[2021-12-23T22:14:40.065460] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2021-12-23T22:14:40.065463] [AMF] [amf_app] [info ] +[2021-12-23T22:14:40.065465] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2021-12-23T22:14:40.065468] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2021-12-23T22:14:40.065471] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2021-12-23T22:14:40.065477] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 50| 50| 208, 95 | 256| +[2021-12-23T22:14:40.065481] [AMF] [amf_app] [info ] | 2| 5GMM-REGISTERED| 208950000000032| | 61| 61| 208, 95 | 256| +[2021-12-23T22:14:40.065486] [AMF] [amf_app] [info ] | 3| 5GMM-REGISTERED| 208950000000033| | 82| 82| 208, 95 | 256| +[2021-12-23T22:14:40.065490] [AMF] [amf_app] [info ] | 4| 5GMM-REGISTERED| 208950000000034| | 32| 32| 208, 95 | 256| +[2021-12-23T22:14:40.065494] [AMF] [amf_app] [info ] | 5| 5GMM-REGISTERED| 208950000000035| | 23| 23| 208, 95 | 256| +[2021-12-23T22:14:40.065499] [AMF] [amf_app] [info ] | 6| 5GMM-REGISTERED| 208950000000036| | 87| 87| 208, 95 | 256| +[2021-12-23T22:14:40.065504] [AMF] [amf_app] [info ] | 7| 5GMM-REGISTERED| 208950000000037| | 30| 30| 208, 95 | 256| + [[ Truncated Output :) ]] +[2021-12-23T22:14:40.066113] [AMF] [amf_app] [info ] | 91| 5GMM-REGISTERED| 208950000000121| | 4| 4| 208, 95 | 256| +[2021-12-23T22:14:40.066120] [AMF] [amf_app] [info ] | 92| 5GMM-REGISTERED| 208950000000122| | 2| 2| 208, 95 | 256| +[2021-12-23T22:14:40.066127] [AMF] [amf_app] [info ] | 93| 5GMM-REGISTERED| 208950000000123| | 7| 7| 208, 95 | 256| +[2021-12-23T22:14:40.066145] [AMF] [amf_app] [info ] | 94| 5GMM-REGISTERED| 208950000000124| | 20| 20| 208, 95 | 256| +[2021-12-23T22:14:40.066152] [AMF] [amf_app] [info ] | 95| 5GMM-REGISTERED| 208950000000125| | 1| 1| 208, 95 | 256| +[2021-12-23T22:14:40.066161] [AMF] [amf_app] [info ] | 96| 5GMM-REGISTERED| 208950000000126| | 35| 35| 208, 95 | 256| +[2021-12-23T22:14:40.066168] [AMF] [amf_app] [info ] | 97| 5GMM-REGISTERED| 208950000000127| | 44| 44| 208, 95 | 256| +[2021-12-23T22:14:40.066175] [AMF] [amf_app] [info ] | 98| 5GMM-REGISTERED| 208950000000128| | 57| 57| 208, 95 | 256| +[2021-12-23T22:14:40.066182] [AMF] [amf_app] [info ] | 99| 5GMM-REGISTERED| 208950000000129| | 85| 85| 208, 95 | 256| +[2021-12-23T22:14:40.066189] [AMF] [amf_app] [info ] | 100| 5GMM-REGISTERED| 208950000000130| | 93| 93| 208, 95 | 256| +[2021-12-23T22:14:40.066194] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2021-12-23T22:14:40.066199] [AMF] [amf_app] [info ] +[2021-12-23T22:15:00.065577] [AMF] [amf_app] [info ] + +``` + +* Ping to two random UEs +```bash +$ docker exec oai-ext-dn ping -c 2 12.2.1.101 +PING 12.2.1.101 (12.2.1.101) 56(84) bytes of data. +64 bytes from 12.2.1.101: icmp_seq=1 ttl=63 time=0.896 ms +64 bytes from 12.2.1.101: icmp_seq=2 ttl=63 time=1.53 ms + +--- 12.2.1.101 ping statistics --- +2 packets transmitted, 2 received, 0% packet loss, time 1000ms +rtt min/avg/max/mdev = 0.896/1.216/1.537/0.322 ms + +$ docker exec oai-ext-dn ping -c 2 12.2.1.88 +PING 12.2.1.88 (12.2.1.88) 56(84) bytes of data. +64 bytes from 12.2.1.88: icmp_seq=1 ttl=63 time=0.977 ms +64 bytes from 12.2.1.88: icmp_seq=2 ttl=63 time=0.687 ms + +--- 12.2.1.88 ping statistics --- +2 packets transmitted, 2 received, 0% packet loss, time 1001ms +rtt min/avg/max/mdev = 0.687/0.832/0.977/0.145 ms +``` +* DIY: You can further investigate usage and help information for sub-commands with the help of UE console.([Refer official page](https://github.com/aligungr/UERANSIM/wiki/Usage)) +```bash +$ docker exec -it ueransim ./nr-cli imsi-208950000000130 +-------------------------------------------------------------------------------------------- +$ commands +info | Show some information about the UE +status | Show some status information about the UE +timers | Dump current status of the timers in the UE +rls-state | Show status information about RLS +coverage | Dump available cells and PLMNs in the coverage +ps-establish | Trigger a PDU session establishment procedure +ps-list | List all PDU sessions +ps-release | Trigger a PDU session release procedure +ps-release-all | Trigger PDU session release procedures for all active sessions +deregister | Perform a de-registration by the UE +-------------------------------------------------------------------------------------------- +``` +## 10. Undeploy ## Last thing is to remove all services - <br/> diff --git a/docs/results/static-ue-ip/amf.log b/docs/results/static-ue-ip/amf.log new file mode 100644 index 0000000000000000000000000000000000000000..009d0db47c80111c3f16ce85b757f4e9c26f60ba --- /dev/null +++ b/docs/results/static-ue-ip/amf.log @@ -0,0 +1,1816 @@ +@INSTANCE@ +@PID_DIRECTORY@ +@MCC@ +@MNC@ +@REGION_ID@ +@AMF_SET_ID@ +@SERVED_GUAMI_MCC_0@ +@SERVED_GUAMI_MNC_0@ +@SERVED_GUAMI_REGION_ID_0@ +@SERVED_GUAMI_AMF_SET_ID_0@ +@SERVED_GUAMI_MCC_1@ +@SERVED_GUAMI_MNC_1@ +@SERVED_GUAMI_REGION_ID_1@ +@SERVED_GUAMI_AMF_SET_ID_1@ +@PLMN_SUPPORT_MCC@ +@PLMN_SUPPORT_MNC@ +@PLMN_SUPPORT_TAC@ +@SST_0@ +@SD_0@ +@SST_1@ +@SD_1@ +@AMF_INTERFACE_NAME_FOR_NGAP@ +@AMF_INTERFACE_NAME_FOR_N11@ +@SMF_INSTANCE_ID_0@ +@SMF_IPV4_ADDR_0@ +@SMF_HTTP_VERSION_0@ +@SMF_FQDN_0@ +@SMF_INSTANCE_ID_1@ +@SMF_IPV4_ADDR_1@ +@SMF_HTTP_VERSION_1@ +@SMF_FQDN_1@ +@NRF_IPV4_ADDRESS@ +@NRF_PORT@ +@NRF_API_VERSION@ +@NRF_FQDN@ +@AUSF_IPV4_ADDRESS@ +@AUSF_PORT@ +@AUSF_API_VERSION@ +@AUSF_FQDN@ +@NSSF_IPV4_ADDRESS@ +@NSSF_PORT@ +@NSSF_API_VERSION@ +@NSSF_FQDN@ +@NF_REGISTRATION@ +@NRF_SELECTION@ +@SMF_SELECTION@ +@EXTERNAL_AUSF@ +@EXTERNAL_UDM@ +@USE_FQDN_DNS@ +@MYSQL_SERVER@ +@MYSQL_USER@ +@MYSQL_PASS@ +@MYSQL_DB@ +@OPERATOR_KEY@ +@INT_ALGO_LIST@ +@CIPH_ALGO_LIST@ +Now setting these variables '@AMF_INTERFACE_NAME_FOR_N11@ @AMF_INTERFACE_NAME_FOR_NGAP@ @AMF_SET_ID@ @AUSF_API_VERSION@ @AUSF_FQDN@ @AUSF_IPV4_ADDRESS@ @AUSF_PORT@ @CIPH_ALGO_LIST@ @EXTERNAL_AUSF@ @EXTERNAL_UDM@ @INSTANCE@ @INT_ALGO_LIST@ @MCC@ @MNC@ @MYSQL_DB@ @MYSQL_PASS@ @MYSQL_SERVER@ @MYSQL_USER@ @NF_REGISTRATION@ @NRF_API_VERSION@ @NRF_FQDN@ @NRF_IPV4_ADDRESS@ @NRF_PORT@ @NRF_SELECTION@ @NSSF_API_VERSION@ @NSSF_FQDN@ @NSSF_IPV4_ADDRESS@ @NSSF_PORT@ @OPERATOR_KEY@ @PID_DIRECTORY@ @PLMN_SUPPORT_MCC@ @PLMN_SUPPORT_MNC@ @PLMN_SUPPORT_TAC@ @REGION_ID@ @SD_0@ @SD_1@ @SERVED_GUAMI_AMF_SET_ID_0@ @SERVED_GUAMI_AMF_SET_ID_1@ @SERVED_GUAMI_MCC_0@ @SERVED_GUAMI_MCC_1@ @SERVED_GUAMI_MNC_0@ @SERVED_GUAMI_MNC_1@ @SERVED_GUAMI_REGION_ID_0@ @SERVED_GUAMI_REGION_ID_1@ @SMF_FQDN_0@ @SMF_FQDN_1@ @SMF_HTTP_VERSION_0@ @SMF_HTTP_VERSION_1@ @SMF_INSTANCE_ID_0@ @SMF_INSTANCE_ID_1@ @SMF_IPV4_ADDR_0@ @SMF_IPV4_ADDR_1@ @SMF_SELECTION@ @SST_0@ @SST_1@ @USE_FQDN_DNS@' +Done setting the configuration +[2022-01-05T08:50:36.491073] [AMF] [amf_app] [start] Options parsed! +[2022-01-05T08:50:36.491210] [AMF] [amf_app] [debug] +Load AMF system configuration file(/openair-amf/etc/amf.conf) +[2022-01-05T08:50:36.526383] [AMF] [amf_app] [debug] Resolve a DNS (name oai-nrf, protocol http): Ip Addr 192.168.70.130, port 80 +[2022-01-05T08:50:36.527481] [AMF] [amf_app] [debug] Resolve a DNS (name oai-ausf, protocol http): Ip Addr 192.168.70.138, port 80 +[2022-01-05T08:50:36.527880] [AMF] [config ] [info ] ==== OAI-CN5G AMF vBranch: HEAD Abrev. Hash: 8813b3996 Date: Tue Dec 21 15:35:22 2021 +0000 ==== +[2022-01-05T08:50:36.527903] [AMF] [config ] [info ] ====================== AMF ===================== +[2022-01-05T08:50:36.527914] [AMF] [config ] [info ] Configuration AMF: +[2022-01-05T08:50:36.527924] [AMF] [config ] [info ] - Instance ................: 0 +[2022-01-05T08:50:36.527933] [AMF] [config ] [info ] - PID dir .................: /var/run +[2022-01-05T08:50:36.527943] [AMF] [config ] [info ] - AMF NAME.................: OAI-AMF +[2022-01-05T08:50:36.527952] [AMF] [config ] [info ] - GUAMI (MCC, MNC, Region ID, AMF Set ID, AMF pointer): +[2022-01-05T08:50:36.527963] [AMF] [config ] [info ] (208, 95, 128, 1, 1 ) +[2022-01-05T08:50:36.527972] [AMF] [config ] [info ] - Served_Guami_List .......: +[2022-01-05T08:50:36.527983] [AMF] [config ] [info ] (208, 95, 128 , 1, 0) +[2022-01-05T08:50:36.527994] [AMF] [config ] [info ] (460, 11, 10 , 1, 1) +[2022-01-05T08:50:36.528003] [AMF] [config ] [info ] - Relative Capacity .......: 30 +[2022-01-05T08:50:36.528012] [AMF] [config ] [info ] - PLMN Support ............: +[2022-01-05T08:50:36.528021] [AMF] [config ] [info ] MCC, MNC ...........: 208, 95 +[2022-01-05T08:50:36.528031] [AMF] [config ] [info ] TAC ................: 40960 +[2022-01-05T08:50:36.528040] [AMF] [config ] [info ] Slice Support ......: +[2022-01-05T08:50:36.528049] [AMF] [config ] [info ] SST, SD ........: 222, 123 +[2022-01-05T08:50:36.528058] [AMF] [config ] [info ] SST, SD ........: 1, 12 +[2022-01-05T08:50:36.528068] [AMF] [config ] [info ] - Emergency Support .......: false +[2022-01-05T08:50:36.528077] [AMF] [config ] [info ] - MySQL Server Addr .......: 192.168.70.131 +[2022-01-05T08:50:36.528087] [AMF] [config ] [info ] - MySQL user ..............: root +[2022-01-05T08:50:36.528098] [AMF] [config ] [info ] - MySQL pass ..............: linux +[2022-01-05T08:50:36.528111] [AMF] [config ] [info ] - MySQL DB ................: oai_db +[2022-01-05T08:50:36.528123] [AMF] [config ] [info ] - N2 Networking: +[2022-01-05T08:50:36.528136] [AMF] [config ] [info ] Iface .................: eth0 +[2022-01-05T08:50:36.528152] [AMF] [config ] [info ] IP Addr ...............: 192.168.70.132 +[2022-01-05T08:50:36.528165] [AMF] [config ] [info ] Port ..................: 38412 +[2022-01-05T08:50:36.528179] [AMF] [config ] [info ] - SBI Networking: +[2022-01-05T08:50:36.528192] [AMF] [config ] [info ] Iface .................: eth0 +[2022-01-05T08:50:36.528207] [AMF] [config ] [info ] IP Addr ...............: 192.168.70.132 +[2022-01-05T08:50:36.528221] [AMF] [config ] [info ] Port ..................: 80 +[2022-01-05T08:50:36.528234] [AMF] [config ] [info ] HTTP2 port ............: 8080 +[2022-01-05T08:50:36.528247] [AMF] [config ] [info ] API version............: v1 +[2022-01-05T08:50:36.528259] [AMF] [config ] [info ] - NRF: +[2022-01-05T08:50:36.528273] [AMF] [config ] [info ] IP Addr ...............: 192.168.70.130 +[2022-01-05T08:50:36.528284] [AMF] [config ] [info ] Port ..................: 80 +[2022-01-05T08:50:36.528293] [AMF] [config ] [info ] API version ...........: v1 +[2022-01-05T08:50:36.528301] [AMF] [config ] [info ] - AUSF: +[2022-01-05T08:50:36.528311] [AMF] [config ] [info ] IP Addr ...............: 192.168.70.138 +[2022-01-05T08:50:36.528320] [AMF] [config ] [info ] Port ..................: 80 +[2022-01-05T08:50:36.528330] [AMF] [config ] [info ] API version ...........: v1 +[2022-01-05T08:50:36.528338] [AMF] [config ] [info ] - SMF Pool.........: +[2022-01-05T08:50:36.528351] [AMF] [config ] [info ] SMF_INSTANCE_ID 1 (oai-smf:, version ) is selected: true +[2022-01-05T08:50:36.528363] [AMF] [config ] [info ] SMF_INSTANCE_ID 2 (oai-smf:, version ) is selected: false +[2022-01-05T08:50:36.528372] [AMF] [config ] [info ] - Supported Features: +[2022-01-05T08:50:36.528381] [AMF] [config ] [info ] NF Registration .......: Yes +[2022-01-05T08:50:36.528390] [AMF] [config ] [info ] NRF Selection .........: No +[2022-01-05T08:50:36.528399] [AMF] [config ] [info ] SMF Selection .........: No +[2022-01-05T08:50:36.528407] [AMF] [config ] [info ] External AUSF .........: Yes +[2022-01-05T08:50:36.528416] [AMF] [config ] [info ] External UDM ..........: No +[2022-01-05T08:50:36.528424] [AMF] [config ] [info ] Use FQDN ..............: Yes +[2022-01-05T08:50:36.528433] [AMF] [config ] [info ] Use HTTP2..............: No +[2022-01-05T08:50:36.528442] [AMF] [amf_app] [debug] +Load AMF module configuration file (/openair-amf/etc/amf.conf) +[2022-01-05T08:50:36.530165] [AMF] [config ] [info ] ============ AMF Registered Modules ============ +[2022-01-05T08:50:36.530193] [AMF] [config ] [info ] NGAP Message Modules: +[2022-01-05T08:50:36.530205] [AMF] [config ] [info ] - NGSetupRequest(Procedure code 21, Type of Msg 1) + +[2022-01-05T08:50:36.530219] [AMF] [itti ] [start] Starting... +[2022-01-05T08:50:36.530740] [AMF] [itti ] [start] Started +[2022-01-05T08:50:36.530766] [AMF] [itti ] [info ] Starting timer_manager_task +[2022-01-05T08:50:36.530788] [AMF] [amf_app] [start] Creating AMF application functionality layer +[2022-01-05T08:50:36.530898] [AMF] [itti ] [warn ] Could not set schedparam to ITTI task 0, err=1 +[2022-01-05T08:50:36.534510] [AMF] [amf_n1 ] [start] amf_n1 started +[2022-01-05T08:50:36.534712] [AMF] [sctp ] [debug] creating socket!! +[2022-01-05T08:50:36.534782] [AMF] [sctp ] [info ] Created socket (3) +[2022-01-05T08:50:36.535350] [AMF] [ngap ] [info ] Set N2 AMF IPv4 Addr, port: 192.168.70.132, 38412 +[2022-01-05T08:50:36.535369] [AMF] [sctp ] [info ] Create pthread to receive sctp message +[2022-01-05T08:50:36.536902] [AMF] [amf_n2 ] [start] amf_n2 started +[2022-01-05T08:50:36.538512] [AMF] [amf_n11] [start] amf_n11 started +[2022-01-05T08:50:36.538901] [AMF] [amf_app] [debug] NF instance info +[2022-01-05T08:50:36.538927] [AMF] [amf_app] [debug] Instance ID: 66012472-8644-48c6-82aa-3874262ccff3 +[2022-01-05T08:50:36.538938] [AMF] [amf_app] [debug] Instance name: OAI-AMF +[2022-01-05T08:50:36.538947] [AMF] [amf_app] [debug] Instance type: AMF +[2022-01-05T08:50:36.538955] [AMF] [amf_app] [debug] Status: REGISTERED +[2022-01-05T08:50:36.538964] [AMF] [amf_app] [debug] HeartBeat timer: 50 +[2022-01-05T08:50:36.538973] [AMF] [amf_app] [debug] Priority: 1 +[2022-01-05T08:50:36.538982] [AMF] [amf_app] [debug] Capacity: 100 +[2022-01-05T08:50:36.538990] [AMF] [amf_app] [debug] IPv4 Addr: +[2022-01-05T08:50:36.539001] [AMF] [amf_app] [debug] 192.168.70.132 +[2022-01-05T08:50:36.539009] [AMF] [amf_app] [debug] NF Service +[2022-01-05T08:50:36.539200] [AMF] [amf_app] [debug] Service Instance ID: namf_communication, Service name: namf_communication, Version (apiVersionInUri: v1, apiFullVersion: 1.0.0 ), Scheme: http, Service status: REGISTERED, IpEndPoints: Ipv4 Address: 192.168.70.132, TransportProtocol: TCP, Port: 80 +[2022-01-05T08:50:36.539226] [AMF] [amf_app] [debug] AMF Info +[2022-01-05T08:50:36.539236] [AMF] [amf_app] [debug] AMF Set ID: 1, AMF Region ID: 128 +[2022-01-05T08:50:36.539247] [AMF] [amf_app] [debug] AMF GUAMI List, AMF_ID: 128:1:0 +[2022-01-05T08:50:36.539261] [AMF] [amf_app] [debug] AMF GUAMI List, PLMN (MCC: 208, MNC: 95) +[2022-01-05T08:50:36.539274] [AMF] [amf_app] [debug] AMF GUAMI List, AMF_ID: 10:1:1 +[2022-01-05T08:50:36.539286] [AMF] [amf_app] [debug] AMF GUAMI List, PLMN (MCC: 460, MNC: 11) +[2022-01-05T08:50:36.539324] [AMF] [amf_app] [debug] Send ITTI msg to N11 task to trigger the registration request to NRF +[2022-01-05T08:50:36.539425] [AMF] [amf_n11] [debug] Send NF Instance Registration to NRF (HTTP version 1) +[2022-01-05T08:50:36.540630] [AMF] [amf_app] [debug] AMF profile to json: + {"amfInfo":{"amfRegionId":"128","amfSetId":"1","guamiList":[{"amfId":"128:1:0","plmnId":{"mcc":"208","mnc":"95"}},{"amfId":"10:1:1","plmnId":{"mcc":"460","mnc":"11"}}]},"capacity":100,"custom_info":null,"heartBeatTimer":50,"ipv4Addresses":["192.168.70.132"],"nfInstanceId":"66012472-8644-48c6-82aa-3874262ccff3","nfInstanceName":"OAI-AMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.132","port":80,"transport":"TCP"}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"namf_communication","serviceName":"namf_communication","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"AMF","priority":1,"sNssais":[]} +[2022-01-05T08:50:36.540747] [AMF] [amf_n11] [debug] Send NF Instance Registration to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/66012472-8644-48c6-82aa-3874262ccff3 +[2022-01-05T08:50:36.540946] [AMF] [amf_n11] [debug] Send NF Instance Registration to NRF, msg body: + {"amfInfo":{"amfRegionId":"128","amfSetId":"1","guamiList":[{"amfId":"128:1:0","plmnId":{"mcc":"208","mnc":"95"}},{"amfId":"10:1:1","plmnId":{"mcc":"460","mnc":"11"}}]},"capacity":100,"custom_info":null,"heartBeatTimer":50,"ipv4Addresses":["192.168.70.132"],"nfInstanceId":"66012472-8644-48c6-82aa-3874262ccff3","nfInstanceName":"OAI-AMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.132","port":80,"transport":"TCP"}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"namf_communication","serviceName":"namf_communication","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"AMF","priority":1,"sNssais":[]} +[2022-01-05T08:50:36.631908] [AMF] [amf_n11] [debug] NFDiscovery, response from NRF, HTTP Code: 201 +[2022-01-05T08:50:36.632202] [AMF] [amf_app] [debug] Delete AMF Profile instance... +[2022-01-05T08:50:36.632345] [AMF] [amf_app] [start] Started timer (1) +[2022-01-05T08:50:36.632365] [AMF] [amf_app] [info ] Initiating all registered modules +[2022-01-05T08:50:36.632376] [AMF] [amf_app] [debug] Initiating AMF server endpoints +[2022-01-05T08:50:36.681948] [AMF] [amf_sbi] [debug] Initiate AMF Server Endpoints done! +[2022-01-05T08:50:36.682004] [AMF] [amf_sbi] [debug] AMF handler for IndividualSubscriptionDocumentApiImpl +[2022-01-05T08:50:36.682016] [AMF] [amf_sbi] [debug] AMF handler for IndividualSubscriptionDocumentApiImpl +[2022-01-05T08:50:36.682025] [AMF] [amf_sbi] [debug] AMF handler for IndividualUeContextDocumentApiImpl +[2022-01-05T08:50:36.682033] [AMF] [amf_sbi] [debug] AMF handler for N1N2IndividualSubscriptionDocumentApiImpl +[2022-01-05T08:50:36.682042] [AMF] [amf_sbi] [debug] AMF handler for N1N2MessageCollectionDocumentApiImpl +[2022-01-05T08:50:36.682051] [AMF] [amf_sbi] [debug] AMF handler for N1N2SubscriptionsCollectionForIndividualUEContextsDocumentApiImpl +[2022-01-05T08:50:36.682061] [AMF] [amf_sbi] [debug] AMF handler for NonUEN2MessageNotificationIndividualSubscriptionDocumentApiImpl +[2022-01-05T08:50:36.682070] [AMF] [amf_sbi] [debug] AMF handler for NonUEN2MessagesCollectionDocumentApiImpl +[2022-01-05T08:50:36.682078] [AMF] [amf_sbi] [debug] AMF handler for NonUEN2MessagesSubscriptionsCollectionDocumentApiImpl +[2022-01-05T08:50:36.682087] [AMF] [amf_sbi] [debug] AMF handler for SubscriptionsCollectionDocumentApiImpl +[2022-01-05T08:50:36.682096] [AMF] [amf_sbi] [debug] AMF handler for SubscriptionsCollectionDocumentApiImplEventExposure +[2022-01-05T08:50:36.683325] [AMF] [amf_sbi] [info ] HTTP2 server started +[2022-01-05T08:50:56.632739] [AMF] [amf_app] [info ] +[2022-01-05T08:50:56.632821] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:50:56.632835] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:50:56.632845] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:50:56.632853] [AMF] [amf_app] [info ] | - | - | - | - | - | +[2022-01-05T08:50:56.632862] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:50:56.632872] [AMF] [amf_app] [info ] +[2022-01-05T08:50:56.632880] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:50:56.632888] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:50:56.632897] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:50:56.632906] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:50:56.632915] [AMF] [amf_app] [info ] +[2022-01-05T08:51:17.269252] [AMF] [amf_app] [info ] +[2022-01-05T08:51:17.397587] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:17.397606] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:51:17.397620] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:51:17.397633] [AMF] [amf_app] [info ] | - | - | - | - | - | +[2022-01-05T08:51:17.397646] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:17.397659] [AMF] [amf_app] [info ] +[2022-01-05T08:51:17.397670] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:17.397683] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:51:17.397696] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:51:17.397709] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:17.397721] [AMF] [amf_app] [info ] +[2022-01-05T08:51:37.269530] [AMF] [amf_app] [info ] +[2022-01-05T08:51:37.269588] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:37.269601] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:51:37.269611] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:51:37.269621] [AMF] [amf_app] [info ] | - | - | - | - | - | +[2022-01-05T08:51:37.269630] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:37.269640] [AMF] [amf_app] [info ] +[2022-01-05T08:51:37.269649] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:37.269659] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:51:37.269669] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:51:37.269678] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:37.269688] [AMF] [amf_app] [info ] +[2022-01-05T08:51:57.269880] [AMF] [amf_app] [info ] +[2022-01-05T08:51:57.269937] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:57.269950] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:51:57.269961] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:51:57.269970] [AMF] [amf_app] [info ] | - | - | - | - | - | +[2022-01-05T08:51:57.269980] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:57.269989] [AMF] [amf_app] [info ] +[2022-01-05T08:51:57.269998] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:57.270007] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:51:57.270016] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:51:57.270025] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:51:57.270034] [AMF] [amf_app] [info ] +[2022-01-05T08:52:17.270127] [AMF] [amf_app] [info ] +[2022-01-05T08:52:17.270196] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:17.270214] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:52:17.270228] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:52:17.270242] [AMF] [amf_app] [info ] | - | - | - | - | - | +[2022-01-05T08:52:17.270257] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:17.270270] [AMF] [amf_app] [info ] +[2022-01-05T08:52:17.270281] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:17.270295] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:52:17.270308] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:52:17.270322] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:17.270335] [AMF] [amf_app] [info ] +[2022-01-05T08:52:36.345942] [AMF] [sctp ] [debug] SCTP Association Change event received +[2022-01-05T08:52:36.346091] [AMF] [sctp ] [debug] Add new association with id (82) +[2022-01-05T08:52:36.346272] [AMF] [sctp ] [info ] ---------------------- +[2022-01-05T08:52:36.346310] [AMF] [sctp ] [info ] Local addresses: +[2022-01-05T08:52:36.346334] [AMF] [sctp ] [info ] - Addr: ::ffff:192.168.70.132 +[2022-01-05T08:52:36.346375] [AMF] [sctp ] [info ] ---------------------- +[2022-01-05T08:52:36.346389] [AMF] [sctp ] [info ] Peer addresses: +[2022-01-05T08:52:36.346406] [AMF] [sctp ] [info ] - Addr: ::ffff:192.168.70.156 +[2022-01-05T08:52:36.346418] [AMF] [sctp ] [info ] ---------------------- +[2022-01-05T08:52:36.346430] [AMF] [ngap ] [debug] Ready to handle new NGAP SCTP association (id: 82) request +[2022-01-05T08:52:36.346443] [AMF] [ngap ] [debug] Create a new gNB context with assoc_id (82) +[2022-01-05T08:52:36.346541] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 44) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:36.346602] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:36.347191] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 21, present 1 +InitiatingMessage ::= { + procedureCode: 21 + criticality: 0 (reject) + value: NGSetupRequest ::= { + protocolIEs: ProtocolIE-Container ::= { + NGSetupRequestIEs ::= { + id: 27 + criticality: 0 (reject) + value: GlobalGNB-ID ::= { + pLMNIdentity: 02 F8 59 + gNB-ID: 00 00 04 (2 bits unused) + } + } + NGSetupRequestIEs ::= { + id: 102 + criticality: 0 (reject) + value: SupportedTAList ::= { + SupportedTAItem ::= { + tAC: 00 A0 00 + broadcastPLMNList: BroadcastPLMNList ::= { + BroadcastPLMNItem ::= { + pLMNIdentity: 02 F8 59 + tAISliceSupportList: SliceSupportList ::= { + SliceSupportItem ::= { + s-NSSAI: S-NSSAI ::= { + sST: DE + sD: 00 00 7B + } + } + } + } + } + } + } + } + NGSetupRequestIEs ::= { + id: 21 + criticality: 1 (ignore) + value: 0 (v32) + } + } + } +} +InitiatingMessage ::= { + procedureCode: 21 + criticality: 0 (reject) + value: NGSetupRequest ::= { +after decoding ... + protocolIEs: ProtocolIE-Container ::= { +end decoding ... +[2022-01-05T08:52:36.348952] [AMF] [ngap ] [debug] Sending ITTI NG Setup Request message to TASK_AMF_N2 + NGSetupRequestIEs ::= { + id: 27 + criticality: 0 (reject) + value: GlobalGNB-ID ::= { + pLMNIdentity: 02 F8 59 + gNB-ID: 00 00 04 (2 bits unused) + } + } + NGSetupRequestIEs ::= { + id: 102 + criticality: 0 (reject) + value: SupportedTAList ::= { + SupportedTAItem ::= { + tAC: 00 A0 00 + broadcastPLMNList: BroadcastPLMNList ::= { + BroadcastPLMNItem ::= { + pLMNIdentity: 02 F8 59 + tAISliceSupportList: SliceSupportList ::= { + SliceSupportItem ::= { + s-NSSAI: S-NSSAI ::= { + sST: DE + sD: 00 00 7B + } + } + } + } + } + } + } + } + NGSetupRequestIEs ::= { + id: 21 + criticality: 1 (ignore) + value: 0 (v32) + } + } + } +} +Received TAC: 40960 +[2022-01-05T08:52:36.375234] [AMF] [amf_n2 ] [info ] Received NGSetupRequest message, handling +[2022-01-05T08:52:36.375276] [AMF] [amf_n2 ] [debug] Handle NG Setup Request... +[2022-01-05T08:52:36.375289] [AMF] [amf_n2 ] [debug] Parameters: assoc_id 82, stream 0 +[2022-01-05T08:52:36.375301] [AMF] [amf_n2 ] [debug] Update gNB context with assoc id (82) +[2022-01-05T08:52:36.375325] [AMF] [amf_n2 ] [debug] Global RAN Node ID: 0x400 +[2022-01-05T08:52:36.375334] [AMF] [amf_n2 ] [warn ] Missing IE RanNodeName +[2022-01-05T08:52:36.375344] [AMF] [amf_n2 ] [debug] IE DefaultPagingDRX: 0 +[2022-01-05T08:52:36.375455] [AMF] [amf_n2 ] [debug] TAC configured 40960, TAC received 40960 +[2022-01-05T08:52:36.375596] [AMF] [amf_n2 ] [debug] Encoding NG_SETUP_RESPONSE ... +ServedGUAMIList::numberOfservedGUAMIItem (2) +mcc = 208 mnc = 95 +PLMNSupportList::numberOfplmnsupportItemItem (1) +PLMNSupportItem::numOfSnssai 2 +SuccessfulOutcome ::= { + procedureCode: 21 + criticality: 0 (reject) + value: NGSetupResponse ::= { + protocolIEs: ProtocolIE-Container ::= { + NGSetupResponseIEs ::= { + id: 1 + criticality: 0 (reject) + value: OAI-AMF + } + NGSetupResponseIEs ::= { + id: 96 + criticality: 0 (reject) + value: ServedGUAMIList ::= { + ServedGUAMIItem ::= { + gUAMI: GUAMI ::= { + pLMNIdentity: 02 F8 59 + aMFRegionID: 80 + aMFSetID: 00 40 (6 bits unused) + aMFPointer: 00 (2 bits unused) + } + } + ServedGUAMIItem ::= { + gUAMI: GUAMI ::= { + pLMNIdentity: 64 F0 11 + aMFRegionID: 0A + aMFSetID: 00 40 (6 bits unused) + aMFPointer: 04 (2 bits unused) + } + } + } + } + NGSetupResponseIEs ::= { + id: 86 + criticality: 1 (ignore) + value: 30 + } + NGSetupResponseIEs ::= { + id: 80 + criticality: 0 (reject) + value: PLMNSupportList ::= { + PLMNSupportItem ::= { + pLMNIdentity: 02 F8 59 + sliceSupportList: SliceSupportList ::= { + SliceSupportItem ::= { + s-NSSAI: S-NSSAI ::= { + sST: DE + sD: 00 00 7B + } + } + SliceSupportItem ::= { + s-NSSAI: S-NSSAI ::= { + sST: 01 + sD: 00 00 0C + } + } + } + } + } + } + } + } +} +[2022-01-05T08:52:36.378568] [AMF] [ngap ] [debug] er.encoded (512) +[2022-01-05T08:52:36.378608] [AMF] [sctp ] [debug] [Socket 23, Assoc ID 82] Sending buffer 0x619000020380 of 512 bytes on stream 0 with ppid 60 +[2022-01-05T08:52:36.378863] [AMF] [sctp ] [debug] Successfully sent 512 bytes on stream 0 +[2022-01-05T08:52:36.378896] [AMF] [amf_n2 ] [debug] Sending NG_SETUP_RESPONSE Ok +[2022-01-05T08:52:36.378909] [AMF] [amf_n2 ] [debug] gNB with gNB_id 0x400, assoc_id 82 has been attached to AMF +[2022-01-05T08:52:36.379630] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 72) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:36.379706] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:36.380066] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 15, present 1 +InitiatingMessage ::= { + procedureCode: 15 + criticality: 1 (ignore) + value: InitialUEMessage ::= { + protocolIEs: ProtocolIE-Container ::= { + InitialUEMessage-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + InitialUEMessage-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 00 41 71 00 0D 01 02 F8 59 21 43 00 00 00 00 + 00 00 13 2E 04 80 20 00 00 + } + InitialUEMessage-IEs ::= { + id: 121 + criticality: 0 (reject) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + InitialUEMessage-IEs ::= { + id: 90 + criticality: 1 (ignore) + value: 3 (mo-Signalling) + } + InitialUEMessage-IEs ::= { + id: 112 + criticality: 1 (ignore) + value: 0 (requested) + } + } + } +} +after decoding ... +end decoding ... +[2022-01-05T08:52:36.381538] [AMF] [ngap ] [debug] Sending ITTI Initial UE Message to TASK_AMF_N2 +InitiatingMessage ::= { + procedureCode: 15 + criticality: 1 (ignore) + value: InitialUEMessage ::= { + protocolIEs: ProtocolIE-Container ::= { + InitialUEMessage-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + InitialUEMessage-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 00 41 71 00 0D 01 02 F8 59 21 43 00 00 00 00 + 00 00 13 2E 04 80 20 00 00 + } + InitialUEMessage-IEs ::= { + id: 121 + criticality: 0 (reject) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + InitialUEMessage-IEs ::= { + id: 90 +[LibNGAP]Received RanUeNgapId 0 +[2022-01-05T08:52:36.383503] [AMF] [ngap ] [debug] Received RanUeNgapId 0 +Received TAC: 40960 +[2022-01-05T08:52:36.383714] [AMF] [amf_n2 ] [info ] Received INITIAL_UE_MESSAGE message, handling +[2022-01-05T08:52:36.383749] [AMF] [amf_n2 ] [debug] Handle Initial UE Message... +[2022-01-05T08:52:36.383777] [AMF] [amf_n2 ] [debug] Create a new UE NGAP context with ran_ue_ngap_id 0x0 + criticality: 1 (ignore) + value: 3 (mo-Signalling) +[2022-01-05T08:52:36.383821] [AMF] [amf_n2 ] [debug] 5g_s_tmsi not present + } + InitialUEMessage-IEs ::= { + id: 112 + criticality: 1 (ignore) + value: 0 (requested) + } + } + } +} +[2022-01-05T08:52:36.383915] [AMF] [amf_app] [debug] Received NAS_SIG_ESTAB_REQ +[2022-01-05T08:52:36.383983] [AMF] [amf_app] [debug] No existing UE Context, Create a new one with ran_amf_id app_ue_ranid_0:amfid_1 +[2022-01-05T08:52:36.384276] [AMF] [amf_n1 ] [info ] Received UL_NAS_DATA_IND +[2022-01-05T08:52:36.384371] [AMF] [amf_n1 ] [debug] Serving network name 5G:mnc095.mcc208.3gppnetwork.org +[2022-01-05T08:52:36.384393] [AMF] [amf_n1 ] [warn ] No existing nas_context with amf_ue_ngap_id 0x1 +[2022-01-05T08:52:36.384411] [AMF] [amf_n1 ] [debug] Received Uplink NAS Message +7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.384456] [AMF] [amf_n1 ] [debug] Received plain NAS message +[2022-01-05T08:52:36.384497] [AMF] [amf_n1 ] [debug] Decoded Plain Message +7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.384532] [AMF] [amf_n1 ] [debug] Received NAS signalling establishment request... +[2022-01-05T08:52:36.384583] [AMF] [amf_n1 ] [debug] Decoded plain NAS Message buffer +7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.384614] [AMF] [amf_n1 ] [debug] No existing nas_context with amf_ue_ngap_id 0x1 --> Create a new one +[2022-01-05T08:52:36.384711] [AMF] [amf_n1 ] [debug] Signal the UE Reachability Status Event notification for SUPI imsi- +[2022-01-05T08:52:36.404960] [AMF] [amf_n1 ] [debug] Send request to SBI to triger UE Reachability Report (SUPI imsi- ) +[2022-01-05T08:52:36.405003] [AMF] [amf_n1 ] [debug] NAS message type 0x41 +[2022-01-05T08:52:36.405013] [AMF] [amf_n1 ] [debug] Received registration request message, handling... +[2022-01-05T08:52:36.405104] [AMF] [nas_mm ] [debug] Decoding RegistrationRequest message +[2022-01-05T08:52:36.405132] [AMF] [nas_mm ] [debug] Decoding 5GSRegistrationType +[2022-01-05T08:52:36.405143] [AMF] [nas_mm ] [debug] Decoded 5GSRegistrationType len (1/2 octet) +[2022-01-05T08:52:36.405156] [AMF] [nas_mm ] [debug] Decoding NasKeySetIdentifier IE +[2022-01-05T08:52:36.405166] [AMF] [nas_mm ] [debug] Decoded NasKeySetIdentifier IE (TSC 0x0, Key_id 0x7) +[2022-01-05T08:52:36.405178] [AMF] [nas_mm ] [debug] Decoding 5GSMobilityIdentity +[2022-01-05T08:52:36.405188] [AMF] [amf_n1 ] [debug] Decoded 5GSMobilityIdentity IE length 13 +[2022-01-05T08:52:36.405198] [AMF] [nas_mm ] [debug] Decoding 5GSMobilityIdentity SUCI +[2022-01-05T08:52:36.405242] [AMF] [nas_mm ] [debug] MCC 208, MNC 95 +[2022-01-05T08:52:36.405281] [AMF] [nas_mm ] [debug] Decoded routing indicator 1234 +[2022-01-05T08:52:36.405313] [AMF] [nas_mm ] [debug] Decoded MSIN 0000000031 +[2022-01-05T08:52:36.405330] [AMF] [nas_mm ] [debug] Decoded 5GSMobilityIdentity SUCI SUPI format IMSI (len 13) +[2022-01-05T08:52:36.405347] [AMF] [nas_mm ] [debug] Decoded SUCI (15 octets) +[2022-01-05T08:52:36.405362] [AMF] [nas_mm ] [debug] First option IEI 0x2e +[2022-01-05T08:52:36.405377] [AMF] [nas_mm ] [debug] Decoding IEI (0x2E) +[2022-01-05T08:52:36.405395] [AMF] [nas_mm ] [debug] Decoding UESecurityCapability IEI 0x2e +[2022-01-05T08:52:36.405413] [AMF] [nas_mm ] [debug] UESecurityCapability (length 4) EA 0x80,IA 0x20, EEA 0x0, EIA 0x0, +[2022-01-05T08:52:36.405429] [AMF] [nas_mm ] [debug] Next IEI 0x0 +[2022-01-05T08:52:36.405444] [AMF] [nas_mm ] [debug] Decoded RegistrationRequest message (len 25) +[2022-01-05T08:52:36.405506] [AMF] [amf_n1 ] [debug] Received IMSI 208950000000031 +[2022-01-05T08:52:36.405703] [AMF] [amf_n1 ] [info ] Associating IMSI (imsi-208950000000031) with nas_context (0x61600000ff80) +[2022-01-05T08:52:36.405795] [AMF] [amf_app] [debug] Add UE Info (IMSI 208950000000031) success +[2022-01-05T08:52:36.405825] [AMF] [amf_n1 ] [debug] Set 5GMM state to _5GMM_COMMON_PROCEDURE_INITIATED +[2022-01-05T08:52:36.405849] [AMF] [amf_n1 ] [debug] Signal the UE Registration State Event notification for SUPI imsi-208950000000031 +[2022-01-05T08:52:36.405927] [AMF] [amf_n1 ] [debug] Send request to SBI to triger UE Registration State Report (SUPI imsi-208950000000031 ) +[2022-01-05T08:52:36.405995] [AMF] [amf_n1 ] [debug] Existing nas_context --> Update +[2022-01-05T08:52:36.406062] [AMF] [amf_n1 ] [debug] Update UC context, SUPI imsi-208950000000031 +[2022-01-05T08:52:36.406094] [AMF] [amf_n1 ] [debug] No Optional IE RequestedNssai available +[2022-01-05T08:52:36.406109] [AMF] [amf_n1 ] [debug] No Optional NAS Container inside Registration Request message +[2022-01-05T08:52:36.406393] [AMF] [amf_n1 ] [debug] Signal the UE Location Report Event notification for SUPI imsi-208950000000031 +[2022-01-05T08:52:36.406477] [AMF] [amf_n1 ] [debug] Send request to SBI to triger UE Location Report (SUPI imsi-208950000000031 ) +[2022-01-05T08:52:36.406697] [AMF] [amf_n1 ] [debug] Start to run registration procedure +[2022-01-05T08:52:36.406723] [AMF] [amf_n1 ] [debug] SUCI SUPI format IMSI is available +[2022-01-05T08:52:36.406733] [AMF] [amf_n1 ] [debug] Authentication vector in nas_context is not available +[2022-01-05T08:52:36.406744] [AMF] [amf_n1 ] [debug] Start to generate authentication vectors +[2022-01-05T08:52:36.406755] [AMF] [amf_n1 ] [debug] Get Authentication Vectors from AUSF +[2022-01-05T08:52:36.406785] [AMF] [amf_n11] [debug] Send UE Authentication Request to AUSF (HTTP version 1) +[2022-01-05T08:52:36.406934] [AMF] [amf_n11] [debug] Send UE Authentication Request to AUSF, URL 192.168.70.138:80/nausf-auth/v1/ue-authentications +[2022-01-05T08:52:36.407046] [AMF] [amf_n11] [debug] Send UE Authentication Request to AUSF, msg body: + {"servingNetworkName":"5G:mnc095.mcc208.3gppnetwork.org","supiOrSuci":"208950000000031"} +[2022-01-05T08:52:36.600076] [AMF] [amf_n11] [debug] UE Authentication, response from AUSF, HTTP Code: 201 +[2022-01-05T08:52:36.600238] [AMF] [amf_n11] [debug] UE Authentication, response from AUSF +, {"5gAuthData":{"autn":"f793ab799f008000ed667575114ff870","hxresStar":"f14edf56e7af0046d4f125e004a2d6eb","rand":"eec7228d3896205b6d583acd299fa72e"},"_links":{"5G_AKA":{"href":"http://192.168.70.138:80/nausf-auth/v1/ue-authentications/f793ab799f008000ed667575114ff870/5g-aka-confirmation"}},"authType":"5G_AKA"} +Data: eec7228d3896205b6d583acd299fa72e (32 bytes) +Data (formatted): +ee c7 22 8d 38 96 20 5b 6d 58 3a cd 29 9f a7 2e +[2022-01-05T08:52:36.600322] [AMF] [amf_n1 ] [debug] 5G AV: RAND +ee c7 22 8d 38 96 20 5b 6d 58 3a cd 29 9f a7 2e +Data: f793ab799f008000ed667575114ff870 (32 bytes) +Data (formatted): +f7 93 ab 79 9f 0 80 0 ed 66 75 75 11 4f f8 70 +[2022-01-05T08:52:36.600357] [AMF] [amf_n1 ] [debug] 5G AV: AUTN +f7 93 ab 79 9f 0 80 0 ed 66 75 75 11 4f f8 70 +Data: f14edf56e7af0046d4f125e004a2d6eb (32 bytes) +Data (formatted): +f1 4e df 56 e7 af 0 46 d4 f1 25 e0 4 a2 d6 eb +[2022-01-05T08:52:36.600392] [AMF] [amf_n1 ] [debug] 5G AV: hxres* +f1 4e df 56 e7 af 0 46 d4 f1 25 e0 4 a2 d6 eb +[2022-01-05T08:52:36.600403] [AMF] [amf_n1 ] [info ] Links is: http://192.168.70.138:80/nausf-auth/v1/ue-authentications/f793ab799f008000ed667575114ff870/5g-aka-confirmation +[2022-01-05T08:52:36.600415] [AMF] [amf_n1 ] [debug] Received security vectors, try to setup security with the UE +[2022-01-05T08:52:36.600421] [AMF] [amf_n1 ] [debug] Starting authentication procedure +[2022-01-05T08:52:36.600427] [AMF] [nas_mm ] [debug] Encoding NasKeySetIdentifier ... +[2022-01-05T08:52:36.600432] [AMF] [amf_n1 ] [debug] Sending Authentication request with RAND +0xeec7228d3896205b6d583acd299fa72e +[2022-01-05T08:52:36.600437] [AMF] [nas_mm ] [debug] Encoding AuthenticationRequest message +[2022-01-05T08:52:36.600440] [AMF] [nas_mm ] [debug] Encoding NasMmPlainHeader +[2022-01-05T08:52:36.600443] [AMF] [nas_mm ] [debug] Encoded NasMmPlainHeader (len 3 octets) +[2022-01-05T08:52:36.600445] [AMF] [nas_mm ] [debug] Encoding NasKeySetIdentifier IE IEI 0x0 +[2022-01-05T08:52:36.600448] [AMF] [nas_mm ] [debug] Encoded NasKeySetIdentifier IE (TSC 0x0,Key_id 0x2) +[2022-01-05T08:52:36.600451] [AMF] [nas_mm ] [debug] Encoding ABBA IEI (0x0) +[2022-01-05T08:52:36.600454] [AMF] [nas_mm ] [debug] length(2) +[2022-01-05T08:52:36.600457] [AMF] [nas_mm ] [debug] Encoded ABBA len (3) +[2022-01-05T08:52:36.600460] [AMF] [nas_mm ] [debug] 0x2, 0x0, 0x0 +[2022-01-05T08:52:36.600463] [AMF] [nas_mm ] [debug] Encoding Authentication_Parameter_RAND IEI (0x21) +[2022-01-05T08:52:36.600466] [AMF] [nas_mm ] [debug] Encoding Authentication_Parameter_AUTN IEI (0x20) +[2022-01-05T08:52:36.600469] [AMF] [nas_mm ] [warn ] IE ie_eap_message is not available +[2022-01-05T08:52:36.600472] [AMF] [nas_mm ] [debug] Encoded AuthenticationRequest message (len 42) +[2022-01-05T08:52:36.600480] [AMF] [amf_n1 ] [debug] Authentication-Request message buffer +7e 0 56 2 2 0 0 21 ee c7 22 8d 38 96 20 5b 6d 58 3a cd 29 9f a7 2e 20 10 f7 93 ab 79 9f 0 80 0 ed 66 75 75 11 4f f8 70 +[2022-01-05T08:52:36.600489] [AMF] [amf_n1 ] [debug] amf_ue_ngap_id 0x1 +[2022-01-05T08:52:36.600516] [AMF] [amf_n2 ] [info ] Encoding DOWNLINK NAS TRANSPORT message, sending +[2022-01-05T08:52:36.600531] [AMF] [amf_n2 ] [debug] Handle DL NAS Transport ... +InitiatingMessage ::= { + procedureCode: 4 + criticality: 1 (ignore) + value: DownlinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + DownlinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + DownlinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + DownlinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 00 56 02 02 00 00 21 EE C7 22 8D 38 96 20 5B + 6D 58 3A CD 29 9F A7 2E 20 10 F7 93 AB 79 9F 00 + 80 00 ED 66 75 75 11 4F F8 70 + } + } + } +} +[2022-01-05T08:52:36.600826] [AMF] [ngap ] [debug] er.encoded( 528 ) +[2022-01-05T08:52:36.600838] [AMF] [sctp ] [debug] [Socket 23, Assoc ID 82] Sending buffer 0x619000020880 of 528 bytes on stream 0 with ppid 60 +[2022-01-05T08:52:36.600899] [AMF] [sctp ] [debug] Successfully sent 528 bytes on stream 0 +[2022-01-05T08:52:36.601170] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 64) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:36.601181] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:36.601230] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 46, present 1 +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 00 57 2D 10 66 15 31 56 F4 19 98 FA 24 CE D0 + B2 D6 2A CA E0 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) +after decoding ... + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 +end decoding ... +[2022-01-05T08:52:36.601575] [AMF] [ngap ] [debug] Sending ITTI Uplink NAS Transport message to TASK_AMF_N2 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 00 57 2D 10 66 15 31 56 F4 19 98 FA 24 CE D0 + B2 D6 2A CA E0 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +[LibNGAP]Received RanUeNgapId 0 +Received TAC: 40960 +[2022-01-05T08:52:36.602015] [AMF] [amf_n2 ] [info ] Received UPLINK_NAS_TRANSPORT message, handling +[2022-01-05T08:52:36.602025] [AMF] [amf_n2 ] [debug] Handle UL NAS Transport... +[2022-01-05T08:52:36.602063] [AMF] [amf_n1 ] [info ] Received UL_NAS_DATA_IND +[2022-01-05T08:52:36.602080] [AMF] [amf_n1 ] [debug] Serving network name 5G:mnc095.mcc208.3gppnetwork.org +[2022-01-05T08:52:36.602086] [AMF] [amf_n1 ] [debug] Received Uplink NAS Message +7e 0 57 2d 10 66 15 31 56 f4 19 98 fa 24 ce d0 b2 d6 2a ca e0 +[2022-01-05T08:52:36.602091] [AMF] [amf_n1 ] [debug] Received plain NAS message +[2022-01-05T08:52:36.602095] [AMF] [amf_n1 ] [debug] Decoded Plain Message +7e 0 57 2d 10 66 15 31 56 f4 19 98 fa 24 ce d0 b2 d6 2a ca e0 +[2022-01-05T08:52:36.602100] [AMF] [amf_n1 ] [debug] Received uplink NAS message... +[2022-01-05T08:52:36.602106] [AMF] [amf_n1 ] [debug] Decoded NAS message buffer +7e 0 57 2d 10 66 15 31 56 f4 19 98 fa 24 ce d0 b2 d6 2a ca e0 +[2022-01-05T08:52:36.602111] [AMF] [amf_n1 ] [debug] Received authentication response message, handling... +[2022-01-05T08:52:36.602116] [AMF] [amf_n1 ] [info ] Found nas_context (0x61600000ff80) with amf_ue_ngap_id (0x1) +[2022-01-05T08:52:36.602119] [AMF] [nas_mm ] [debug] Decoding AuthenticationResponse message +[2022-01-05T08:52:36.602122] [AMF] [nas_mm ] [debug] Decoded_size (3) +[2022-01-05T08:52:36.602125] [AMF] [nas_mm ] [debug] First option IEI (0x2d) +[2022-01-05T08:52:36.602128] [AMF] [nas_mm ] [debug] Decoding IEI (0x2D) +[2022-01-05T08:52:36.602131] [AMF] [nas_mm ] [debug] Decoding Authentication_Response_Parameter IEI 0x2d +[2022-01-05T08:52:36.602136] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x66 +[2022-01-05T08:52:36.602139] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x15 +[2022-01-05T08:52:36.602141] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x31 +[2022-01-05T08:52:36.602144] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x56 +[2022-01-05T08:52:36.602146] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xf4 +[2022-01-05T08:52:36.602149] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x19 +[2022-01-05T08:52:36.602151] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x98 +[2022-01-05T08:52:36.602154] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xfa +[2022-01-05T08:52:36.602156] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x24 +[2022-01-05T08:52:36.602159] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xce +[2022-01-05T08:52:36.602162] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xd0 +[2022-01-05T08:52:36.602164] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xb2 +[2022-01-05T08:52:36.602166] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xd6 +[2022-01-05T08:52:36.602169] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x2a +[2022-01-05T08:52:36.602172] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xca +[2022-01-05T08:52:36.602174] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xe0 +[2022-01-05T08:52:36.602177] [AMF] [nas_mm ] [debug] Decoded Authentication_Response_Parameter (len 18) +[2022-01-05T08:52:36.602180] [AMF] [nas_mm ] [debug] Next IEI (0x0) +[2022-01-05T08:52:36.602182] [AMF] [nas_mm ] [debug] Decoded AuthenticationResponse message len (21) +[2022-01-05T08:52:36.602187] [AMF] [amf_n1 ] [debug] _5g_aka_confirmation_from_ausf +[2022-01-05T08:52:36.602208] [AMF] [amf_n1 ] [debug] resStar +66 15 31 56 f4 19 98 fa 24 ce d0 b2 d6 2a ca e0 +[2022-01-05T08:52:36.602215] [AMF] [amf_n1 ] [info ] resStar_s (66153156F41998FA24CED0B2D62ACAE0) +[2022-01-05T08:52:36.602233] [AMF] [amf_n11] [info ] Send HTTP message with body {"resStar":"66153156F41998FA24CED0B2D62ACAE0"} +[2022-01-05T08:52:36.671651] [AMF] [amf_n11] [info ] Get response with httpcode (200) +Data: b4016965f9bc3b9f9d742ea80e6acfd8d82d62060b32207fd17f3a14d2e451ec (64 bytes) +Data (formatted): +b4 1 69 65 f9 bc 3b 9f 9d 74 2e a8 e 6a cf d8 d8 2d 62 6 b 32 20 7f d1 7f 3a 14 d2 e4 51 ec +[2022-01-05T08:52:36.671793] [AMF] [amf_n1 ] [debug] 5G AV: kseaf +b4 1 69 65 f9 bc 3b 9f 9d 74 2e a8 e 6a cf d8 d8 2d 62 6 b 32 20 7f d1 7f 3a 14 d2 e4 51 ec +[2022-01-05T08:52:36.671803] [AMF] [amf_n1 ] [debug] Deriving kamf +[2022-01-05T08:52:36.671807] [AMF] [amf_n1 ] [debug] derive_kamf ... +[2022-01-05T08:52:36.671835] [AMF] [amf_n1 ] [debug] kamf +13 ec df bd c1 ca 4e f9 22 20 30 c8 27 86 70 69 35 e9 13 eb dc 34 5 b8 2b 49 ba 76 aa bd 3a 2e +[2022-01-05T08:52:36.671870] [AMF] [amf_n1 ] [debug] Authentication successful by network! +[2022-01-05T08:52:36.671875] [AMF] [amf_n1 ] [debug] Start Security Mode Control procedure +[2022-01-05T08:52:36.671879] [AMF] [amf_n1 ] [debug] Using INTEGRITY_PROTECTED_WITH_NEW_SECU_CTX for SecurityModeControl message +amf_nea: 0x0 +amf_nia: 0x2 +[2022-01-05T08:52:36.671883] [AMF] [amf_n1 ] [debug] derive_knas ... +[2022-01-05T08:52:36.671889] [AMF] [amf_n1 ] [debug] derive_knas ... +[2022-01-05T08:52:36.671903] [AMF] [amf_n1 ] [debug] Encoded ngKSI 0x2 +[2022-01-05T08:52:36.671911] [AMF] [nas_mm ] [debug] Encoding NasKeySetIdentifier ... +[2022-01-05T08:52:36.671918] [AMF] [nas_mm ] [debug] Encoding SecurityModeCommand message +[2022-01-05T08:52:36.671921] [AMF] [nas_mm ] [debug] Encoding NasMmPlainHeader +[2022-01-05T08:52:36.671924] [AMF] [nas_mm ] [debug] Encoded NasMmPlainHeader (len 3 octets) +[2022-01-05T08:52:36.671927] [AMF] [nas_mm ] [debug] encoding NAS_Security_Algorithms +[2022-01-05T08:52:36.671930] [AMF] [nas_mm ] [debug] encoded NAS_Security_Algorithms IE 0x2 +[2022-01-05T08:52:36.671933] [AMF] [nas_mm ] [debug] Encoding NasKeySetIdentifier IE IEI 0x0 +[2022-01-05T08:52:36.671936] [AMF] [nas_mm ] [debug] Encoded NasKeySetIdentifier IE (TSC 0x0,Key_id 0x2) +[2022-01-05T08:52:36.671940] [AMF] [nas_mm ] [debug] Encoding UESecurityCapability IEI 0x0 +[2022-01-05T08:52:36.671943] [AMF] [nas_mm ] [debug] encoded UESecurityCapability (len 5) +[2022-01-05T08:52:36.671946] [AMF] [nas_mm ] [debug] Encoding IMEISV_Request iei (0xe) +[2022-01-05T08:52:36.671949] [AMF] [nas_mm ] [debug] Encoded IMEISV_Request IE (len - 1 octet) +[2022-01-05T08:52:36.671952] [AMF] [nas_mm ] [warn ] IE ie_eps_nas_security_algorithms is not available +[2022-01-05T08:52:36.671955] [AMF] [nas_mm ] [debug] encoding Additional_5G_Security_Information iei(0x36) +[2022-01-05T08:52:36.671958] [AMF] [nas_mm ] [debug] encoded Additional_5G_Security_Information IE(len(1 octet)) +[2022-01-05T08:52:36.671962] [AMF] [nas_mm ] [warn ] IE ie_eap_message is not available +[2022-01-05T08:52:36.671965] [AMF] [nas_mm ] [warn ] IE ie_abba is not available +[2022-01-05T08:52:36.671967] [AMF] [nas_mm ] [warn ] IE ie_s1_ue_security_capability is not available +[2022-01-05T08:52:36.671970] [AMF] [nas_mm ] [debug] Encoded SecurityModeCommand message len (14) +[2022-01-05T08:52:36.671975] [AMF] [amf_n1 ] [debug] Security-Mode-Command message buffer +7e 0 5d 2 2 4 80 20 0 0 e1 36 1 2 +[2022-01-05T08:52:36.671981] [AMF] [amf_n1 ] [debug] Encoding nas_message_protected... +[2022-01-05T08:52:36.671986] [AMF] [amf_n1 ] [debug] Parameters for NIA: knas_int +ad ae 35 53 e8 94 66 eb 7 91 31 87 d7 ec 75 c6 +[2022-01-05T08:52:36.671991] [AMF] [amf_n1 ] [debug] Parameters for NIA, count: 0x0 +[2022-01-05T08:52:36.671994] [AMF] [amf_n1 ] [debug] Parameters for NIA, bearer: 0x1 +[2022-01-05T08:52:36.671998] [AMF] [amf_n1 ] [debug] Parameters for NIA, direction: 0x1 +[2022-01-05T08:52:36.672001] [AMF] [amf_n1 ] [debug] Parameters for NIA, message: +0 7e 0 5d 2 2 4 80 20 0 0 e1 36 1 2 +[2022-01-05T08:52:36.672007] [AMF] [amf_n1 ] [debug] Integrity with algorithms: 128-5G-IA2 +[2022-01-05T08:52:36.672062] [AMF] [amf_n1 ] [debug] Result for NIA2, mac: +96 39 13 c9 +[2022-01-05T08:52:36.672068] [AMF] [amf_n1 ] [debug] Result for NIA2, mac32: 0x963913c9 +[2022-01-05T08:52:36.672071] [AMF] [amf_n1 ] [debug] mac32: 0x963913c9 +[2022-01-05T08:52:36.672080] [AMF] [amf_n1 ] [debug] Encrypted Security-Mode-Command message buffer +7e 3 96 39 13 c9 0 7e 0 5d 2 2 4 80 20 0 0 e1 36 1 2 +[2022-01-05T08:52:36.672106] [AMF] [amf_n2 ] [info ] Encoding DOWNLINK NAS TRANSPORT message, sending +[2022-01-05T08:52:36.672119] [AMF] [amf_n2 ] [debug] Handle DL NAS Transport ... +InitiatingMessage ::= { + procedureCode: 4 + criticality: 1 (ignore) + value: DownlinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + DownlinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + DownlinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + DownlinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 03 96 39 13 C9 00 7E 00 5D 02 02 04 80 20 00 + 00 E1 36 01 02 + } + } + } +} +[2022-01-05T08:52:36.672356] [AMF] [ngap ] [debug] er.encoded( 360 ) +[2022-01-05T08:52:36.672392] [AMF] [sctp ] [debug] [Socket 23, Assoc ID 82] Sending buffer 0x61500001fe80 of 360 bytes on stream 0 with ppid 60 +[2022-01-05T08:52:36.672456] [AMF] [sctp ] [debug] Successfully sent 360 bytes on stream 0 +[2022-01-05T08:52:36.672749] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 93) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:36.672773] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:36.672840] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 46, present 1 +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 04 55 00 65 55 00 7E 00 5E 77 00 09 35 65 90 + 02 04 97 15 F4 00 71 00 19 7E 00 41 71 00 0D 01 + 02 F8 59 21 43 00 00 00 00 00 00 13 2E 04 80 20 + 00 00 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +InitiatingMessage ::= { + procedureCode: 46 +after decoding ... +end decoding ... +[2022-01-05T08:52:36.673340] [AMF] [ngap ] [debug] Sending ITTI Uplink NAS Transport message to TASK_AMF_N2 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 04 55 00 65 55 00 7E 00 5E 77 00 09 35 65 90 + 02 04 97 15 F4 00 71 00 19 7E 00 41 71 00 0D 01 + 02 F8 59 21 43 00 00 00 00 00 00 13 2E 04 80 20 + 00 00 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +[LibNGAP]Received RanUeNgapId 0 +} +Received TAC: 40960 +[2022-01-05T08:52:36.673887] [AMF] [amf_n2 ] [info ] Received UPLINK_NAS_TRANSPORT message, handling +[2022-01-05T08:52:36.673900] [AMF] [amf_n2 ] [debug] Handle UL NAS Transport... +[2022-01-05T08:52:36.673942] [AMF] [amf_n1 ] [info ] Received UL_NAS_DATA_IND +[2022-01-05T08:52:36.673962] [AMF] [amf_n1 ] [debug] Serving network name 5G:mnc095.mcc208.3gppnetwork.org +[2022-01-05T08:52:36.673969] [AMF] [amf_n1 ] [debug] Received Uplink NAS Message +7e 4 55 0 65 55 0 7e 0 5e 77 0 9 35 65 90 2 4 97 15 f4 0 71 0 19 7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.673981] [AMF] [amf_n1 ] [debug] Received integrity protected and ciphered with new security context NAS message +[2022-01-05T08:52:36.673988] [AMF] [amf_n1 ] [debug] Parameters for NIA: knas_int +ad ae 35 53 e8 94 66 eb 7 91 31 87 d7 ec 75 c6 +[2022-01-05T08:52:36.673995] [AMF] [amf_n1 ] [debug] Uplink count in uplink: 0 +[2022-01-05T08:52:36.673998] [AMF] [amf_n1 ] [debug] Parameters for NIA, count: 0x0 +[2022-01-05T08:52:36.674002] [AMF] [amf_n1 ] [debug] Parameters for NIA, bearer: 0x1 +[2022-01-05T08:52:36.674005] [AMF] [amf_n1 ] [debug] Parameters for NIA, direction: 0x0 +[2022-01-05T08:52:36.674010] [AMF] [amf_n1 ] [debug] Parameters for NIA, message: +0 7e 0 5e 77 0 9 35 65 90 2 4 97 15 f4 0 71 0 19 7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.674028] [AMF] [amf_n1 ] [debug] Integrity with algorithms: 128-5G-IA2 +[2022-01-05T08:52:36.674055] [AMF] [amf_n1 ] [debug] Result for NIA2, mac: +55 0 65 55 +[2022-01-05T08:52:36.674063] [AMF] [amf_n1 ] [debug] Result for NIA2, mac32: 0x55006555 +[2022-01-05T08:52:36.674066] [AMF] [amf_n1 ] [debug] Received mac32 (0x55006555) from the message +[2022-01-05T08:52:36.674070] [AMF] [amf_n1 ] [debug] Integrity matched +[2022-01-05T08:52:36.674077] [AMF] [amf_n1 ] [debug] nsc->ul_count.overflow 0 +[2022-01-05T08:52:36.674080] [AMF] [amf_n1 ] [debug] Cipher protected with EA0_5G +[2022-01-05T08:52:36.674092] [AMF] [amf_n1 ] [debug] Decoded Plain Message +7e 0 5e 77 0 9 35 65 90 2 4 97 15 f4 0 71 0 19 7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.674103] [AMF] [amf_n1 ] [debug] Received uplink NAS message... +[2022-01-05T08:52:36.674108] [AMF] [amf_n1 ] [debug] Decoded NAS message buffer +7e 0 5e 77 0 9 35 65 90 2 4 97 15 f4 0 71 0 19 7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.674117] [AMF] [amf_n1 ] [debug] Received security mode complete message, handling... +[2022-01-05T08:52:36.674122] [AMF] [amf_n1 ] [debug] Handling Security Mode Complete ... +[2022-01-05T08:52:36.674132] [AMF] [nas_mm ] [debug] initiating class SecurityModeComplete +[2022-01-05T08:52:36.674137] [AMF] [nas_mm ] [debug] Decoding SecurityModeComplete message +[2022-01-05T08:52:36.674141] [AMF] [nas_mm ] [debug] Decoded_size (3) +[2022-01-05T08:52:36.674145] [AMF] [nas_mm ] [debug] Optional IEI (0x77) +[2022-01-05T08:52:36.674148] [AMF] [nas_mm ] [debug] Decoding IEI (0x77) +[2022-01-05T08:52:36.674152] [AMF] [nas_mm ] [debug] Decoding 5GSMobilityIdentity +[2022-01-05T08:52:36.674155] [AMF] [amf_n1 ] [debug] Decoded 5GSMobilityIdentity IE length 9 +[2022-01-05T08:52:36.674158] [AMF] [nas_mm ] [debug] decoding 5GSMobilityIdentity IMEISV +[2022-01-05T08:52:36.674164] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x35) +[2022-01-05T08:52:36.674167] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x65) +[2022-01-05T08:52:36.674171] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x90) +[2022-01-05T08:52:36.674174] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x2) +[2022-01-05T08:52:36.674177] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x4) +[2022-01-05T08:52:36.674181] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x97) +[2022-01-05T08:52:36.674184] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x15) +[2022-01-05T08:52:36.674187] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0xf4) +[2022-01-05T08:52:36.674191] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV value(0x0) +[2022-01-05T08:52:36.674194] [AMF] [nas_mm ] [debug] decoded 5GSMobilityIdentity IMEISV len (9) +[2022-01-05T08:52:36.674198] [AMF] [nas_mm ] [debug] Optional IEI (0x71) +[2022-01-05T08:52:36.674201] [AMF] [nas_mm ] [debug] Decoding IEI (0x71) +[2022-01-05T08:52:36.674205] [AMF] [nas_mm ] [debug] Decoding NAS_Message_Container iei (0x71) +[2022-01-05T08:52:36.674210] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x7e +[2022-01-05T08:52:36.674214] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674217] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x41 +[2022-01-05T08:52:36.674221] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x71 +[2022-01-05T08:52:36.674224] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674227] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xd +[2022-01-05T08:52:36.674230] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x1 +[2022-01-05T08:52:36.674233] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x2 +[2022-01-05T08:52:36.674237] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0xf8 +[2022-01-05T08:52:36.674240] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x59 +[2022-01-05T08:52:36.674243] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x21 +[2022-01-05T08:52:36.674246] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x43 +[2022-01-05T08:52:36.674249] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674253] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674256] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674259] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674262] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674266] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674269] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x13 +[2022-01-05T08:52:36.674272] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x2e +[2022-01-05T08:52:36.674275] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x4 +[2022-01-05T08:52:36.674279] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x80 +[2022-01-05T08:52:36.674282] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x20 +[2022-01-05T08:52:36.674285] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674289] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container value 0x0 +[2022-01-05T08:52:36.674292] [AMF] [nas_mm ] [debug] Decoded NAS_Message_Container (len 28) +[2022-01-05T08:52:36.674295] [AMF] [nas_mm ] [debug] Decoded SecurityModeComplete message len (43) +[2022-01-05T08:52:36.674300] [AMF] [amf_n1 ] [debug] Security Mode Complete message buffer +7e 0 5e 77 0 9 35 65 90 2 4 97 15 f4 0 71 0 19 7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.674320] [AMF] [amf_n1 ] [debug] NAS Message Container +7e 0 41 71 0 d 1 2 f8 59 21 43 0 0 0 0 0 0 13 2e 4 80 20 0 0 +[2022-01-05T08:52:36.674329] [AMF] [amf_n1 ] [debug] NAS Message Container, Message Type 0x41 +[2022-01-05T08:52:36.674333] [AMF] [amf_n1 ] [debug] Registration Request in NAS Message Container +[2022-01-05T08:52:36.674338] [AMF] [nas_mm ] [debug] Decoding RegistrationRequest message +[2022-01-05T08:52:36.674343] [AMF] [nas_mm ] [debug] Decoding 5GSRegistrationType +[2022-01-05T08:52:36.674346] [AMF] [nas_mm ] [debug] Decoded 5GSRegistrationType len (1/2 octet) +[2022-01-05T08:52:36.674351] [AMF] [nas_mm ] [debug] Decoding NasKeySetIdentifier IE +[2022-01-05T08:52:36.674355] [AMF] [nas_mm ] [debug] Decoded NasKeySetIdentifier IE (TSC 0x0, Key_id 0x7) +[2022-01-05T08:52:36.674359] [AMF] [nas_mm ] [debug] Decoding 5GSMobilityIdentity +[2022-01-05T08:52:36.674363] [AMF] [amf_n1 ] [debug] Decoded 5GSMobilityIdentity IE length 13 +[2022-01-05T08:52:36.674366] [AMF] [nas_mm ] [debug] Decoding 5GSMobilityIdentity SUCI +[2022-01-05T08:52:36.674372] [AMF] [nas_mm ] [debug] MCC 208, MNC 95 +[2022-01-05T08:52:36.674380] [AMF] [nas_mm ] [debug] Decoded routing indicator 1234 +[2022-01-05T08:52:36.674390] [AMF] [nas_mm ] [debug] Decoded MSIN 0000000031 +[2022-01-05T08:52:36.674396] [AMF] [nas_mm ] [debug] Decoded 5GSMobilityIdentity SUCI SUPI format IMSI (len 13) +[2022-01-05T08:52:36.674400] [AMF] [nas_mm ] [debug] Decoded SUCI (15 octets) +[2022-01-05T08:52:36.674403] [AMF] [nas_mm ] [debug] First option IEI 0x2e +[2022-01-05T08:52:36.674407] [AMF] [nas_mm ] [debug] Decoding IEI (0x2E) +[2022-01-05T08:52:36.674415] [AMF] [nas_mm ] [debug] Decoding UESecurityCapability IEI 0x2e +[2022-01-05T08:52:36.674421] [AMF] [nas_mm ] [debug] UESecurityCapability (length 4) EA 0x80,IA 0x20, EEA 0x0, EIA 0x0, +[2022-01-05T08:52:36.674425] [AMF] [nas_mm ] [debug] Next IEI 0x0 +[2022-01-05T08:52:36.674428] [AMF] [nas_mm ] [debug] Decoded RegistrationRequest message (len 25) +[2022-01-05T08:52:36.674434] [AMF] [amf_n1 ] [debug] No Optional IE RequestedNssai available +[2022-01-05T08:52:36.674552] [AMF] [amf_n1 ] [debug] Allocated GUTI 20895128111 +[2022-01-05T08:52:36.674561] [AMF] [nas_mm ] [debug] Encoding RegistrationAccept message +[2022-01-05T08:52:36.674564] [AMF] [nas_mm ] [debug] Encoding NasMmPlainHeader +[2022-01-05T08:52:36.674568] [AMF] [nas_mm ] [debug] Encoded NasMmPlainHeader (len 3 octets) +[2022-01-05T08:52:36.674571] [AMF] [nas_mm ] [debug] encoding _5GS_Registration_Result iei(0x0) +[2022-01-05T08:52:36.674575] [AMF] [nas_mm ] [debug] encoded _5GS_Registration_Result len(2) +[2022-01-05T08:52:36.674578] [AMF] [nas_mm ] [debug] Encoding 5G-GUTI IEI 0x77 +[2022-01-05T08:52:36.674582] [AMF] [nas_mm ] [debug] Encoding 5GSMobilityIdentity type 0x2 +[2022-01-05T08:52:36.674588] [AMF] [nas_mm ] [debug] MNC digit 1: 0 +[2022-01-05T08:52:36.674591] [AMF] [nas_mm ] [debug] Encoding MNC 2 digits +[2022-01-05T08:52:36.674595] [AMF] [nas_mm ] [debug] Buffer 0xf8 +[2022-01-05T08:52:36.674598] [AMF] [nas_mm ] [debug] MCC 208, MNC 95 +[2022-01-05T08:52:36.674601] [AMF] [nas_mm ] [debug] Encoded 5G-GUTI IE (len 14 octets) +[2022-01-05T08:52:36.674609] [AMF] [nas_mm ] [warn ] IE ie_equivalent_plmns is not available +[2022-01-05T08:52:36.674614] [AMF] [nas_mm ] [debug] Encoding NSSAI IEI (0x15) +[2022-01-05T08:52:36.674617] [AMF] [nas_mm ] [debug] Encoded NSSAI len (0) +[2022-01-05T08:52:36.674620] [AMF] [nas_mm ] [debug] Encoded NSSAI len (0) +[2022-01-05T08:52:36.674624] [AMF] [nas_mm ] [debug] Encoded NSSAI len (7b) +[2022-01-05T08:52:36.674628] [AMF] [nas_mm ] [debug] Encoded NSSAI len (0) +[2022-01-05T08:52:36.674633] [AMF] [nas_mm ] [debug] Encoded NSSAI len (0) +[2022-01-05T08:52:36.674638] [AMF] [nas_mm ] [debug] Encoded NSSAI len (c) +[2022-01-05T08:52:36.674643] [AMF] [nas_mm ] [debug] Encoded NSSAI len (20) +[2022-01-05T08:52:36.674648] [AMF] [nas_mm ] [warn ] IE ie_rejected_nssai is not available +[2022-01-05T08:52:36.674651] [AMF] [nas_mm ] [warn ] IE ie_configured_nssai is not available +[2022-01-05T08:52:36.674656] [AMF] [nas_mm ] [debug] Encoding _5GS_Network_Feature_Support IEI (0x21) +[2022-01-05T08:52:36.674662] [AMF] [nas_mm ] [debug] Encoded _5GS_Network_Feature_Support len (4) +[2022-01-05T08:52:36.674667] [AMF] [nas_mm ] [warn ] IE ie_PDU_session_status is not available +[2022-01-05T08:52:36.674671] [AMF] [nas_mm ] [warn ] IE ie_pdu_session_reactivation_result is not available +[2022-01-05T08:52:36.674675] [AMF] [nas_mm ] [warn ] IE ie_pdu_session_reactivation_result_error_cause is not available +[2022-01-05T08:52:36.674679] [AMF] [nas_mm ] [warn ] IE ie_MICO_indicationl is not available +[2022-01-05T08:52:36.674682] [AMF] [nas_mm ] [warn ] IE ie_network_slicing_indication is not available +[2022-01-05T08:52:36.674686] [AMF] [nas_mm ] [debug] Encoding GPRS_Timer_3 IEI (0x5e) +[2022-01-05T08:52:36.674689] [AMF] [nas_mm ] [debug] Encoded GPRS_Timer_3 content (0xb6) +[2022-01-05T08:52:36.674693] [AMF] [nas_mm ] [debug] Encoded GPRS_Timer_3 len (3) +[2022-01-05T08:52:36.674696] [AMF] [nas_mm ] [warn ] IE ie_Non_3GPP_de_registration_timer_value is not available +[2022-01-05T08:52:36.674700] [AMF] [nas_mm ] [warn ] IE ie_T3502_value is not available +[2022-01-05T08:52:36.674703] [AMF] [nas_mm ] [warn ] IE ie_sor_transparent_container is not available +[2022-01-05T08:52:36.674706] [AMF] [nas_mm ] [warn ] IE ie_eap_message is not available +[2022-01-05T08:52:36.674710] [AMF] [nas_mm ] [warn ] IE ie_nssai_inclusion_mode is not available +[2022-01-05T08:52:36.674713] [AMF] [nas_mm ] [warn ] IE ie_negotiated_drx_parameters is not available +[2022-01-05T08:52:36.674717] [AMF] [nas_mm ] [warn ] IE ie_non_3gpp_nw_policies is not available +[2022-01-05T08:52:36.674720] [AMF] [nas_mm ] [warn ] IE ie_eps_bearer_context_status is not available +[2022-01-05T08:52:36.674723] [AMF] [nas_mm ] [warn ] IE ie_extended_drx_parameters is not available +[2022-01-05T08:52:36.674726] [AMF] [nas_mm ] [warn ] IE ie_T3447_value is not available +[2022-01-05T08:52:36.674730] [AMF] [nas_mm ] [warn ] IE ie_T3448_value is not available +[2022-01-05T08:52:36.674733] [AMF] [nas_mm ] [warn ] IE ie_T3324_value is not available +[2022-01-05T08:52:36.674736] [AMF] [nas_mm ] [warn ] IE ie_ue_radio_capability_id is not available +[2022-01-05T08:52:36.674739] [AMF] [nas_mm ] [warn ] IE ie_pending_nssai is not available +[2022-01-05T08:52:36.674743] [AMF] [nas_mm ] [debug] Encoded RegistrationAccept message len (55) +[2022-01-05T08:52:36.674748] [AMF] [amf_n1 ] [debug] Registration-Accept message buffer +7e 0 42 1 1 77 0 b f2 2 f8 59 80 0 41 0 0 0 1 54 7 0 2 f8 59 0 a0 0 15 12 8 de 0 0 7b 0 0 0 0 8 1 0 0 c 0 0 0 0 21 2 1 0 5e 1 b6 +[2022-01-05T08:52:36.674760] [AMF] [amf_n1 ] [info ] UE (IMSI 208950000000031, GUTI 20895128111, current RAN ID 0, current AMF ID 1) has been registered to the network +[2022-01-05T08:52:36.674777] [AMF] [amf_app] [debug] Update UE State (IMSI 208950000000031, State 5GMM-REGISTERED) success +[2022-01-05T08:52:36.674785] [AMF] [amf_n1 ] [debug] Set 5GMM state to _5GMM_REGISTERED +[2022-01-05T08:52:36.674790] [AMF] [amf_n1 ] [debug] Signal the UE Registration State Event notification for SUPI imsi-208950000000031 +[2022-01-05T08:52:36.674810] [AMF] [amf_n1 ] [debug] Send request to SBI to triger UE Registration State Report (SUPI imsi-208950000000031 ) +[2022-01-05T08:52:36.674821] [AMF] [amf_n1 ] [debug] Encoding nas_message_protected... +[2022-01-05T08:52:36.674847] [AMF] [amf_n1 ] [debug] Cipher protected with EA0_5G +[2022-01-05T08:52:36.674865] [AMF] [amf_n1 ] [debug] Parameters for NIA: knas_int +ad ae 35 53 e8 94 66 eb 7 91 31 87 d7 ec 75 c6 +[2022-01-05T08:52:36.674874] [AMF] [amf_n1 ] [debug] Parameters for NIA, count: 0x1 +[2022-01-05T08:52:36.674877] [AMF] [amf_n1 ] [debug] Parameters for NIA, bearer: 0x1 +[2022-01-05T08:52:36.674880] [AMF] [amf_n1 ] [debug] Parameters for NIA, direction: 0x1 +[2022-01-05T08:52:36.674889] [AMF] [amf_n1 ] [debug] Parameters for NIA, message: +1 7e 0 42 1 1 77 0 b f2 2 f8 59 80 0 41 0 0 0 1 54 7 0 2 f8 59 0 a0 0 15 12 8 de 0 0 7b 0 0 0 0 8 1 0 0 c 0 0 0 0 21 2 1 0 5e 1 b6 +[2022-01-05T08:52:36.674908] [AMF] [amf_n1 ] [debug] Integrity with algorithms: 128-5G-IA2 +[2022-01-05T08:52:36.674955] [AMF] [amf_n1 ] [debug] Result for NIA2, mac: +cb 98 7f 86 +[2022-01-05T08:52:36.674972] [AMF] [amf_n1 ] [debug] Result for NIA2, mac32: 0xcb987f86 +[2022-01-05T08:52:36.674983] [AMF] [amf_n1 ] [debug] derive_kgnb ... +[2022-01-05T08:52:36.674994] [AMF] [amf_n1 ] [debug] kamf +13 ec df bd c1 ca 4e f9 22 20 30 c8 27 86 70 69 35 e9 13 eb dc 34 5 b8 2b 49 ba 76 aa bd 3a 2e +[2022-01-05T08:52:36.675028] [AMF] [amf_n2 ] [info ] Encoding INITIAL CONTEXT SETUP REQUEST message, sending +[2022-01-05T08:52:36.675041] [AMF] [amf_n2 ] [debug] Handle Initial Context Setup Request ... +InitiatingMessage ::= { + procedureCode: 14 + criticality: 0 (reject) + value: InitialContextSetupRequest ::= { + protocolIEs: ProtocolIE-Container ::= { + InitialContextSetupRequestIEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + InitialContextSetupRequestIEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + InitialContextSetupRequestIEs ::= { + id: 28 + criticality: 0 (reject) + value: GUAMI ::= { + pLMNIdentity: 02 F8 59 + aMFRegionID: 80 + aMFSetID: 00 40 (6 bits unused) + aMFPointer: 04 (2 bits unused) + } + } + InitialContextSetupRequestIEs ::= { + id: 119 + criticality: 0 (reject) + value: UESecurityCapabilities ::= { + nRencryptionAlgorithms: E0 00 + nRintegrityProtectionAlgorithms: E0 00 + eUTRAencryptionAlgorithms: E0 00 + eUTRAintegrityProtectionAlgorithms: E0 00 + } + } + InitialContextSetupRequestIEs ::= { + id: 94 + criticality: 0 (reject) + value: + 76 2D FA 43 91 45 59 96 18 28 70 2E 01 CF 6E 2D + EF C7 E7 2C 72 EC E7 F7 EE 35 D6 C4 AB CF B6 D7 + } + InitialContextSetupRequestIEs ::= { + id: 38 + criticality: 1 (ignore) + value: + 7E 02 CB 98 7F 86 01 7E 00 42 01 01 77 00 0B F2 + 02 F8 59 80 00 41 00 00 00 01 54 07 00 02 F8 59 + 00 A0 00 15 12 08 DE 00 00 7B 00 00 00 00 08 01 + 00 00 0C 00 00 00 00 21 02 01 00 5E 01 B6 + } + InitialContextSetupRequestIEs ::= { + id: 0 + criticality: 0 (reject) + value: AllowedNSSAI ::= { + AllowedNSSAI-Item ::= { + s-NSSAI: S-NSSAI ::= { + sST: DE + sD: 7B 00 00 + } + } + } + } + } + } +} +[2022-01-05T08:52:36.676078] [AMF] [ngap ] [debug] er.encoded( 1248 ) +[2022-01-05T08:52:36.676118] [AMF] [sctp ] [debug] [Socket 23, Assoc ID 82] Sending buffer 0x61d00001fe80 of 1248 bytes on stream 0 with ppid 60 +[2022-01-05T08:52:36.676179] [AMF] [sctp ] [debug] Successfully sent 1248 bytes on stream 0 +[2022-01-05T08:52:36.676460] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 19) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:36.676476] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:36.676521] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 14, present 2 +SuccessfulOutcome ::= { + procedureCode: 14 + criticality: 1 (ignore) + value: InitialContextSetupResponse ::= { + protocolIEs: ProtocolIE-Container ::= { + InitialContextSetupResponseIEs ::= { + id: 10 + criticality: 1 (ignore) + value: 1 + } + InitialContextSetupResponseIEs ::= { + id: 85 + criticality: 1 (ignore) + value: 0 + } + } + } +} +after decoding ... +end decoding ... +[2022-01-05T08:52:36.676723] [AMF] [ngap ] [debug] Handling Initial Context Setup Response +[2022-01-05T08:52:36.676734] [AMF] [ngap ] [error] Check InitialContextSetupResponse message error +[2022-01-05T08:52:36.676740] [AMF] [ngap ] [error] Decoding InitialContextSetupResponse message error +[2022-01-05T08:52:36.879248] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 53) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:36.879329] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:36.879514] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 46, present 1 +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: 7E 04 69 A2 DE 72 01 7E 00 43 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 +after decoding ... + criticality: 0 (reject) + value: 0 +end decoding ... +[2022-01-05T08:52:36.880847] [AMF] [ngap ] [debug] Sending ITTI Uplink NAS Transport message to TASK_AMF_N2 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: 7E 04 69 A2 DE 72 01 7E 00 43 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +[LibNGAP]Received RanUeNgapId 0 +Received TAC: 40960 +[2022-01-05T08:52:36.882485] [AMF] [amf_n2 ] [info ] Received UPLINK_NAS_TRANSPORT message, handling +[2022-01-05T08:52:36.882528] [AMF] [amf_n2 ] [debug] Handle UL NAS Transport... +[2022-01-05T08:52:36.882624] [AMF] [amf_n1 ] [info ] Received UL_NAS_DATA_IND +[2022-01-05T08:52:36.882701] [AMF] [amf_n1 ] [debug] Serving network name 5G:mnc095.mcc208.3gppnetwork.org +[2022-01-05T08:52:36.882734] [AMF] [amf_n1 ] [debug] Received Uplink NAS Message +7e 4 69 a2 de 72 1 7e 0 43 +[2022-01-05T08:52:36.882766] [AMF] [amf_n1 ] [debug] Received integrity protected and ciphered with new security context NAS message +[2022-01-05T08:52:36.882788] [AMF] [amf_n1 ] [debug] Parameters for NIA: knas_int +ad ae 35 53 e8 94 66 eb 7 91 31 87 d7 ec 75 c6 +[2022-01-05T08:52:36.882816] [AMF] [amf_n1 ] [debug] Uplink count in uplink: 1 +[2022-01-05T08:52:36.882865] [AMF] [amf_n1 ] [debug] Parameters for NIA, count: 0x0 +[2022-01-05T08:52:36.882882] [AMF] [amf_n1 ] [debug] Parameters for NIA, bearer: 0x1 +[2022-01-05T08:52:36.882897] [AMF] [amf_n1 ] [debug] Parameters for NIA, direction: 0x0 +[2022-01-05T08:52:36.882919] [AMF] [amf_n1 ] [debug] Parameters for NIA, message: +1 7e 0 43 +[2022-01-05T08:52:36.882940] [AMF] [amf_n1 ] [debug] Integrity with algorithms: 128-5G-IA2 +[2022-01-05T08:52:36.882997] [AMF] [amf_n1 ] [debug] Result for NIA2, mac: +69 a2 de 72 +[2022-01-05T08:52:36.883022] [AMF] [amf_n1 ] [debug] Result for NIA2, mac32: 0x69a2de72 +[2022-01-05T08:52:36.883037] [AMF] [amf_n1 ] [debug] Received mac32 (0x69a2de72) from the message +[2022-01-05T08:52:36.883051] [AMF] [amf_n1 ] [debug] Integrity matched +[2022-01-05T08:52:36.883071] [AMF] [amf_n1 ] [debug] nsc->ul_count.overflow 0 +[2022-01-05T08:52:36.883086] [AMF] [amf_n1 ] [debug] Cipher protected with EA0_5G +[2022-01-05T08:52:36.883108] [AMF] [amf_n1 ] [debug] Decoded Plain Message +7e 0 43 +[2022-01-05T08:52:36.883129] [AMF] [amf_n1 ] [debug] Received uplink NAS message... +[2022-01-05T08:52:36.883145] [AMF] [amf_n1 ] [debug] Decoded NAS message buffer +7e 0 43 +[2022-01-05T08:52:36.883167] [AMF] [amf_n1 ] [debug] Received registration complete message, handling... +[2022-01-05T08:52:36.883184] [AMF] [amf_n1 ] [debug] Receiving Registration Complete, encoding Configuration Update Command +[2022-01-05T08:52:37.270386] [AMF] [amf_app] [info ] +[2022-01-05T08:52:37.270445] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:37.270459] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:52:37.270468] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:52:37.270485] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:52:37.270495] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:37.270506] [AMF] [amf_app] [info ] +[2022-01-05T08:52:37.270514] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:37.270524] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:52:37.270533] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:52:37.270549] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:52:37.270560] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:37.270570] [AMF] [amf_app] [info ] +[2022-01-05T08:52:40.677909] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 82) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:40.677994] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:40.678176] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 46, present 1 +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 02 8F E9 EF B3 02 7E 00 67 01 00 07 2E 01 01 + C1 FF FF 91 12 01 81 22 04 DE 00 00 7B 25 08 07 + 64 65 66 61 75 6C 74 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +after decoding ... +end decoding ... +[2022-01-05T08:52:40.679350] [AMF] [ngap ] [debug] Sending ITTI Uplink NAS Transport message to TASK_AMF_N2 +InitiatingMessage ::= { + procedureCode: 46 + criticality: 1 (ignore) + value: UplinkNASTransport ::= { + protocolIEs: ProtocolIE-Container ::= { + UplinkNASTransport-IEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + UplinkNASTransport-IEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + UplinkNASTransport-IEs ::= { + id: 38 + criticality: 0 (reject) + value: + 7E 02 8F E9 EF B3 02 7E 00 67 01 00 07 2E 01 01 + C1 FF FF 91 12 01 81 22 04 DE 00 00 7B 25 08 07 + 64 65 66 61 75 6C 74 + } + UplinkNASTransport-IEs ::= { + id: 121 + criticality: 1 (ignore) + value: UserLocationInformationNR ::= { + nR-CGI: NR-CGI ::= { + pLMNIdentity: 02 F8 59 + nRCellIdentity: 00 00 04 00 10 (4 bits unused) + } + tAI: TAI ::= { + pLMNIdentity: 02 F8 59 + tAC: 00 A0 00 + } + } + } + } + } +} +[LibNGAP]Received RanUeNgapId 0 +Received TAC: 40960 +[2022-01-05T08:52:40.680761] [AMF] [amf_n2 ] [info ] Received UPLINK_NAS_TRANSPORT message, handling +[2022-01-05T08:52:40.680817] [AMF] [amf_n2 ] [debug] Handle UL NAS Transport... +[2022-01-05T08:52:40.680919] [AMF] [amf_n1 ] [info ] Received UL_NAS_DATA_IND +[2022-01-05T08:52:40.680979] [AMF] [amf_n1 ] [debug] Serving network name 5G:mnc095.mcc208.3gppnetwork.org +[2022-01-05T08:52:40.681000] [AMF] [amf_n1 ] [debug] Received Uplink NAS Message +7e 2 8f e9 ef b3 2 7e 0 67 1 0 7 2e 1 1 c1 ff ff 91 12 1 81 22 4 de 0 0 7b 25 8 7 64 65 66 61 75 6c 74 +[2022-01-05T08:52:40.681027] [AMF] [amf_n1 ] [debug] Received integrity protected and ciphered NAS message +[2022-01-05T08:52:40.681040] [AMF] [amf_n1 ] [debug] Received integrity protected with new security context NAS message +[2022-01-05T08:52:40.681050] [AMF] [amf_n1 ] [debug] Received integrity protected and ciphered with new security context NAS message +[2022-01-05T08:52:40.681062] [AMF] [amf_n1 ] [debug] Parameters for NIA: knas_int +ad ae 35 53 e8 94 66 eb 7 91 31 87 d7 ec 75 c6 +[2022-01-05T08:52:40.681080] [AMF] [amf_n1 ] [debug] Uplink count in uplink: 2 +[2022-01-05T08:52:40.681115] [AMF] [amf_n1 ] [debug] Parameters for NIA, count: 0x1 +[2022-01-05T08:52:40.681135] [AMF] [amf_n1 ] [debug] Parameters for NIA, bearer: 0x1 +[2022-01-05T08:52:40.681150] [AMF] [amf_n1 ] [debug] Parameters for NIA, direction: 0x0 +[2022-01-05T08:52:40.681170] [AMF] [amf_n1 ] [debug] Parameters for NIA, message: +2 7e 0 67 1 0 7 2e 1 1 c1 ff ff 91 12 1 81 22 4 de 0 0 7b 25 8 7 64 65 66 61 75 6c 74 +[2022-01-05T08:52:40.681196] [AMF] [amf_n1 ] [debug] Integrity with algorithms: 128-5G-IA2 +[2022-01-05T08:52:40.681242] [AMF] [amf_n1 ] [debug] Result for NIA2, mac: +8f e9 ef b3 +[2022-01-05T08:52:40.681271] [AMF] [amf_n1 ] [debug] Result for NIA2, mac32: 0x8fe9efb3 +[2022-01-05T08:52:40.681283] [AMF] [amf_n1 ] [debug] Received mac32 (0x8fe9efb3) from the message +[2022-01-05T08:52:40.681296] [AMF] [amf_n1 ] [debug] Integrity matched +[2022-01-05T08:52:40.681314] [AMF] [amf_n1 ] [debug] nsc->ul_count.overflow 0 +[2022-01-05T08:52:40.681327] [AMF] [amf_n1 ] [debug] Cipher protected with EA0_5G +[2022-01-05T08:52:40.681341] [AMF] [amf_n1 ] [debug] Decoded Plain Message +7e 0 67 1 0 7 2e 1 1 c1 ff ff 91 12 1 81 22 4 de 0 0 7b 25 8 7 64 65 66 61 75 6c 74 +[2022-01-05T08:52:40.681363] [AMF] [amf_n1 ] [debug] Received uplink NAS message... +[2022-01-05T08:52:40.681375] [AMF] [amf_n1 ] [debug] Decoded NAS message buffer +7e 0 67 1 0 7 2e 1 1 c1 ff ff 91 12 1 81 22 4 de 0 0 7b 25 8 7 64 65 66 61 75 6c 74 +[2022-01-05T08:52:40.681409] [AMF] [amf_n1 ] [debug] Received ul NAS transport message, handling... +[2022-01-05T08:52:40.681424] [AMF] [amf_n1 ] [debug] Handling UL NAS Transport +[2022-01-05T08:52:40.681439] [AMF] [nas_mm ] [debug] Decoding ULNASTransport message +[2022-01-05T08:52:40.681486] [AMF] [nas_mm ] [debug] decoding Payload_Container_Type IE +[2022-01-05T08:52:40.681510] [AMF] [nas_mm ] [debug] decoded Payload_Container_Type iei(0x0) value(0x1) +[2022-01-05T08:52:40.681524] [AMF] [nas_mm ] [debug] Decoding Payload_Container iei (0x0) +[2022-01-05T08:52:40.681543] [AMF] [nas_mm ] [debug] Decoded_size (13) +[2022-01-05T08:52:40.681557] [AMF] [nas_mm ] [debug] First option IEI (0x12) +[2022-01-05T08:52:40.681569] [AMF] [nas_mm ] [debug] Decoding IEI (0x12) +[2022-01-05T08:52:40.681583] [AMF] [nas_mm ] [debug] decoding PDU_Session_Identity_2 iei(0x12) +[2022-01-05T08:52:40.681593] [AMF] [nas_mm ] [debug] decoded PDU_Session_Identity_2 value(0x1) +[2022-01-05T08:52:40.681602] [AMF] [nas_mm ] [debug] decoded PDU_Session_Identity_2 len(2) +[2022-01-05T08:52:40.681612] [AMF] [nas_mm ] [debug] Next IEI (0x81) +[2022-01-05T08:52:40.681621] [AMF] [nas_mm ] [debug] Decoding IEI (0x8) +[2022-01-05T08:52:40.681637] [AMF] [nas_mm ] [debug] decoding Request_Type iei(0x81) +[2022-01-05T08:52:40.681653] [AMF] [nas_mm ] [debug] decoded Request_Type _value(0x1) +[2022-01-05T08:52:40.681663] [AMF] [nas_mm ] [debug] decoded Request_Type len(1) +[2022-01-05T08:52:40.681672] [AMF] [nas_mm ] [debug] Next IEI (0x22) +[2022-01-05T08:52:40.681680] [AMF] [nas_mm ] [debug] Decoding IEI (0x22) +[2022-01-05T08:52:40.681693] [AMF] [nas_mm ] [debug] decoding S_NSSAI IEI (0x22) +[2022-01-05T08:52:40.681703] [AMF] [nas_mm ] [debug] Decoded S_NSSAI SST (0xde) SD (0x7b) hplmnSST (0x0) hplmnSD (0x0) +[2022-01-05T08:52:40.681715] [AMF] [nas_mm ] [debug] Decoded S_NSSAI len (6) +[2022-01-05T08:52:40.681728] [AMF] [nas_mm ] [debug] Next IEI (0x25) +[2022-01-05T08:52:40.681740] [AMF] [nas_mm ] [debug] Decoding IEI (0x25) +[2022-01-05T08:52:40.681752] [AMF] [nas_mm ] [debug] Decoding DNN IEI (0x25) +[2022-01-05T08:52:40.681780] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x7 +[2022-01-05T08:52:40.681795] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x64 +[2022-01-05T08:52:40.681807] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x65 +[2022-01-05T08:52:40.681820] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x66 +[2022-01-05T08:52:40.681832] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x61 +[2022-01-05T08:52:40.681840] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x75 +[2022-01-05T08:52:40.681849] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x6c +[2022-01-05T08:52:40.681857] [AMF] [nas_mm ] [debug] Decoded DNN value: 0x74 +[2022-01-05T08:52:40.681866] [AMF] [nas_mm ] [debug] Decoded DNN len: 10 +[2022-01-05T08:52:40.681875] [AMF] [nas_mm ] [debug] Next IEI (0x0) +[2022-01-05T08:52:40.681884] [AMF] [nas_mm ] [debug] decoded ULNASTransport message len(32) +[2022-01-05T08:52:40.681901] [AMF] [amf_n1 ] [debug] S_NSSAI for this PDU Session SST (0xde) SD (0x7b) hplmnSST (0x0) hplmnSD (0x0) +[2022-01-05T08:52:40.681926] [AMF] [amf_n1 ] [debug] Decoded DNN Bit String +64 65 66 61 75 6c 74 +[2022-01-05T08:52:40.682045] [AMF] [amf_n11] [info ] Running ITTI_SMF_PDU_SESSION_CREATE_SM_CTX +[2022-01-05T08:52:40.682107] [AMF] [amf_n11] [debug] Handle ITTI SMF_PDU_SESSION_CREATE_SM_CTX +[2022-01-05T08:52:40.682173] [AMF] [amf_n11] [info ] Find ue_context in amf_app using UE Context Key: app_ue_ranid_0:amfid_1 +[2022-01-05T08:52:40.682385] [AMF] [amf_n11] [debug] Create a PDU Session Context +[2022-01-05T08:52:40.682412] [AMF] [amf_n1 ] [debug] PDU Session Context, NSSAI SST (0xde) SD 123 +[2022-01-05T08:52:40.682457] [AMF] [amf_n11] [debug] Requested DNN: default +[2022-01-05T08:52:40.695177] [AMF] [amf_app] [debug] Resolve a DNS (name oai-smf, protocol http): Ip Addr 192.168.70.133, port 80 +[2022-01-05T08:52:40.695276] [AMF] [amf_n11] [debug] Decoded PTI for PDUSessionEstablishmentRequest(0x1) +[2022-01-05T08:52:40.695548] [AMF] [amf_n11] [debug] Handle PDU Session Establishment Request (SUPI imsi-208950000000031, PDU Session ID 1) +[2022-01-05T08:52:40.695955] [AMF] [amf_n11] [debug] Message body {"anType":"3GPP_ACCESS","dnn":"default","gpsi":"msisdn-200000000001","n1MessageContainer":{"n1MessageClass":"SM","n1MessageContent":{"contentId":"n1SmMsg"}},"pduSessionId":1,"pei":"imei-200000000000001","requestType":"INITIAL_REQUEST","sNssai":{"sd":"123","sst":222},"servingNetwork":{"mcc":"208","mnc":"95"},"servingNfId":"servingNfId","smContextStatusUri":"http://192.168.70.132/nsmf-pdusession/callback/imsi-208950000000031/1","supi":"imsi-208950000000031"} +n1sm buffer: 2e0101c1ffff91 +[2022-01-05T08:52:40.696061] [AMF] [amf_n11] [debug] Call SMF service: 192.168.70.133:80/nsmf-pdusession/v1/sm-contexts +[2022-01-05T08:52:40.696098] [AMF] [amf_app] [debug] [Format string as Hex] Input string (14 bytes): 2e0101c1ffff91 +[2022-01-05T08:52:40.696111] [AMF] [amf_app] [debug] Data (formatted): + 2e 01 01 c1 ff ff 91 +[2022-01-05T08:52:40.696326] [AMF] [amf_n11] [debug] Send HTTP message to SMF with body ------Boundary +Content-Type: application/json + +{"anType":"3GPP_ACCESS","dnn":"default","gpsi":"msisdn-200000000001","n1MessageContainer":{"n1MessageClass":"SM","n1MessageContent":{"contentId":"n1SmMsg"}},"pduSessionId":1,"pei":"imei-200000000000001","requestType":"INITIAL_REQUEST","sNssai":{"sd":"123","sst":222},"servingNetwork":{"mcc":"208","mnc":"95"},"servingNfId":"servingNfId","smContextStatusUri":"http://192.168.70.132/nsmf-pdusession/callback/imsi-208950000000031/1","supi":"imsi-208950000000031"} +------Boundary +Content-Type: application/vnd.3gpp.5gnas +Content-Id: n1SmMsg + +.���� +------Boundary-- + +[2022-01-05T08:52:40.715199] [AMF] [amf_n11] [info ] Get response with HTTP code (201) +[2022-01-05T08:52:40.715256] [AMF] [amf_n11] [info ] Response body {"cause":0} +[2022-01-05T08:52:40.715273] [AMF] [amf_app] [debug] Parsing the message with Simple Parser +[2022-01-05T08:52:40.715292] [AMF] [amf_n11] [info ] Json part {"cause":0} +[2022-01-05T08:52:40.757735] [AMF] [amf_n11] [info ] Location of the created SMF context: 192.168.70.133:80/nsmf-pdusession/v1/sm-contexts/1 +[2022-01-05T08:52:40.764236] [AMF] [amf_sbi] [debug] Received a N1N2MessageTrasfer request with ue_ctx_id imsi-208950000000031 +[2022-01-05T08:52:40.764305] [AMF] [amf_app] [debug] Parsing the message with Simple Parser +[2022-01-05T08:52:40.764321] [AMF] [amf_app] [debug] Boundary: ----Boundary +[2022-01-05T08:52:40.764371] [AMF] [amf_app] [debug] Content Type: application/json +[2022-01-05T08:52:40.764439] [AMF] [amf_app] [debug] Body: {"n1MessageContainer":{"n1MessageClass":"SM","n1MessageContent":{"contentId":"n1SmMsg"}},"n1n2FailureTxfNotifURI":"192.168.70.132/nsmf-pdusession/v1/callback/N1N2MsgTxfrFailureNotification/imsi-208950000000031","n2InfoContainer":{"n2InformationClass":"SM","ranInfo":"SM","smInfo":{"n2InfoContent":{"ngapData":{"contentId":"n2msg"},"ngapIeType":"PDU_RES_SETUP_REQ"},"pduSessionId":1,"sNssai":{"sd":"123","sst":222}}},"pduSessionId":1} +[2022-01-05T08:52:40.764476] [AMF] [amf_app] [debug] Content Type: application/vnd.3gpp.5gnas +[2022-01-05T08:52:40.764491] [AMF] [amf_app] [debug] Body: .� +[2022-01-05T08:52:40.764508] [AMF] [amf_app] [debug] Content Type: application/vnd.3gpp.ngap +[2022-01-05T08:52:40.764525] [AMF] [amf_app] [debug] Body: +[2022-01-05T08:52:40.764589] [AMF] [amf_sbi] [debug] Number of MIME parts 3 +[2022-01-05T08:52:40.764605] [AMF] [amf_sbi] [debug] Request body, part 1: +{"n1MessageContainer":{"n1MessageClass":"SM","n1MessageContent":{"contentId":"n1SmMsg"}},"n1n2FailureTxfNotifURI":"192.168.70.132/nsmf-pdusession/v1/callback/N1N2MsgTxfrFailureNotification/imsi-208950000000031","n2InfoContainer":{"n2InformationClass":"SM","ranInfo":"SM","smInfo":{"n2InfoContent":{"ngapData":{"contentId":"n2msg"},"ngapIeType":"PDU_RES_SETUP_REQ"},"pduSessionId":1,"sNssai":{"sd":"123","sst":222}}},"pduSessionId":1} +[2022-01-05T08:52:40.764668] [AMF] [amf_sbi] [debug] Request body, part 2: + .� +[2022-01-05T08:52:40.764678] [AMF] [amf_sbi] [debug] Request body, part 3: + +[2022-01-05T08:52:40.777957] [AMF] [amf_sbi] [debug] Receive N1N2MessageTransfer Request, handling... +[2022-01-05T08:52:40.778053] [AMF] [amf_sbi] [debug] Key for PDU Session context: SUPI (imsi-208950000000031) +2e 01 01 c2 11 00 09 01 00 06 31 31 01 01 ff 06 06 06 00 64 06 00 64 29 05 01 0c 01 01 04 22 04 de 00 00 7b 79 00 06 06 20 41 01 01 06 7b 00 01 80 25 1b 07 64 65 66 61 75 6c 74 06 6d 6e 63 30 39 35 06 6d 63 63 32 30 38 04 67 70 72 73 +tmp string: 2e0101c211000901000631310101ff06060600640600642905010c0101042204de00007b7900060620410101067b000180251b0764656661756c74066d6e63303935066d63633230380467707273 +data: 2e0101c211000901000631310101ff06060600640600642905010c0101042204de00007b7900060620410101067b000180251b0764656661756c74066d6e63303935066d63633230380467707273 +00 00 04 00 82 00 0a 0c 05 f5 e1 00 30 05 f5 e1 00 00 8b 00 0a 01 f0 c0 a8 46 86 00 00 00 01 00 86 00 01 00 00 88 00 07 00 06 00 00 06 00 00 +tmp string: 0000040082000a0c05f5e1003005f5e100008b000a01f0c0a846860000000100860001000088000700060000060000 +data: 0000040082000a0c05f5e1003005f5e100008b000a01f0c0a846860000000100860001000088000700060000060000 +[2022-01-05T08:52:40.778279] [AMF] [amf_sbi] [debug] n2sm size in amf_server(47) +[2022-01-05T08:52:40.778744] [AMF] [amf_app] [debug] Received N1N2_MESSAGE_TRANSFER_REQ +[2022-01-05T08:52:40.778807] [AMF] [amf_app] [info ] Handle ITTI N1N2 Message Transfer Request +[2022-01-05T08:52:40.779093] [AMF] [nas_mm ] [debug] Encoding DLNASTransport message +[2022-01-05T08:52:40.779125] [AMF] [nas_mm ] [debug] Encoding NasMmPlainHeader +[2022-01-05T08:52:40.779136] [AMF] [nas_mm ] [debug] Encoded NasMmPlainHeader (len 3 octets) +[2022-01-05T08:52:40.779149] [AMF] [nas_mm ] [debug] encoding Payload_Container_Type IE iei(0x0) +[2022-01-05T08:52:40.779157] [AMF] [nas_mm ] [debug] encoded Payload_Container_Type IE(len(1/2 octet)) +[2022-01-05T08:52:40.779168] [AMF] [nas_mm ] [debug] Encoding Payload_Container iei(0x0) +[2022-01-05T08:52:40.779180] [AMF] [nas_mm ] [debug] Encoded Payload_Container len(80) +[2022-01-05T08:52:40.779190] [AMF] [nas_mm ] [debug] encoding PDU_Session_Identity_2 iei(0x12) +[2022-01-05T08:52:40.779200] [AMF] [nas_mm ] [debug] encoded PDU_Session_Identity_2 len(2) +[2022-01-05T08:52:40.779210] [AMF] [nas_mm ] [warn ] IE ie_additional_information is not available +[2022-01-05T08:52:40.779220] [AMF] [nas_mm ] [warn ] IE ie_5gmm_cause is not available +[2022-01-05T08:52:40.779229] [AMF] [nas_mm ] [warn ] IE ie_back_off_timer_value is not available +[2022-01-05T08:52:40.779239] [AMF] [nas_mm ] [debug] Encoded DLNASTransport message len (86) +[2022-01-05T08:52:40.779254] [AMF] [amf_app] [debug] n1n2 transfer +7e 0 68 1 0 4e 2e 1 1 c2 11 0 9 1 0 6 31 31 1 1 ff 6 6 6 0 64 6 0 64 29 5 1 c 1 1 4 22 4 de 0 0 7b 79 0 6 6 20 41 1 1 6 7b 0 1 80 25 1b 7 64 65 66 61 75 6c 74 6 6d 6e 63 30 39 35 6 6d 63 63 32 30 38 4 67 70 72 73 12 1 +[2022-01-05T08:52:40.779482] [AMF] [amf_n1 ] [info ] Received DOWNLINK_NAS_TRANSFER +[2022-01-05T08:52:40.779546] [AMF] [amf_n1 ] [debug] Encoding nas_message_protected... +[2022-01-05T08:52:40.779569] [AMF] [amf_n1 ] [debug] Cipher protected with EA0_5G +[2022-01-05T08:52:40.779614] [AMF] [amf_n1 ] [debug] Parameters for NIA: knas_int +ad ae 35 53 e8 94 66 eb 7 91 31 87 d7 ec 75 c6 +[2022-01-05T08:52:40.779639] [AMF] [amf_n1 ] [debug] Parameters for NIA, count: 0x2 +[2022-01-05T08:52:40.779649] [AMF] [amf_n1 ] [debug] Parameters for NIA, bearer: 0x1 +[2022-01-05T08:52:40.779659] [AMF] [amf_n1 ] [debug] Parameters for NIA, direction: 0x1 +[2022-01-05T08:52:40.779671] [AMF] [amf_n1 ] [debug] Parameters for NIA, message: +2 7e 0 68 1 0 4e 2e 1 1 c2 11 0 9 1 0 6 31 31 1 1 ff 6 6 6 0 64 6 0 64 29 5 1 c 1 1 4 22 4 de 0 0 7b 79 0 6 6 20 41 1 1 6 7b 0 1 80 25 1b 7 64 65 66 61 75 6c 74 6 6d 6e 63 30 39 35 6 6d 63 63 32 30 38 4 67 70 72 73 12 1 +[2022-01-05T08:52:40.779733] [AMF] [amf_n1 ] [debug] Integrity with algorithms: 128-5G-IA2 +[2022-01-05T08:52:40.779805] [AMF] [amf_n1 ] [debug] Result for NIA2, mac: +8b 59 cb a8 +[2022-01-05T08:52:40.779840] [AMF] [amf_n1 ] [debug] Result for NIA2, mac32: 0x8b59cba8 +[2022-01-05T08:52:40.779956] [AMF] [amf_n2 ] [info ] Encoding PDU SESSION RESOURCE SETUP REQUEST message, sending +[2022-01-05T08:52:40.779998] [AMF] [amf_n2 ] [debug] Handle PDU Session Resource Setup Request ... +[2022-01-05T08:52:40.780070] [AMF] [amf_n2 ] [debug] SUPI (imsi-208950000000031) +[2022-01-05T08:52:40.780095] [AMF] [amf_n2 ] [debug] S_NSSAI (SST, SD) 222, 123 +InitiatingMessage ::= { + procedureCode: 29 + criticality: 0 (reject) + value: PDUSessionResourceSetupRequest ::= { + protocolIEs: ProtocolIE-Container ::= { + PDUSessionResourceSetupRequestIEs ::= { + id: 10 + criticality: 0 (reject) + value: 1 + } + PDUSessionResourceSetupRequestIEs ::= { + id: 85 + criticality: 0 (reject) + value: 0 + } + PDUSessionResourceSetupRequestIEs ::= { + id: 74 + criticality: 0 (reject) + value: PDUSessionResourceSetupListSUReq ::= { + PDUSessionResourceSetupItemSUReq ::= { + pDUSessionID: 1 + pDUSessionNAS-PDU: + 7E 02 8B 59 CB A8 02 7E 00 68 01 00 4E 2E 01 01 + C2 11 00 09 01 00 06 31 31 01 01 FF 06 06 06 00 + 64 06 00 64 29 05 01 0C 01 01 04 22 04 DE 00 00 + 7B 79 00 06 06 20 41 01 01 06 7B 00 01 80 25 1B + 07 64 65 66 61 75 6C 74 06 6D 6E 63 30 39 35 06 + 6D 63 63 32 30 38 04 67 70 72 73 12 01 + s-NSSAI: S-NSSAI ::= { + sST: DE + sD: 00 00 7B + } + pDUSessionResourceSetupRequestTransfer: + 00 00 04 00 82 00 0A 0C 05 F5 E1 00 30 05 F5 E1 + 00 00 8B 00 0A 01 F0 C0 A8 46 86 00 00 00 01 00 + 86 00 01 00 00 88 00 07 00 06 00 00 06 00 00 + } + } + } + PDUSessionResourceSetupRequestIEs ::= { + id: 110 + criticality: 1 (ignore) + value: UEAggregateMaximumBitRate ::= { + uEAggregateMaximumBitRateDL: 300000000 + uEAggregateMaximumBitRateUL: 200000000 + } + } + } + } +} +[2022-01-05T08:52:40.781909] [AMF] [ngap ] [debug] er.encoded (189) +[2022-01-05T08:52:40.781938] [AMF] [amf_n2 ] [debug] N2 SM buffer data: +00 1d 00 ffffff80 ffffffb8 00 00 04 00 0a 00 02 00 01 00 55 00 02 00 00 00 4a 00 ffffff80 ffffff96 00 40 01 5d 7e 02 ffffff8b 59 ffffffcb ffffffa8 02 7e 00 68 01 00 4e 2e 01 01 ffffffc2 11 00 09 01 00 06 31 31 01 01 ffffffff 06 06 06 00 64 06 00 64 29 05 01 0c 01 01 04 22 04 ffffffde 00 00 7b 79 00 06 06 20 41 01 01 06 7b 00 01 ffffff80 25 1b 07 64 65 66 61 75 6c 74 06 6d 6e 63 30 39 35 06 6d 63 63 32 30 38 04 67 70 72 73 12 01 5b ffffffc0 00 00 7b 2f 00 00 04 00 ffffff82 00 0a 0c 05 fffffff5 ffffffe1 00 30 05 fffffff5 ffffffe1 00 00 ffffff8b 00 0a 01 fffffff0 ffffffc0 ffffffa8 46 ffffff86 00 00 00 01 00 ffffff86 00 01 00 00 ffffff88 00 07 00 06 00 00 06 00 00 00 6e 40 0a 0c 11 ffffffe1 ffffffa3 00 30 0b ffffffeb ffffffc2 00 [2022-01-05T08:52:40.782036] [AMF] [amf_n2 ] [debug] (189 bytes) + +[2022-01-05T08:52:40.782069] [AMF] [sctp ] [debug] [Socket 23, Assoc ID 82] Sending buffer 0x61100001a440 of 189 bytes on stream 0 with ppid 60 +[2022-01-05T08:52:40.782267] [AMF] [sctp ] [debug] Successfully sent 189 bytes on stream 0 +[2022-01-05T08:52:50.681908] [AMF] [sctp ] [info ] ****[Assoc_id 82, Socket 23] Received a msg (length 40) from port 43832, on stream 0, PPID 60 **** +[2022-01-05T08:52:50.681996] [AMF] [ngap ] [debug] Handling SCTP payload from SCTP Server on assoc_id (82), stream_id (0), instreams (65535), outstreams (10) +[2022-01-05T08:52:50.682240] [AMF] [ngap ] [debug] Decoded NGAP message, procedure code 29, present 2 +SuccessfulOutcome ::= { + procedureCode: 29 + criticality: 0 (reject) + value: PDUSessionResourceSetupResponse ::= { + protocolIEs: ProtocolIE-Container ::= { + PDUSessionResourceSetupResponseIEs ::= { + id: 10 + criticality: 1 (ignore) + value: 1 + } + PDUSessionResourceSetupResponseIEs ::= { + id: 85 + criticality: 1 (ignore) + value: 0 + } + PDUSessionResourceSetupResponseIEs ::= { + id: 75 + criticality: 1 (ignore) + value: PDUSessionResourceSetupListSURes ::= { + PDUSessionResourceSetupItemSURes ::= { + pDUSessionID: 1 + pDUSessionResourceSetupResponseTransfer: 00 03 E0 C0 A8 46 9C 9A CB 04 42 00 06 + } + } + } + } + } +} +after decoding ... +end decoding ... +[2022-01-05T08:52:50.683212] [AMF] [ngap ] [debug] Handle PDU Session Resource Setup Response +[LibNGAP]Received RanUeNgapId 0 +[2022-01-05T08:52:50.683461] [AMF] [amf_n11] [info ] Receive Nsmf_PDUSessionUpdateSMContext, handling ... +[2022-01-05T08:52:50.683542] [AMF] [amf_n11] [debug] Send PDU Session Update SM Context Request to SMF (SUPI imsi-208950000000031, PDU Session ID 1) +[2022-01-05T08:52:50.683610] [AMF] [amf_n11] [debug] SMF URI: 192.168.70.133:80/nsmf-pdusession/v1/sm-contexts/1/modify +n1sm buffer: 0003e0c0a8469c9acb04420006 +[2022-01-05T08:52:50.683779] [AMF] [amf_n11] [debug] Call SMF service: 192.168.70.133:80/nsmf-pdusession/v1/sm-contexts/1/modify +[2022-01-05T08:52:50.683837] [AMF] [amf_app] [debug] [Format string as Hex] Input string (26 bytes): 0003e0c0a8469c9acb04420006 +[2022-01-05T08:52:50.683852] [AMF] [amf_app] [debug] Data (formatted): + 00 03 e0 c0 a8 46 9c 9a cb 04 42 00 06 +[2022-01-05T08:52:50.683981] [AMF] [amf_n11] [debug] Send HTTP message to SMF with body ------Boundary +Content-Type: application/json + +{"n2SmInfo":{"contentId":"n2msg"},"n2SmInfoType":"PDU_RES_SETUP_RSP"} +------Boundary +Content-Type: application/vnd.3gpp.ngap +Content-Id: n2msg + + +[2022-01-05T08:52:50.690164] [AMF] [amf_n11] [info ] Get response with HTTP code (200) +[2022-01-05T08:52:50.690206] [AMF] [amf_n11] [info ] Response body {"cause":1} +[2022-01-05T08:52:50.690219] [AMF] [amf_app] [debug] Parsing the message with Simple Parser +[2022-01-05T08:52:50.690232] [AMF] [amf_n11] [info ] Json part {"cause":1} +[2022-01-05T08:52:57.270647] [AMF] [amf_app] [info ] +[2022-01-05T08:52:57.270703] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:57.270720] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:52:57.270732] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:52:57.270752] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:52:57.270769] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:57.270781] [AMF] [amf_app] [info ] +[2022-01-05T08:52:57.270792] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:57.270807] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:52:57.270823] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:52:57.270894] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:52:57.270910] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:52:57.270927] [AMF] [amf_app] [info ] +[2022-01-05T08:53:17.270933] [AMF] [amf_app] [info ] +[2022-01-05T08:53:17.270987] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:17.271001] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:53:17.271010] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:53:17.271044] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:53:17.271056] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:17.271066] [AMF] [amf_app] [info ] +[2022-01-05T08:53:17.271077] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:17.271090] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:53:17.271104] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:53:17.271125] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:53:17.271141] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:17.271151] [AMF] [amf_app] [info ] +[2022-01-05T08:53:37.271154] [AMF] [amf_app] [info ] +[2022-01-05T08:53:37.271211] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:37.271225] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:53:37.271234] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:53:37.271250] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:53:37.271260] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:37.271270] [AMF] [amf_app] [info ] +[2022-01-05T08:53:37.271278] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:37.271287] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:53:37.271296] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:53:37.271311] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:53:37.271322] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:37.271331] [AMF] [amf_app] [info ] +[2022-01-05T08:53:57.271414] [AMF] [amf_app] [info ] +[2022-01-05T08:53:57.271470] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:57.271483] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:53:57.271493] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:53:57.271509] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:53:57.271520] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:57.271530] [AMF] [amf_app] [info ] +[2022-01-05T08:53:57.271538] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:57.271548] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:53:57.271557] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:53:57.271572] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:53:57.271583] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:53:57.271593] [AMF] [amf_app] [info ] +[2022-01-05T08:54:17.271648] [AMF] [amf_app] [info ] +[2022-01-05T08:54:17.271700] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:17.271713] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:54:17.271724] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:54:17.271739] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:54:17.271750] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:17.271760] [AMF] [amf_app] [info ] +[2022-01-05T08:54:17.271768] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:17.271778] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:54:17.271787] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:54:17.271803] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:54:17.271813] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:17.271823] [AMF] [amf_app] [info ] +[2022-01-05T08:54:37.271871] [AMF] [amf_app] [info ] +[2022-01-05T08:54:37.271920] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:37.271931] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:54:37.271940] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:54:37.271954] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:54:37.271963] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:37.271973] [AMF] [amf_app] [info ] +[2022-01-05T08:54:37.271981] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:37.271989] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:54:37.271997] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:54:37.272014] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:54:37.272029] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:37.272042] [AMF] [amf_app] [info ] +[2022-01-05T08:54:57.272129] [AMF] [amf_app] [info ] +[2022-01-05T08:54:57.272184] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:57.272198] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:54:57.272208] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:54:57.272224] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:54:57.272234] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:57.272245] [AMF] [amf_app] [info ] +[2022-01-05T08:54:57.272253] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:57.272262] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:54:57.272272] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:54:57.272291] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:54:57.272301] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:54:57.272311] [AMF] [amf_app] [info ] +[2022-01-05T08:55:17.272340] [AMF] [amf_app] [info ] +[2022-01-05T08:55:17.272394] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:55:17.272407] [AMF] [amf_app] [info ] |----------------------------------------------------gNBs' information-------------------------------------------| +[2022-01-05T08:55:17.272416] [AMF] [amf_app] [info ] | Index | Status | Global ID | gNB Name | PLMN | +[2022-01-05T08:55:17.272432] [AMF] [amf_app] [info ] | 1 | Connected | 0x400 | | 208, 95 | +[2022-01-05T08:55:17.272442] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:55:17.272452] [AMF] [amf_app] [info ] +[2022-01-05T08:55:17.272460] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:55:17.272470] [AMF] [amf_app] [info ] |----------------------------------------------------UEs' information--------------------------------------------| +[2022-01-05T08:55:17.272479] [AMF] [amf_app] [info ] | Index | 5GMM state | IMSI | GUTI | RAN UE NGAP ID | AMF UE ID | PLMN |Cell ID| +[2022-01-05T08:55:17.272502] [AMF] [amf_app] [info ] | 1| 5GMM-REGISTERED| 208950000000031| | 0| 1| 208, 95 | 262160| +[2022-01-05T08:55:17.272518] [AMF] [amf_app] [info ] |----------------------------------------------------------------------------------------------------------------| +[2022-01-05T08:55:17.272531] [AMF] [amf_app] [info ] diff --git a/docs/results/static-ue-ip/ausf.log b/docs/results/static-ue-ip/ausf.log new file mode 100644 index 0000000000000000000000000000000000000000..709453b88c332b3e96c86337aad4f059cce62af0 --- /dev/null +++ b/docs/results/static-ue-ip/ausf.log @@ -0,0 +1,69 @@ +@INSTANCE_ID@ +@PID_DIR@ +@AUSF_NAME@ +@SBI_IF_NAME@ +@SBI_PORT@ +@SBI_API_VERSION@ +@SBI_HTTP2_PORT@ +@USE_FQDN_DNS@ +@USE_HTTP2@ +@REGISTER_NRF@ +@UDM_IP_ADDRESS@ +@UDM_PORT@ +@UDM_VERSION_NB@ +@UDM_FQDN@ +@NRF_IPV4_ADDRESS@ +@NRF_PORT@ +@NRF_API_VERSION@ +@NRF_FQDN@ +[2022-01-05T09:50:27.402380] [ausf] [ausf_server] [start] Options parsed +[2022-01-05T09:50:27.404543] [ausf] [configurations] [info ] ==== OAI-CN5G AUSF vBranch: HEAD Abrev. Hash: 42e2de6 Date: Tue Jan 4 15:28:41 2022 +0000 ==== +[2022-01-05T09:50:27.404563] [ausf] [configurations] [info ] ================= AUSF ================= +[2022-01-05T09:50:27.404568] [ausf] [configurations] [info ] Configuration AUSF: +[2022-01-05T09:50:27.404572] [ausf] [configurations] [info ] - Instance ...............: 0 +[2022-01-05T09:50:27.404576] [ausf] [configurations] [info ] - PID Dir ................: /var/run +[2022-01-05T09:50:27.404580] [ausf] [configurations] [info ] - AUSF Name ..............: OAI_AUSF +[2022-01-05T09:50:27.404584] [ausf] [configurations] [info ] - SBI Networking: +[2022-01-05T09:50:27.404588] [ausf] [configurations] [info ] Iface ................: eth0 +[2022-01-05T09:50:27.404593] [ausf] [configurations] [info ] IPv4 Addr ............: 192.168.70.138 +[2022-01-05T09:50:27.404597] [ausf] [configurations] [info ] HTTP1 Port ...........: 80 +[2022-01-05T09:50:27.404601] [ausf] [configurations] [info ] HTTP2 Port............: 8080 +[2022-01-05T09:50:27.404604] [ausf] [configurations] [info ] API Version...........: v1 +[2022-01-05T09:50:27.404608] [ausf] [configurations] [info ] - Supported Features: +[2022-01-05T09:50:27.404611] [ausf] [configurations] [info ] Use FQDN ..............: Yes +[2022-01-05T09:50:27.404615] [ausf] [configurations] [info ] Use HTTP2..............: No +[2022-01-05T09:50:27.404619] [ausf] [configurations] [info ] - UDM: +[2022-01-05T09:50:27.404623] [ausf] [configurations] [info ] IPv4 Addr ............: 192.168.70.137 +[2022-01-05T09:50:27.404627] [ausf] [configurations] [info ] Port .................: 80 +[2022-01-05T09:50:27.404631] [ausf] [configurations] [info ] API version ..........: v1 +[2022-01-05T09:50:27.404634] [ausf] [configurations] [info ] - NRF: +[2022-01-05T09:50:27.404638] [ausf] [configurations] [info ] IPv4 Addr ............: 0.0.0.0 +[2022-01-05T09:50:27.404642] [ausf] [configurations] [info ] Port .................: 0 +[2022-01-05T09:50:27.404646] [ausf] [configurations] [info ] API version ..........: +[2022-01-05T09:50:27.404649] [ausf] [configurations] [info ] FQDN .................: oai-udm +[2022-01-05T09:50:27.404659] [ausf] [ausf_app] [start] Starting... +[2022-01-05T09:50:27.404672] [ausf] [ausf_app] [start] Started +[2022-01-05T09:50:27.405597] [ausf] [ausf_server] [info ] HTTP1 server started +[2022-01-05T09:50:27.406491] [ausf] [ausf_server] [info ] HTTP2 server started +[2022-01-05T09:52:36.409768] [ausf] [ausf_server] [info ] Received ue_authentications_post Request +[2022-01-05T09:52:36.410239] [ausf] [ausf_app] [info ] Handle UE Authentication Request +[2022-01-05T09:52:36.410302] [ausf] [ausf_app] [info ] ServingNetworkName 5G:mnc095.mcc208.3gppnetwork.org +[2022-01-05T09:52:36.410320] [ausf] [ausf_app] [info ] supiOrSuci 208950000000031 +[2022-01-05T09:52:36.410475] [ausf] [ausf_app] [info ] Received authInfo from AMF without ResynchronizationInfo IE +[2022-01-05T09:52:36.410647] [ausf] [ausf_app] [info ] Send HTTP message with body {"ausfInstanceId":"400346f4-087e-40b1-a4cd-00566953999d","servingNetworkName":"5G:mnc095.mcc208.3gppnetwork.org"} +[2022-01-05T09:52:36.598882] [ausf] [ausf_app] [info ] Get response with HTTP code (200) +[2022-01-05T09:52:36.598981] [ausf] [ausf_app] [info ] Response from UDM: {"authType":"5G_AKA","authenticationVector":{"autn":"f793ab799f008000ed667575114ff870","avType":"5G_HE_AKA","kausf":"ff66d8f71e69ce65c9e77d705e3167ea5c16b6e4b5455334a123b9ac7564e85c","rand":"eec7228d3896205b6d583acd299fa72e","xresStar":"66153156f41998fa24ced0b2d62acae0"}} +derive_kseaf Kausf +ff 66 d8 f7 1e 69 ce 65 c9 e7 7d 70 5e 31 67 ea 5c 16 b6 e4 b5 45 53 34 a1 23 b9 ac 75 64 e8 5c +derive_kseaf Kseaf +b4 1 69 65 f9 bc 3b 9f 9d 74 2e a8 e 6a cf d8 d8 2d 62 6 b 32 20 7f d1 7f 3a 14 d2 e4 51 ec +[2022-01-05T09:52:36.599604] [ausf] [ausf_server] [info ] Send Auth response to SEAF (Code 201) +[2022-01-05T09:52:36.602649] [ausf] [ausf_server] [info ] Received 5g_aka_confirmation Request +[2022-01-05T09:52:36.602672] [ausf] [ausf_server] [info ] 5gaka confirmation received with authctxID f793ab799f008000ed667575114ff870 +[2022-01-05T09:52:36.602741] [ausf] [ausf_app] [info ] Received authCtxId f793ab799f008000ed667575114ff870 +[2022-01-05T09:52:36.602750] [ausf] [ausf_app] [info ] Received res* 66153156F41998FA24CED0B2D62ACAE0 +[2022-01-05T09:52:36.602770] [ausf] [ausf_app] [info ] AV is up to date, handling received res*... +[2022-01-05T09:52:36.602801] [ausf] [ausf_app] [info ] Authentication successful by home network! +[2022-01-05T09:52:36.602925] [ausf] [ausf_app] [info ] Send HTTP message with body {"authRemovalInd":false,"authType":"5G_AKA","nfInstanceId":"400346f4-087e-40b1-a4cd-00566953999d","servingNetworkName":"5G:mnc095.mcc208.3gppnetwork.org","success":true,"timeStamp":"2022-01-05T08:52:36Z"} +[2022-01-05T09:52:36.671166] [ausf] [ausf_app] [info ] Get response with HTTP code (201) +[2022-01-05T09:52:36.671324] [ausf] [ausf_server] [info ] Send 5g-aka-confirmation response to SEAF (Code 200) diff --git a/docs/results/static-ue-ip/capture.pcap b/docs/results/static-ue-ip/capture.pcap new file mode 100644 index 0000000000000000000000000000000000000000..98e153217de04df6db0f6d06b4d537346480444a Binary files /dev/null and b/docs/results/static-ue-ip/capture.pcap differ diff --git a/docs/results/static-ue-ip/nrf.log b/docs/results/static-ue-ip/nrf.log new file mode 100644 index 0000000000000000000000000000000000000000..7ca569042ff997087ee1e8a4362754f93ae6c9e0 --- /dev/null +++ b/docs/results/static-ue-ip/nrf.log @@ -0,0 +1,481 @@ +@INSTANCE@ +@PID_DIRECTORY@ +@NRF_INTERFACE_NAME_FOR_SBI@ +@NRF_INTERFACE_PORT_FOR_SBI@ +@NRF_INTERFACE_HTTP2_PORT_FOR_SBI@ +@NRF_API_VERSION@ +Now setting these variables '@INSTANCE@ @NRF_API_VERSION@ @NRF_INTERFACE_HTTP2_PORT_FOR_SBI@ @NRF_INTERFACE_NAME_FOR_SBI@ @NRF_INTERFACE_PORT_FOR_SBI@ @PID_DIRECTORY@' +Done setting the configuration +[2022-01-05T09:50:13.755819] [nrf] [nrf_app] [start] Options parsed +[2022-01-05T09:50:13.756067] [nrf] [nrf_app] [info ] ==== OAI-CN5G NRF vBranch: HEAD Abrev. Hash: 884ee14 Date: Tue Nov 16 11:58:52 2021 +0100 ==== +[2022-01-05T09:50:13.756077] [nrf] [nrf_app] [info ] Configuration NRF: +[2022-01-05T09:50:13.756081] [nrf] [nrf_app] [info ] - Instance ..............: 0 + +[2022-01-05T09:50:13.756084] [nrf] [nrf_app] [info ] - PID dir ...............: /var/run + +[2022-01-05T09:50:13.756088] [nrf] [nrf_app] [info ] - SBI Interface: +[2022-01-05T09:50:13.756091] [nrf] [nrf_app] [info ] Interface name ......: eth0 +[2022-01-05T09:50:13.756096] [nrf] [nrf_app] [info ] IPv4 Addr ...........: 192.168.70.130 +[2022-01-05T09:50:13.756100] [nrf] [nrf_app] [info ] Port ................: 80 +[2022-01-05T09:50:13.756104] [nrf] [nrf_app] [info ] HTTP2 port ..........: 9090 +[2022-01-05T09:50:13.756107] [nrf] [nrf_app] [info ] API version..........: v1 +[2022-01-05T09:50:13.756118] [nrf] [nrf_app] [start] Starting... +[2022-01-05T09:50:13.756235] [nrf] [nrf_app] [start] Started +[2022-01-05T09:50:13.756783] [nrf] [sbi_srv] [info ] HTTP1 server started +[2022-01-05T09:50:13.756784] [nrf] [nrf_app] [info ] HTTP2 server started +[2022-01-05T09:50:36.543524] [nrf] [sbi_srv] [info ] Got a request to register an NF instance/Update an NF instance, Instance ID: 66012472-8644-48c6-82aa-3874262ccff3 +[2022-01-05T09:50:36.543578] [nrf] [nrf_app] [info ] Handle Register NF Instance/Update NF Instance (HTTP version 1) +[2022-01-05T09:50:36.605997] [nrf] [nrf_app] [info ] Check if a profile with this ID 66012472-8644-48c6-82aa-3874262ccff3 exist +[2022-01-05T09:50:36.606054] [nrf] [nrf_app] [info ] NF profile (ID 66012472-8644-48c6-82aa-3874262ccff3) not found +[2022-01-05T09:50:36.606070] [nrf] [nrf_app] [info ] Added/Updated NF Profile (ID 66012472-8644-48c6-82aa-3874262ccff3) to the DB +[2022-01-05T09:50:36.606092] [nrf] [nrf_app] [info ] Handle NF status registered event, profile id 66012472-8644-48c6-82aa-3874262ccff3 +[2022-01-05T09:50:36.606100] [nrf] [nrf_app] [info ] Find a NF profile with ID 66012472-8644-48c6-82aa-3874262ccff3 +[2022-01-05T09:50:36.606109] [nrf] [nrf_app] [info ] Get the list of subscriptions related to this profile, profile id 66012472-8644-48c6-82aa-3874262ccff3 +[2022-01-05T09:50:36.606317] [nrf] [nrf_app] [info ] Added/Updated NF Instance, NF info: {"amfInfo":{"amfRegionId":"128","amfSetId":"1","guamiList":[{"amfId":"128:1:0","plmnId":{"mcc":"208","mnc":"95"}},{"amfId":"10:1:1","plmnId":{"mcc":"460","mnc":"11"}}]},"capacity":100,"heartBeatTimer":10,"ipv4Addresses":["192.168.70.132"],"json_data":null,"nfInstanceId":"66012472-8644-48c6-82aa-3874262ccff3","nfInstanceName":"OAI-AMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.132","port":80,"transport":""}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"namf_communication","serviceName":"namf_communication","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"AMF","priority":1} +[2022-01-05T09:50:39.158865] [nrf] [sbi_srv] [info ] Got a request to create a new subscription +[2022-01-05T09:50:39.158913] [nrf] [nrf_app] [info ] Handle Create a new subscription (HTTP version 1) +[2022-01-05T09:50:39.169646] [nrf] [sbi_srv] [info ] Got a request to register an NF instance/Update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.169688] [nrf] [nrf_app] [info ] Handle Register NF Instance/Update NF Instance (HTTP version 1) +[2022-01-05T09:50:39.169741] [nrf] [nrf_app] [info ] Check if a profile with this ID 04b847c6-1633-4c32-bc41-7506ac49869d exist +[2022-01-05T09:50:39.169753] [nrf] [nrf_app] [info ] NF profile (ID 04b847c6-1633-4c32-bc41-7506ac49869d) not found +[2022-01-05T09:50:39.169764] [nrf] [nrf_app] [info ] Added/Updated NF Profile (ID 04b847c6-1633-4c32-bc41-7506ac49869d) to the DB +[2022-01-05T09:50:39.169785] [nrf] [nrf_app] [info ] Handle NF status registered event, profile id 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.169794] [nrf] [nrf_app] [info ] Find a NF profile with ID 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.169804] [nrf] [nrf_app] [info ] Get the list of subscriptions related to this profile, profile id 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.169814] [nrf] [nrf_app] [info ] Verifying subscription, subscription id 1 +[2022-01-05T09:50:39.169960] [nrf] [nrf_app] [info ] Added/Updated NF Instance, NF info: {"capacity":100,"heartBeatTimer":10,"ipv4Addresses":["192.168.70.133"],"json_data":null,"nfInstanceId":"04b847c6-1633-4c32-bc41-7506ac49869d","nfInstanceName":"OAI-SMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.133","port":80,"transport":""}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"nsmf-pdusession","serviceName":"nsmf-pdusession","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"SMF","priority":1,"smfInfo":{"sNssaiSmfInfoList":[]}} +[2022-01-05T09:50:46.119106] [nrf] [sbi_srv] [info ] Got a request to register an NF instance/Update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:50:46.119119] [nrf] [nrf_app] [info ] Handle Register NF Instance/Update NF Instance (HTTP version 1) +[2022-01-05T09:50:46.119134] [nrf] [nrf_app] [info ] Check if a profile with this ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462 exist +[2022-01-05T09:50:46.119137] [nrf] [nrf_app] [info ] NF profile (ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) not found +[2022-01-05T09:50:46.119140] [nrf] [nrf_app] [info ] Added/Updated NF Profile (ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) to the DB +[2022-01-05T09:50:46.119146] [nrf] [nrf_app] [info ] Handle NF status registered event, profile id b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:50:46.119149] [nrf] [nrf_app] [info ] Find a NF profile with ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:50:46.119151] [nrf] [nrf_app] [info ] Get the list of subscriptions related to this profile, profile id b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:50:46.119154] [nrf] [nrf_app] [info ] Verifying subscription, subscription id 1 +[2022-01-05T09:50:46.119170] [nrf] [nrf_app] [info ] Subscription id 1, uri 192.168.70.133:80/nsmf-nfstatus-notify/v1/subscriptions +[2022-01-05T09:50:46.121172] [nrf] [nrf_app] [info ] Added/Updated NF Instance, NF info: {"capacity":100,"fqdn":"oai-spgwu","heartBeatTimer":10,"ipv4Addresses":["192.168.70.134"],"json_data":null,"nfInstanceId":"b9dd014a-37e8-4f4e-ab02-c483a5bd7462","nfInstanceName":"OAI-UPF","nfServices":[],"nfStatus":"REGISTERED","nfType":"UPF","priority":1,"sNssais":[{"sd":"123","sst":222}],"upfInfo":{"sNssaiUpfInfoList":[{"dnnUpfInfoList":[{"dnn":"default"}],"sNssai":{"sd":"123","sst":222}}]}} +[2022-01-05T09:50:49.172260] [nrf] [sbi_srv] [info ] +[2022-01-05T09:50:49.172276] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:49.172281] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:50:49.172288] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:50:49.172292] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:50:56.123157] [nrf] [sbi_srv] [info ] +[2022-01-05T09:50:56.123201] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:50:56.123214] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:50:56.123231] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:50:56.123242] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:50:56.660059] [nrf] [nrf_app] [info ] +Handle the first Heartbeat timeout, NF instance ID 66012472-8644-48c6-82aa-3874262ccff3, current time 695149534 +[2022-01-05T09:50:59.172483] [nrf] [sbi_srv] [info ] +[2022-01-05T09:50:59.172495] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:59.172498] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:50:59.172503] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:50:59.172506] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:51:01.290111] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372661222, current ms 1641372661290 +[2022-01-05T09:51:06.122957] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:06.122995] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:51:06.123006] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:06.123020] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:06.123030] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:51:08.250060] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372668173, current ms 1641372668250 +[2022-01-05T09:51:09.173664] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:09.173705] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:09.173717] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:09.173732] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:09.173742] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:51:11.300151] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372671222, current ms 1641372671300 +[2022-01-05T09:51:17.482455] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:17.482551] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:51:17.482578] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:17.482596] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:17.482608] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:51:18.306355] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372678173, current ms 1641372678306 +[2022-01-05T09:51:19.332042] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:19.332088] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:19.332102] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:19.332118] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:19.332130] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:51:21.363061] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372681222, current ms 1641372681363 +[2022-01-05T09:51:26.988901] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:26.988914] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:51:26.988917] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:26.988922] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:26.988925] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:51:28.314058] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372688173, current ms 1641372688314 +[2022-01-05T09:51:29.331462] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:29.331482] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:29.331487] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:29.331494] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:29.331499] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:51:31.371035] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372691222, current ms 1641372691371 +[2022-01-05T09:51:36.989959] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:36.990007] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:51:36.990021] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:36.990037] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:36.990049] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:51:38.330194] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372698173, current ms 1641372698330 +[2022-01-05T09:51:39.332491] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:39.332536] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:39.332550] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:39.332567] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:39.332578] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:51:41.380031] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372701222, current ms 1641372701380 +[2022-01-05T09:51:46.990218] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:46.990264] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:51:46.990279] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:46.990295] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:46.990306] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:51:48.347057] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372708173, current ms 1641372708347 +[2022-01-05T09:51:49.331747] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:49.331762] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:49.331767] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:49.331773] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:49.331777] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:51:51.397113] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372711222, current ms 1641372711397 +[2022-01-05T09:51:56.655675] [nrf] [sbi_srv] [info ] Got a request to retrieve a collection of NF Instances +[2022-01-05T09:51:56.655741] [nrf] [nrf_app] [info ] Handle Retrieve a collection of NF Instances (HTTP version 1) +[2022-01-05T09:51:56.685533] [nrf] [sbi_srv] [info ] Got a request to retrieve a collection of NF Instances +[2022-01-05T09:51:56.685584] [nrf] [nrf_app] [info ] Handle Retrieve a collection of NF Instances (HTTP version 1) +[2022-01-05T09:51:56.714989] [nrf] [sbi_srv] [info ] Got a request to retrieve a collection of NF Instances +[2022-01-05T09:51:56.715039] [nrf] [nrf_app] [info ] Handle Retrieve a collection of NF Instances (HTTP version 1) +[2022-01-05T09:51:56.744117] [nrf] [sbi_srv] [info ] Got a request to retrieve a collection of NF Instances +[2022-01-05T09:51:56.744167] [nrf] [nrf_app] [info ] Handle Retrieve a collection of NF Instances (HTTP version 1) +[2022-01-05T09:51:56.990626] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:56.990672] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:51:56.990685] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:56.990701] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:56.990713] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:51:58.361105] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372718173, current ms 1641372718361 +[2022-01-05T09:51:59.333048] [nrf] [sbi_srv] [info ] +[2022-01-05T09:51:59.333089] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:59.333103] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:51:59.333119] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:51:59.333130] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:52:01.413114] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372721222, current ms 1641372721413 +[2022-01-05T09:52:06.991085] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:06.991131] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:52:06.991145] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:06.991161] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:06.991173] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:52:08.381105] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372728173, current ms 1641372728381 +[2022-01-05T09:52:09.333275] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:09.333311] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:09.333322] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:09.333336] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:09.333345] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:52:11.430088] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372731222, current ms 1641372731430 +[2022-01-05T09:52:16.991293] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:16.991342] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:52:16.991371] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:16.991394] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:16.991411] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:52:18.392064] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372738173, current ms 1641372738392 +[2022-01-05T09:52:19.333869] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:19.333909] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:19.333922] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:19.333937] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:19.333948] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:52:21.441056] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372741222, current ms 1641372741441 +[2022-01-05T09:52:26.991574] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:26.991614] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:52:26.991627] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:26.991644] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:26.991655] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:52:28.403061] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372748173, current ms 1641372748403 +[2022-01-05T09:52:29.334422] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:29.334469] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:29.334483] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:29.334499] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:29.334510] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:52:31.452062] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372751222, current ms 1641372751452 +[2022-01-05T09:52:36.991936] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:36.991983] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:52:36.991998] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:36.992014] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:36.992029] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:52:38.433111] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372758173, current ms 1641372758433 +[2022-01-05T09:52:39.334746] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:39.334793] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:39.334807] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:39.334824] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:39.334874] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:52:41.485117] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372761222, current ms 1641372761485 +[2022-01-05T09:52:46.992264] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:46.992309] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:52:46.992323] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:46.992339] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:46.992351] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:52:48.456091] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372768173, current ms 1641372768456 +[2022-01-05T09:52:49.335218] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:49.335266] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:49.335284] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:49.335306] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:49.335322] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:52:51.505112] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372771222, current ms 1641372771505 +[2022-01-05T09:52:56.992533] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:56.992581] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:52:56.992595] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:56.992611] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:56.992622] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:52:58.465114] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372778173, current ms 1641372778465 +[2022-01-05T09:52:59.334626] [nrf] [sbi_srv] [info ] +[2022-01-05T09:52:59.334642] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:59.334646] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:52:59.334652] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:52:59.334656] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:53:01.514112] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372781222, current ms 1641372781514 +[2022-01-05T09:53:06.992883] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:06.992927] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:53:06.992941] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:06.992957] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:06.992968] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:53:08.492191] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372788173, current ms 1641372788492 +[2022-01-05T09:53:09.334967] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:09.334984] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:09.334989] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:09.334996] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:09.335001] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:53:11.541113] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372791222, current ms 1641372791541 +[2022-01-05T09:53:16.992370] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:16.992383] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:53:16.992386] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:16.992391] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:16.992394] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:53:18.511065] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372798173, current ms 1641372798511 +[2022-01-05T09:53:19.335166] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:19.335181] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:19.335185] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:19.335191] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:19.335195] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:53:21.561114] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372801222, current ms 1641372801561 +[2022-01-05T09:53:26.993333] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:26.993384] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:53:26.993403] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:26.993425] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:26.993442] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:53:28.527061] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372808173, current ms 1641372808527 +[2022-01-05T09:53:29.335234] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:29.335250] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:29.335254] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:29.335260] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:29.335264] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:53:31.576205] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372811222, current ms 1641372811576 +[2022-01-05T09:53:36.993642] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:36.993687] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:53:36.993701] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:36.993718] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:36.993729] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:53:38.550111] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372818173, current ms 1641372818550 +[2022-01-05T09:53:39.335500] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:39.335516] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:39.335521] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:39.335527] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:39.335530] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:53:41.599061] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372821222, current ms 1641372821599 +[2022-01-05T09:53:46.993847] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:46.993891] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:53:46.993905] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:46.993921] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:46.993932] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:53:48.578311] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372828173, current ms 1641372828578 +[2022-01-05T09:53:49.335729] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:49.335743] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:49.335747] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:49.335752] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:49.335755] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:53:51.627061] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372831222, current ms 1641372831627 +[2022-01-05T09:53:56.994362] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:56.994410] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:53:56.994424] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:56.994441] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:56.994452] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:53:58.578115] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372838173, current ms 1641372838578 +[2022-01-05T09:53:59.336992] [nrf] [sbi_srv] [info ] +[2022-01-05T09:53:59.337037] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:59.337055] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:53:59.337076] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:53:59.337093] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:54:01.634112] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372841222, current ms 1641372841634 +[2022-01-05T09:54:06.994558] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:06.994608] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:54:06.994634] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:06.994660] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:06.994677] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:54:08.585084] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372848173, current ms 1641372848585 +[2022-01-05T09:54:09.336289] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:09.336304] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:09.336308] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:09.336314] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:09.336317] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:54:11.663054] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372851222, current ms 1641372851663 +[2022-01-05T09:54:16.994884] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:16.994931] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:54:16.994944] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:16.994960] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:16.994971] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:54:18.615029] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372858173, current ms 1641372858615 +[2022-01-05T09:54:19.337557] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:19.337601] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:19.337615] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:19.337631] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:19.337642] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:54:21.665095] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372861222, current ms 1641372861665 +[2022-01-05T09:54:26.995230] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:26.995274] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:54:26.995287] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:26.995303] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:26.995315] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:54:28.616197] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372868173, current ms 1641372868616 +[2022-01-05T09:54:29.337733] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:29.337780] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:29.337794] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:29.337810] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:29.337822] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:54:31.675063] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372871222, current ms 1641372871675 +[2022-01-05T09:54:36.995787] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:36.995832] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:54:36.995846] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:36.995861] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:36.995873] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:54:38.628194] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372878173, current ms 1641372878628 +[2022-01-05T09:54:39.337420] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:39.337441] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:39.337447] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:39.337455] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:39.337460] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:54:41.714397] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372881222, current ms 1641372881714 +[2022-01-05T09:54:46.995844] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:46.995887] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:54:46.995901] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:46.995917] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:46.995929] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:54:48.669091] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372888173, current ms 1641372888669 +[2022-01-05T09:54:49.337110] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:49.337122] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:49.337125] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:49.337130] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:49.337133] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:54:51.719032] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372891222, current ms 1641372891719 +[2022-01-05T09:54:56.996212] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:56.996252] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:54:56.996266] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:56.996281] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:56.996292] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:54:58.708112] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372898173, current ms 1641372898708 +[2022-01-05T09:54:59.337496] [nrf] [sbi_srv] [info ] +[2022-01-05T09:54:59.337512] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:59.337516] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:54:59.337522] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:54:59.337526] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:55:01.757115] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372901222, current ms 1641372901757 +[2022-01-05T09:55:06.996013] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:06.996043] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:55:06.996053] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:06.996064] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:06.996072] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:55:08.725114] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372908173, current ms 1641372908725 +[2022-01-05T09:55:09.338819] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:09.338899] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:09.338923] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:09.338947] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:09.338963] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:55:11.774113] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372911222, current ms 1641372911774 +[2022-01-05T09:55:16.996728] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:16.996776] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:55:16.996790] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:16.996807] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:16.996818] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:55:18.740196] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372918173, current ms 1641372918740 +[2022-01-05T09:55:19.339290] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:19.339335] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:19.339349] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:19.339365] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:19.339376] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:55:21.790120] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372921222, current ms 1641372921790 +[2022-01-05T09:55:26.996481] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:26.996503] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:55:26.996510] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:26.996519] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:26.996524] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:55:28.771029] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372928173, current ms 1641372928771 +[2022-01-05T09:55:29.338482] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:29.338498] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:29.338503] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:29.338509] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:29.338513] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:55:31.820112] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372931222, current ms 1641372931820 +[2022-01-05T09:55:36.997234] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:36.997279] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:55:36.997292] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:36.997309] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:36.997320] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) +[2022-01-05T09:55:38.779062] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462, time 1641372938173, current ms 1641372938779 +[2022-01-05T09:55:39.338772] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:39.338788] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:39.338792] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:39.338798] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:39.338802] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID 04b847c6-1633-4c32-bc41-7506ac49869d) +[2022-01-05T09:55:41.829081] [nrf] [nrf_app] [info ] +Handle heartbeart timeout (NF update), NF instance ID 04b847c6-1633-4c32-bc41-7506ac49869d, time 1641372941222, current ms 1641372941829 +[2022-01-05T09:55:46.996831] [nrf] [sbi_srv] [info ] +[2022-01-05T09:55:46.996851] [nrf] [sbi_srv] [info ] Got a request to update an NF instance, Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:55:46.996856] [nrf] [nrf_app] [info ] Handle Update NF Instance request (HTTP version 1) +[2022-01-05T09:55:46.996862] [nrf] [nrf_app] [info ] NF Heart-Beat procedure! +[2022-01-05T09:55:46.996866] [nrf] [nrf_app] [info ] Updated the NF profile (profile ID b9dd014a-37e8-4f4e-ab02-c483a5bd7462) diff --git a/docs/results/static-ue-ip/smf.log b/docs/results/static-ue-ip/smf.log new file mode 100644 index 0000000000000000000000000000000000000000..120ed133cc9cab3524566f8ee4c6663406d5062e --- /dev/null +++ b/docs/results/static-ue-ip/smf.log @@ -0,0 +1,1141 @@ +@INSTANCE@ +@PID_DIRECTORY@ +@SMF_INTERFACE_NAME_FOR_N4@ +@SMF_INTERFACE_NAME_FOR_SBI@ +@SMF_INTERFACE_PORT_FOR_SBI@ +@SMF_INTERFACE_HTTP2_PORT_FOR_SBI@ +@SMF_API_VERSION@ +@DNN_NI0@ +@TYPE0@ +@DNN_RANGE0@ +@DNN_NI1@ +@TYPE1@ +@DNN_RANGE1@ +@DNN_NI2@ +@TYPE2@ +@DNN_RANGE2@ +@DNN_NI3@ +@TYPE3@ +@DNN_RANGE3@ +@DEFAULT_DNS_IPV4_ADDRESS@ +@DEFAULT_DNS_SEC_IPV4_ADDRESS@ +@REGISTER_NRF@ +@DISCOVER_UPF@ +@USE_LOCAL_SUBSCRIPTION_INFO@ +@USE_FQDN_DNS@ +@HTTP_VERSION@ +@USE_NETWORK_INSTANCE@ +@AMF_IPV4_ADDRESS@ +@AMF_PORT@ +@AMF_API_VERSION@ +@AMF_FQDN@ +@UDM_IPV4_ADDRESS@ +@UDM_PORT@ +@UDM_API_VERSION@ +@UDM_FQDN@ +@NRF_IPV4_ADDRESS@ +@NRF_PORT@ +@NRF_API_VERSION@ +@NRF_FQDN@ +@UPF_IPV4_ADDRESS@ +@UPF_FQDN_0@ +@DOMAIN_ACCESS@ +@DOMAIN_CORE@ +@NSSAI_SST0@ +@NSSAI_SD0@ +@NSSAI_SST1@ +@NSSAI_SD1@ +@NSSAI_SST2@ +@NSSAI_SD2@ +Now setting these variables '@AMF_API_VERSION@ @AMF_FQDN@ @AMF_IPV4_ADDRESS@ @AMF_PORT@ @DEFAULT_DNS_IPV4_ADDRESS@ @DEFAULT_DNS_SEC_IPV4_ADDRESS@ @DISCOVER_UPF@ @DNN_NI0@ @DNN_NI1@ @DNN_NI2@ @DNN_NI3@ @DNN_RANGE0@ @DNN_RANGE1@ @DNN_RANGE2@ @DNN_RANGE3@ @DOMAIN_ACCESS@ @DOMAIN_CORE@ @HTTP_VERSION@ @INSTANCE@ @NRF_API_VERSION@ @NRF_FQDN@ @NRF_IPV4_ADDRESS@ @NRF_PORT@ @NSSAI_SD0@ @NSSAI_SD1@ @NSSAI_SD2@ @NSSAI_SST0@ @NSSAI_SST1@ @NSSAI_SST2@ @PID_DIRECTORY@ @REGISTER_NRF@ @SMF_API_VERSION@ @SMF_INTERFACE_HTTP2_PORT_FOR_SBI@ @SMF_INTERFACE_NAME_FOR_N4@ @SMF_INTERFACE_NAME_FOR_SBI@ @SMF_INTERFACE_PORT_FOR_SBI@ @TYPE0@ @TYPE1@ @TYPE2@ @TYPE3@ @UDM_API_VERSION@ @UDM_FQDN@ @UDM_IPV4_ADDRESS@ @UDM_PORT@ @UPF_FQDN_0@ @UPF_IPV4_ADDRESS@ @USE_FQDN_DNS@ @USE_LOCAL_SUBSCRIPTION_INFO@ @USE_NETWORK_INSTANCE@' +Done setting the configuration +[2022-01-05T09:50:39.145077] [smf] [smf_app] [start] Options parsed +[2022-01-05T09:50:39.145647] [smf] [smf_app] [info ] SettingNotFoundException : SMF.ITTI_TASKS, using defaults +[2022-01-05T09:50:39.145730] [smf] [smf_app] [info ] SettingNotFoundException : SMF.INTERFACES.N4.SCHED_PARAMS, using defaults +[2022-01-05T09:50:39.145763] [smf] [smf_app] [info ] SettingNotFoundException : SMF.INTERFACES.SBI.SCHED_PARAMS, using defaults +[2022-01-05T09:50:39.146577] [smf] [smf_app] [debug] Resolve a DNS (name oai-amf, protocol http): Ip Addr 192.168.70.132, port 80 +[2022-01-05T09:50:39.146761] [smf] [smf_app] [debug] Resolve a DNS (name oai-udm, protocol http): Ip Addr 192.168.70.137, port 80 +[2022-01-05T09:50:39.146976] [smf] [smf_app] [debug] Resolve a DNS (name oai-nrf, protocol http): Ip Addr 192.168.70.130, port 80 +[2022-01-05T09:50:39.147048] [smf] [smf_app] [info ] ==== OAI-CN5G SMF vBranch: HEAD Abrev. Hash: 553c7e20e Date: Tue Jan 4 14:51:28 2022 +0000 ==== +[2022-01-05T09:50:39.147057] [smf] [smf_app] [info ] Configuration SMF: +[2022-01-05T09:50:39.147063] [smf] [smf_app] [info ] - Instance ..............: 0 + +[2022-01-05T09:50:39.147067] [smf] [smf_app] [info ] - PID dir ...............: /var/run + +[2022-01-05T09:50:39.147071] [smf] [smf_app] [info ] - N4 Networking: +[2022-01-05T09:50:39.147075] [smf] [smf_app] [info ] Interface name ......: eth0 +[2022-01-05T09:50:39.147079] [smf] [smf_app] [info ] IPv4 Addr ...........: 192.168.70.133 +[2022-01-05T09:50:39.147083] [smf] [smf_app] [info ] Port ................: 8805 +[2022-01-05T09:50:39.147087] [smf] [smf_app] [info ] - SBI Networking: +[2022-01-05T09:50:39.147090] [smf] [smf_app] [info ] Interface name ......: eth0 +[2022-01-05T09:50:39.147094] [smf] [smf_app] [info ] IPv4 Addr ...........: 192.168.70.133 +[2022-01-05T09:50:39.147098] [smf] [smf_app] [info ] Port ................: 80 +[2022-01-05T09:50:39.147102] [smf] [smf_app] [info ] HTTP2 port ..........: 9090 +[2022-01-05T09:50:39.147106] [smf] [smf_app] [info ] API version..........: v1 +[2022-01-05T09:50:39.147109] [smf] [smf_app] [info ] - AMF: +[2022-01-05T09:50:39.147113] [smf] [smf_app] [info ] IPv4 Addr ...........: 192.168.70.132 +[2022-01-05T09:50:39.147118] [smf] [smf_app] [info ] Port ................: 80 +[2022-01-05T09:50:39.147121] [smf] [smf_app] [info ] API version .........: v1 +[2022-01-05T09:50:39.147125] [smf] [smf_app] [info ] FQDN ................: oai-amf +[2022-01-05T09:50:39.147129] [smf] [smf_app] [info ] - UDM: +[2022-01-05T09:50:39.147133] [smf] [smf_app] [info ] IPv4 Addr ...........: 192.168.70.137 +[2022-01-05T09:50:39.147137] [smf] [smf_app] [info ] Port ................: 80 +[2022-01-05T09:50:39.147140] [smf] [smf_app] [info ] API version .........: v1 +[2022-01-05T09:50:39.147144] [smf] [smf_app] [info ] FQDN ................: +[2022-01-05T09:50:39.147147] [smf] [smf_app] [info ] - NRF: +[2022-01-05T09:50:39.147152] [smf] [smf_app] [info ] IPv4 Addr ...........: 192.168.70.130 +[2022-01-05T09:50:39.147155] [smf] [smf_app] [info ] Port ................: 80 +[2022-01-05T09:50:39.147159] [smf] [smf_app] [info ] API version .........: v1 +[2022-01-05T09:50:39.147163] [smf] [smf_app] [info ] FQDN ................: oai-nrf +[2022-01-05T09:50:39.147166] [smf] [smf_app] [info ] - DEFAULT DNS: +[2022-01-05T09:50:39.147170] [smf] [smf_app] [info ] Primary DNS .........: 192.168.18.129 +[2022-01-05T09:50:39.147175] [smf] [smf_app] [info ] Secondary DNS .......: 192.168.18.129 +[2022-01-05T09:50:39.147180] [smf] [smf_app] [info ] Primary DNS v6 ......: 2001:4860:4860::8888 +[2022-01-05T09:50:39.147185] [smf] [smf_app] [info ] Secondary DNS v6 ....: 2001:4860:4860::8844 +[2022-01-05T09:50:39.147189] [smf] [smf_app] [info ] - Default UE MTU: 1358 +[2022-01-05T09:50:39.147193] [smf] [smf_app] [info ] - Supported Features: +[2022-01-05T09:50:39.147196] [smf] [smf_app] [info ] Register to NRF.....................: Yes +[2022-01-05T09:50:39.147200] [smf] [smf_app] [info ] Discover UPF........................: Yes +[2022-01-05T09:50:39.147204] [smf] [smf_app] [info ] Use Local Subscription Configuration: No +[2022-01-05T09:50:39.147208] [smf] [smf_app] [info ] Push PCO (DNS+MTU)..................: No +[2022-01-05T09:50:39.147212] [smf] [smf_app] [info ] Use FQDN ...........................: Yes +[2022-01-05T09:50:39.147215] [smf] [smf_app] [info ] Use NWI ...........................: No +[2022-01-05T09:50:39.147219] [smf] [smf_app] [info ] - DNN configurations: +[2022-01-05T09:50:39.147223] [smf] [smf_app] [info ] DNN..........: default (IPV4) +[2022-01-05T09:50:39.147229] [smf] [smf_app] [info ] IPv4 pool: 12.2.1.2 - 12.2.1.128 +[2022-01-05T09:50:39.147234] [smf] [smf_app] [info ] DNN..........: ims (IPV4V6) +[2022-01-05T09:50:39.147239] [smf] [smf_app] [info ] IPv4 pool: 12.2.1.129 - 12.2.1.224 +[2022-01-05T09:50:39.147244] [smf] [smf_app] [info ] IPv6 pool: 5001:1:2::/64 +[2022-01-05T09:50:39.147249] [smf] [smf_app] [info ] DNN..........: oai (IPV4) +[2022-01-05T09:50:39.147254] [smf] [smf_app] [info ] IPv4 pool: 12.1.1.129 - 12.1.1.224 +[2022-01-05T09:50:39.147258] [smf] [smf_app] [info ] DNN..........: oai.ipv4 (IPV4) +[2022-01-05T09:50:39.147263] [smf] [smf_app] [info ] IPv4 pool: 12.1.1.2 - 12.1.1.128 +[2022-01-05T09:50:39.147269] [smf] [itti ] [start] Starting... +[2022-01-05T09:50:39.147396] [smf] [itti ] [start] Started +[2022-01-05T09:50:39.147403] [smf] [async_c] [start] Starting... +[2022-01-05T09:50:39.147402] [smf] [itti ] [info ] Starting timer_manager_task +[2022-01-05T09:50:39.147435] [smf] [itti ] [warn ] Could not set schedparam to ITTI task 0, err=1 +[2022-01-05T09:50:39.147519] [smf] [async_c] [warn ] Could not set schedparam to ITTI task 1, err=1 +[2022-01-05T09:50:39.148614] [smf] [async_c] [start] Started +[2022-01-05T09:50:39.148663] [smf] [smf_app] [start] Starting... +[2022-01-05T09:50:39.148690] [smf] [smf_app] [info ] Apply config... +[2022-01-05T09:50:39.148715] [smf] [smf_app] [info ] Applied config default +[2022-01-05T09:50:39.148721] [smf] [smf_app] [info ] PAA Ipv4: 12.2.1.2 +[2022-01-05T09:50:39.148735] [smf] [smf_app] [info ] Applied config ims +[2022-01-05T09:50:39.148740] [smf] [smf_app] [info ] PAA Ipv4: 12.2.1.129 +[2022-01-05T09:50:39.148751] [smf] [smf_app] [info ] Applied config for IPv6 ims +[2022-01-05T09:50:39.148760] [smf] [smf_app] [info ] Applied config oai +[2022-01-05T09:50:39.148765] [smf] [smf_app] [info ] PAA Ipv4: 12.1.1.129 +[2022-01-05T09:50:39.148775] [smf] [smf_app] [info ] Applied config oai.ipv4 +[2022-01-05T09:50:39.148780] [smf] [smf_app] [info ] PAA Ipv4: 12.1.1.2 +[2022-01-05T09:50:39.148783] [smf] [smf_app] [info ] Applied config +[2022-01-05T09:50:39.150008] [smf] [udp ] [debug] Creating new listen socket on address 192.168.70.133 and port 8805 +[2022-01-05T09:50:39.150022] [smf] [udp ] [debug] udp_server::udp_server(192.168.70.133:8805) +[2022-01-05T09:50:39.150038] [smf] [udp ] [debug] Creating new listen socket on address 192.168.70.133 and port 0 +[2022-01-05T09:50:39.150052] [smf] [udp ] [debug] udp_server::udp_server(192.168.70.133:0) +[2022-01-05T09:50:39.150058] [smf] [pfcp ] [info ] pfcp_l4_stack created listening to 192.168.70.133:8805 +[2022-01-05T09:50:39.150165] [smf] [udp ] [warn ] Could not set schedparam to ITTI task 6, err=1 +[2022-01-05T09:50:39.150222] [smf] [smf_n4 ] [start] Starting... +[2022-01-05T09:50:39.150240] [smf] [udp ] [warn ] Could not set schedparam to ITTI task 6, err=1 +[2022-01-05T09:50:39.151428] [smf] [smf_n4 ] [start] Started +[2022-01-05T09:50:39.151467] [smf] [smf_sbi] [start] Starting... +[2022-01-05T09:50:39.153657] [smf] [smf_sbi] [start] Started +[2022-01-05T09:50:39.153691] [smf] [smf_app] [start] Started +[2022-01-05T09:50:39.155944] [smf] [sbi_srv] [info ] HTTP1 server started +[2022-01-05T09:50:39.156271] [smf] [smf_app] [debug] Send ITTI msg to N11 task to subscribe to UPF status notification from NRF +[2022-01-05T09:50:39.156415] [smf] [sbi_srv] [info ] HTTP2 server started +[2022-01-05T09:50:39.156678] [smf] [smf_sbi] [debug] Send NFSubscribeNotify to NRF to be notified when a new UPF becomes available (HTTP version 1) +[2022-01-05T09:50:39.156725] [smf] [smf_sbi] [debug] Send NFStatusNotify to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/subscriptions +[2022-01-05T09:50:39.157057] [smf] [smf_sbi] [debug] Send NFStatusNotify to NRF, msg body: {"nfStatusNotificationUri":"192.168.70.133:80/nsmf-nfstatus-notify/v1/subscriptions","reqNotifEvents":["NF_REGISTERED","NF_DEREGISTERED"],"subscrCond":{"NfTypeCond":{"nfType":"UPF"}},"validityTime":"20390531T235959"} +[2022-01-05T09:50:39.157111] [smf] [smf_sbi] [debug] Promise ID generated 1 +[2022-01-05T09:50:39.159303] [smf] [smf_app] [debug] Got response with HTTP code 201! +[2022-01-05T09:50:39.159329] [smf] [smf_app] [debug] Prepare to make promise id 1 ready! +[2022-01-05T09:50:39.159338] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 1 to ready +[2022-01-05T09:50:39.159366] [smf] [smf_sbi] [debug] Got result for promise ID 1 +[2022-01-05T09:50:39.159374] [smf] [smf_sbi] [debug] Response data {"nfStatusNotificationUri":"192.168.70.133:80/nsmf-nfstatus-notify/v1/subscriptions","reqNotifEvents":["NF_REGISTERED","NF_DEREGISTERED"],"subscrCond":{"NfTypeCond":{"nfType":"UPF"}},"subscriptionId":"1","validityTime":"20390531T235959"} +[2022-01-05T09:50:39.159382] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 201 +[2022-01-05T09:50:39.159388] [smf] [smf_sbi] [debug] NFSubscribeNotify, got successful response from NRF +[2022-01-05T09:50:39.166958] [smf] [smf_app] [debug] NF instance info +[2022-01-05T09:50:39.167003] [smf] [smf_app] [debug] Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.167017] [smf] [smf_app] [debug] Instance name: OAI-SMF +[2022-01-05T09:50:39.167026] [smf] [smf_app] [debug] Instance type: SMF +[2022-01-05T09:50:39.167035] [smf] [smf_app] [debug] Status: REGISTERED +[2022-01-05T09:50:39.167045] [smf] [smf_app] [debug] HeartBeat timer: 50 +[2022-01-05T09:50:39.167055] [smf] [smf_app] [debug] Priority: 1 +[2022-01-05T09:50:39.167064] [smf] [smf_app] [debug] Capacity: 100 +[2022-01-05T09:50:39.167072] [smf] [smf_app] [debug] IPv4 Addr: +[2022-01-05T09:50:39.167083] [smf] [smf_app] [debug] 192.168.70.133 +[2022-01-05T09:50:39.167092] [smf] [smf_app] [debug] NF Service +[2022-01-05T09:50:39.167184] [smf] [smf_app] [debug] Service Instance ID: nsmf-pdusession, Service name: nsmf-pdusession, Version (apiVersionInUri: v1, apiFullVersion: 1.0.0 ), Scheme: http, Service status: REGISTERED, IpEndPoints: Ipv4 Address: 192.168.70.133, TransportProtocol: TCP, Port: 80 +[2022-01-05T09:50:39.167216] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger the registration request to NRF +[2022-01-05T09:50:39.167384] [smf] [smf_sbi] [debug] Send NF Instance Registration to NRF (HTTP version 1) +[2022-01-05T09:50:39.168189] [smf] [smf_app] [debug] SMF profile to json: + {"capacity":100,"custom_info":null,"heartBeatTimer":50,"ipv4Addresses":["192.168.70.133"],"nfInstanceId":"04b847c6-1633-4c32-bc41-7506ac49869d","nfInstanceName":"OAI-SMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.133","port":80,"transport":"TCP"}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"nsmf-pdusession","serviceName":"nsmf-pdusession","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"SMF","priority":1,"sNssais":[],"smfInfo":{"sNssaiSmfInfoList":[]}} +[2022-01-05T09:50:39.168293] [smf] [smf_sbi] [debug] Send NF Instance Registration to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.168417] [smf] [smf_sbi] [debug] Send NF Instance Registration to NRF, msg body: + {"capacity":100,"custom_info":null,"heartBeatTimer":50,"ipv4Addresses":["192.168.70.133"],"nfInstanceId":"04b847c6-1633-4c32-bc41-7506ac49869d","nfInstanceName":"OAI-SMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.133","port":80,"transport":"TCP"}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"nsmf-pdusession","serviceName":"nsmf-pdusession","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"SMF","priority":1,"sNssais":[],"smfInfo":{"sNssaiSmfInfoList":[]}} +[2022-01-05T09:50:39.168485] [smf] [smf_sbi] [debug] Promise ID generated 2 +[2022-01-05T09:50:39.170570] [smf] [smf_app] [debug] Got response with HTTP code 201! +[2022-01-05T09:50:39.170607] [smf] [smf_app] [debug] Prepare to make promise id 2 ready! +[2022-01-05T09:50:39.170620] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 2 to ready +[2022-01-05T09:50:39.170675] [smf] [smf_sbi] [debug] Got result for promise ID 2 +[2022-01-05T09:50:39.170696] [smf] [smf_sbi] [debug] Response data {"capacity":100,"heartBeatTimer":10,"ipv4Addresses":["192.168.70.133"],"json_data":null,"nfInstanceId":"04b847c6-1633-4c32-bc41-7506ac49869d","nfInstanceName":"OAI-SMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.133","port":80,"transport":""}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"nsmf-pdusession","serviceName":"nsmf-pdusession","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"SMF","priority":1,"smfInfo":{"sNssaiSmfInfoList":[]}} +[2022-01-05T09:50:39.170761] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 201 +[2022-01-05T09:50:39.171077] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, json data: + {"capacity":100,"heartBeatTimer":10,"ipv4Addresses":["192.168.70.133"],"json_data":null,"nfInstanceId":"04b847c6-1633-4c32-bc41-7506ac49869d","nfInstanceName":"OAI-SMF","nfServices":[{"ipEndPoints":[{"ipv4Address":"192.168.70.133","port":80,"transport":""}],"nfServiceStatus":"REGISTERED","scheme":"http","serviceInstanceId":"nsmf-pdusession","serviceName":"nsmf-pdusession","versions":[{"apiFullVersion":"1.0.0","apiVersionInUri":"v1"}]}],"nfStatus":"REGISTERED","nfType":"SMF","priority":1,"smfInfo":{"sNssaiSmfInfoList":[]}} +[2022-01-05T09:50:39.171167] [smf] [smf_app] [debug] Registered SMF profile (from NRF) +[2022-01-05T09:50:39.171303] [smf] [smf_app] [debug] NF instance info +[2022-01-05T09:50:39.171325] [smf] [smf_app] [debug] Instance ID: 04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:39.171336] [smf] [smf_app] [debug] Instance name: OAI-SMF +[2022-01-05T09:50:39.171345] [smf] [smf_app] [debug] Instance type: SMF +[2022-01-05T09:50:39.171354] [smf] [smf_app] [debug] Status: REGISTERED +[2022-01-05T09:50:39.171363] [smf] [smf_app] [debug] HeartBeat timer: 10 +[2022-01-05T09:50:39.171372] [smf] [smf_app] [debug] Priority: 1 +[2022-01-05T09:50:39.171381] [smf] [smf_app] [debug] Capacity: 100 +[2022-01-05T09:50:39.171390] [smf] [smf_app] [debug] IPv4 Addr: +[2022-01-05T09:50:39.171402] [smf] [smf_app] [debug] 192.168.70.133 +[2022-01-05T09:50:39.171507] [smf] [smf_app] [debug] Handle NF Instance Registration response +[2022-01-05T09:50:39.171602] [smf] [smf_app] [debug] Set value of NRF Heartbeat timer to 10 +[2022-01-05T09:50:39.171668] [smf] [smf_app] [debug] Delete SMF Profile instance... +[2022-01-05T09:50:39.171699] [smf] [smf_app] [debug] Delete SMF Profile instance... +[2022-01-05T09:50:46.097539] [smf] [smf_n4 ] [info ] handle_receive(37 bytes) +[2022-01-05T09:50:46.097611] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 5 length 33 +[2022-01-05T09:50:46.097620] [smf] [smf_n4 ] [debug] Received N4 ASSOCIATION SETUP REQUEST +[2022-01-05T09:50:46.097674] [smf] [smf_app] [info ] Node ID Type FQDN: oai-spgwu +[2022-01-05T09:50:46.097931] [smf] [smf_app] [info ] Node ID Type FQDN: oai-spgwu, IPv4 Addr: 192.168.70.134 +[2022-01-05T09:50:46.098022] [smf] [smf_app] [debug] NF instance info +[2022-01-05T09:50:46.098029] [smf] [smf_app] [debug] Instance ID: +[2022-01-05T09:50:46.098032] [smf] [smf_app] [debug] Instance name: +[2022-01-05T09:50:46.098034] [smf] [smf_app] [debug] Instance type: UPF +[2022-01-05T09:50:46.098036] [smf] [smf_app] [debug] Status: +[2022-01-05T09:50:46.098039] [smf] [smf_app] [debug] HeartBeat timer: 0 +[2022-01-05T09:50:46.098041] [smf] [smf_app] [debug] Priority: 0 +[2022-01-05T09:50:46.098043] [smf] [smf_app] [debug] Capacity: 0 +[2022-01-05T09:50:46.119883] [smf] [sbi_srv] [info ] NFStatusNotifyApiImpl, received a NF status notification... +[2022-01-05T09:50:46.119901] [smf] [smf_app] [debug] Convert NotificationData (OpenAPI) to Data Notification Msg +[2022-01-05T09:50:46.120071] [smf] [smf_app] [debug] NF instance info +[2022-01-05T09:50:46.120079] [smf] [smf_app] [debug] Instance ID: b9dd014a-37e8-4f4e-ab02-c483a5bd7462 +[2022-01-05T09:50:46.120083] [smf] [smf_app] [debug] Instance name: OAI-UPF +[2022-01-05T09:50:46.120086] [smf] [smf_app] [debug] Instance type: UPF +[2022-01-05T09:50:46.120090] [smf] [smf_app] [debug] Status: REGISTERED +[2022-01-05T09:50:46.120093] [smf] [smf_app] [debug] HeartBeat timer: 10 +[2022-01-05T09:50:46.120096] [smf] [smf_app] [debug] Priority: 1 +[2022-01-05T09:50:46.120100] [smf] [smf_app] [debug] Capacity: 100 +[2022-01-05T09:50:46.120104] [smf] [smf_app] [debug] SNSSAI: +[2022-01-05T09:50:46.120108] [smf] [smf_app] [debug] SST 222, SD 123 +[2022-01-05T09:50:46.120112] [smf] [smf_app] [debug] FQDN: oai-spgwu +[2022-01-05T09:50:46.120116] [smf] [smf_app] [debug] IPv4 Addr: +[2022-01-05T09:50:46.120121] [smf] [smf_app] [debug] 192.168.70.134 +[2022-01-05T09:50:46.120124] [smf] [smf_app] [debug] UPF Info: +[2022-01-05T09:50:46.120130] [smf] [smf_app] [debug] Parameters supported by the UPF: +[2022-01-05T09:50:46.120134] [smf] [smf_app] [debug] SNSSAI (SST 222, SD 123) +[2022-01-05T09:50:46.120138] [smf] [smf_app] [debug] DNN default +[2022-01-05T09:50:46.120179] [smf] [smf_app] [info ] Handle a NF status notification from NRF (HTTP version 1) +[2022-01-05T09:50:46.120493] [smf] [smf_app] [debug] Resolve a DNS (name oai-spgwu, protocol http): Ip Addr 192.168.70.134, port 80 +[2022-01-05T09:50:46.120517] [smf] [smf_app] [debug] Add a new UPF node, FQDN oai-spgwu +[2022-01-05T09:50:46.120524] [smf] [smf_app] [debug] Add a new UPF node, Ipv4 Addr 192.168.70.134 +[2022-01-05T09:50:46.121028] [smf] [smf_n4 ] [info ] handle_receive(42 bytes) +[2022-01-05T09:50:46.121064] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 6 length 38 +[2022-01-05T09:50:46.121071] [smf] [smf_n4 ] [info ] Received N4 ASSOCIATION SETUP RESPONSE from an UPF +[2022-01-05T09:50:46.121084] [smf] [smf_n4 ] [info ] Received N4 ASSOCIATION SETUP RESPONSE +[2022-01-05T09:50:49.171722] [smf] [smf_app] [info ] TIME-OUT event timer id 1 +[2022-01-05T09:50:49.171744] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:50:49.171798] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:50:49.171807] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:50:49.171873] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:50:49.171892] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:49.171901] [smf] [smf_sbi] [debug] Promise ID generated 5 +[2022-01-05T09:50:49.222630] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:50:49.222647] [smf] [smf_app] [debug] Prepare to make promise id 5 ready! +[2022-01-05T09:50:49.222651] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 5 to ready +[2022-01-05T09:50:49.222675] [smf] [smf_sbi] [debug] Got result for promise ID 5 +[2022-01-05T09:50:49.222679] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:50:49.222681] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:50:49.222684] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:50:49.222710] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:50:49.222723] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:50:51.120955] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 5 +[2022-01-05T09:50:56.121328] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 6 +[2022-01-05T09:50:56.121404] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:50:56.122249] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:50:56.122335] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:50:59.171987] [smf] [smf_app] [info ] TIME-OUT event timer id 7 +[2022-01-05T09:50:59.172006] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:50:59.172025] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:50:59.172078] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:50:59.172130] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:50:59.172144] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:50:59.172152] [smf] [smf_sbi] [debug] Promise ID generated 7 +[2022-01-05T09:50:59.172618] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:50:59.172627] [smf] [smf_app] [debug] Prepare to make promise id 7 ready! +[2022-01-05T09:50:59.172631] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 7 to ready +[2022-01-05T09:50:59.172642] [smf] [smf_sbi] [debug] Got result for promise ID 7 +[2022-01-05T09:50:59.172647] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:50:59.172651] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:50:59.172654] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:50:59.172671] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:50:59.172685] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:51:01.121889] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 10 +[2022-01-05T09:51:06.122576] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 11 +[2022-01-05T09:51:06.122631] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:51:06.123235] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:06.123302] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:51:09.172269] [smf] [smf_app] [info ] TIME-OUT event timer id 12 +[2022-01-05T09:51:09.172324] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:51:09.172365] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:51:09.172443] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:51:09.172568] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:51:09.172606] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:09.172646] [smf] [smf_sbi] [debug] Promise ID generated 9 +[2022-01-05T09:51:09.174137] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:51:09.174176] [smf] [smf_app] [debug] Prepare to make promise id 9 ready! +[2022-01-05T09:51:09.174192] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 9 to ready +[2022-01-05T09:51:09.174239] [smf] [smf_sbi] [debug] Got result for promise ID 9 +[2022-01-05T09:51:09.174250] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:51:09.174260] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:51:09.174269] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:51:09.174360] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:51:09.174411] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:51:11.122868] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 15 +[2022-01-05T09:51:16.731619] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 16 +[2022-01-05T09:51:16.988500] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:51:16.998534] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:16.998571] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:51:19.330410] [smf] [smf_app] [info ] TIME-OUT event timer id 17 +[2022-01-05T09:51:19.330473] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:51:19.330519] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:51:19.330595] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:51:19.330782] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:51:19.330887] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:19.330919] [smf] [smf_sbi] [debug] Promise ID generated 11 +[2022-01-05T09:51:19.332599] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:51:19.332640] [smf] [smf_app] [debug] Prepare to make promise id 11 ready! +[2022-01-05T09:51:19.332654] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 11 to ready +[2022-01-05T09:51:19.332696] [smf] [smf_sbi] [debug] Got result for promise ID 11 +[2022-01-05T09:51:19.332708] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:51:19.332717] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:51:19.332728] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:51:19.332807] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:51:19.332865] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:51:21.998389] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 20 +[2022-01-05T09:51:26.998706] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 21 +[2022-01-05T09:51:26.998724] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:51:26.998882] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:26.998898] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:51:29.330684] [smf] [smf_app] [info ] TIME-OUT event timer id 22 +[2022-01-05T09:51:29.330717] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:51:29.330742] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:51:29.330769] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:51:29.330872] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:51:29.330903] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:29.330916] [smf] [smf_sbi] [debug] Promise ID generated 13 +[2022-01-05T09:51:29.331691] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:51:29.331707] [smf] [smf_app] [debug] Prepare to make promise id 13 ready! +[2022-01-05T09:51:29.331715] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 13 to ready +[2022-01-05T09:51:29.331742] [smf] [smf_sbi] [debug] Got result for promise ID 13 +[2022-01-05T09:51:29.331751] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:51:29.331757] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:51:29.331763] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:51:29.331797] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:51:29.331817] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:51:31.998985] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 25 +[2022-01-05T09:51:36.999087] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 26 +[2022-01-05T09:51:36.999160] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:51:36.999848] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:36.999940] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:51:39.331034] [smf] [smf_app] [info ] TIME-OUT event timer id 27 +[2022-01-05T09:51:39.331096] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:51:39.331144] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:51:39.331184] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:51:39.331290] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:51:39.331337] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:39.331354] [smf] [smf_sbi] [debug] Promise ID generated 15 +[2022-01-05T09:51:39.333059] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:51:39.333109] [smf] [smf_app] [debug] Prepare to make promise id 15 ready! +[2022-01-05T09:51:39.333122] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 15 to ready +[2022-01-05T09:51:39.333166] [smf] [smf_sbi] [debug] Got result for promise ID 15 +[2022-01-05T09:51:39.333178] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:51:39.333188] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:51:39.333198] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:51:39.333259] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:51:39.333300] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:51:41.999415] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 30 +[2022-01-05T09:51:47.000242] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 31 +[2022-01-05T09:51:47.000302] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:51:47.000935] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:47.001005] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:51:49.331310] [smf] [smf_app] [info ] TIME-OUT event timer id 32 +[2022-01-05T09:51:49.331329] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:51:49.331343] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:51:49.331351] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:51:49.331389] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:51:49.331399] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:49.331404] [smf] [smf_sbi] [debug] Promise ID generated 17 +[2022-01-05T09:51:49.331934] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:51:49.331944] [smf] [smf_app] [debug] Prepare to make promise id 17 ready! +[2022-01-05T09:51:49.331947] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 17 to ready +[2022-01-05T09:51:49.331958] [smf] [smf_sbi] [debug] Got result for promise ID 17 +[2022-01-05T09:51:49.331961] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:51:49.331963] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:51:49.331966] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:51:49.331980] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:51:49.331988] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:51:52.000587] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 35 +[2022-01-05T09:51:57.001296] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 36 +[2022-01-05T09:51:57.001356] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:51:57.001865] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:57.001928] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:51:59.331646] [smf] [smf_app] [info ] TIME-OUT event timer id 37 +[2022-01-05T09:51:59.331707] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:51:59.331754] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:51:59.331793] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:51:59.331898] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:51:59.331946] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:51:59.331964] [smf] [smf_sbi] [debug] Promise ID generated 19 +[2022-01-05T09:51:59.333560] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:51:59.333603] [smf] [smf_app] [debug] Prepare to make promise id 19 ready! +[2022-01-05T09:51:59.333622] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 19 to ready +[2022-01-05T09:51:59.333686] [smf] [smf_sbi] [debug] Got result for promise ID 19 +[2022-01-05T09:51:59.333708] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:51:59.333723] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:51:59.333736] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:51:59.333797] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:51:59.333842] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:52:02.001711] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 40 +[2022-01-05T09:52:07.002258] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 41 +[2022-01-05T09:52:07.002318] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:52:07.002812] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:07.002899] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:52:09.332024] [smf] [smf_app] [info ] TIME-OUT event timer id 42 +[2022-01-05T09:52:09.332077] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:52:09.332121] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:52:09.332153] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:52:09.332289] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:52:09.332332] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:09.332347] [smf] [smf_sbi] [debug] Promise ID generated 21 +[2022-01-05T09:52:09.333723] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:52:09.333763] [smf] [smf_app] [debug] Prepare to make promise id 21 ready! +[2022-01-05T09:52:09.333779] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 21 to ready +[2022-01-05T09:52:09.333835] [smf] [smf_sbi] [debug] Got result for promise ID 21 +[2022-01-05T09:52:09.333854] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:52:09.333868] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:52:09.333880] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:52:09.333934] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:52:09.333975] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:52:12.002626] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 45 +[2022-01-05T09:52:17.003115] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 46 +[2022-01-05T09:52:17.003182] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:52:17.003865] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:17.003953] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:52:19.332403] [smf] [smf_app] [info ] TIME-OUT event timer id 47 +[2022-01-05T09:52:19.332469] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:52:19.332519] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:52:19.332558] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:52:19.332727] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:52:19.332779] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:19.332797] [smf] [smf_sbi] [debug] Promise ID generated 23 +[2022-01-05T09:52:19.334388] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:52:19.334435] [smf] [smf_app] [debug] Prepare to make promise id 23 ready! +[2022-01-05T09:52:19.334454] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 23 to ready +[2022-01-05T09:52:19.334519] [smf] [smf_sbi] [debug] Got result for promise ID 23 +[2022-01-05T09:52:19.334541] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:52:19.334558] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:52:19.334568] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:52:19.334630] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:52:19.334672] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:52:22.003511] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 50 +[2022-01-05T09:52:27.004218] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 51 +[2022-01-05T09:52:27.004279] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:52:27.004857] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:27.004936] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:52:29.332815] [smf] [smf_app] [info ] TIME-OUT event timer id 52 +[2022-01-05T09:52:29.332879] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:52:29.332927] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:52:29.332958] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:52:29.333143] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:52:29.333208] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:29.333236] [smf] [smf_sbi] [debug] Promise ID generated 25 +[2022-01-05T09:52:29.335035] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:52:29.335080] [smf] [smf_app] [debug] Prepare to make promise id 25 ready! +[2022-01-05T09:52:29.335094] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 25 to ready +[2022-01-05T09:52:29.335137] [smf] [smf_sbi] [debug] Got result for promise ID 25 +[2022-01-05T09:52:29.335149] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:52:29.335159] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:52:29.335169] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:52:29.335229] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:52:29.335272] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:52:32.004515] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 55 +[2022-01-05T09:52:37.005231] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 56 +[2022-01-05T09:52:37.005289] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:52:37.005957] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:37.006033] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:52:39.333251] [smf] [smf_app] [info ] TIME-OUT event timer id 57 +[2022-01-05T09:52:39.333309] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:52:39.333354] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:52:39.333393] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:52:39.333546] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:52:39.333611] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:39.333630] [smf] [smf_sbi] [debug] Promise ID generated 27 +[2022-01-05T09:52:39.335377] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:52:39.335413] [smf] [smf_app] [debug] Prepare to make promise id 27 ready! +[2022-01-05T09:52:39.335424] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 27 to ready +[2022-01-05T09:52:39.335466] [smf] [smf_sbi] [debug] Got result for promise ID 27 +[2022-01-05T09:52:39.335478] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:52:39.335487] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:52:39.335497] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:52:39.335555] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:52:39.335601] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:52:40.697919] [smf] [sbi_srv] [debug] +[2022-01-05T09:52:40.697973] [smf] [sbi_srv] [info ] Received a SM context create request from AMF. +[2022-01-05T09:52:40.698039] [smf] [smf_app] [debug] Parsing the message with Simple Parser +[2022-01-05T09:52:40.698058] [smf] [smf_app] [debug] Boundary: ----Boundary +[2022-01-05T09:52:40.698093] [smf] [smf_app] [debug] Content Type: application/json +[2022-01-05T09:52:40.698119] [smf] [smf_app] [debug] Body: {"anType":"3GPP_ACCESS","dnn":"default","gpsi":"msisdn-200000000001","n1MessageContainer":{"n1MessageClass":"SM","n1MessageContent":{"contentId":"n1SmMsg"}},"pduSessionId":1,"pei":"imei-200000000000001","requestType":"INITIAL_REQUEST","sNssai":{"sd":"123","sst":222},"servingNetwork":{"mcc":"208","mnc":"95"},"servingNfId":"servingNfId","smContextStatusUri":"http://192.168.70.132/nsmf-pdusession/callback/imsi-208950000000031/1","supi":"imsi-208950000000031"} +[2022-01-05T09:52:40.698255] [smf] [smf_app] [debug] Content Type: application/vnd.3gpp.5gnas +[2022-01-05T09:52:40.698274] [smf] [smf_app] [debug] Body: .���� +[2022-01-05T09:52:40.698347] [smf] [sbi_srv] [debug] Number of MIME parts 2 +[2022-01-05T09:52:40.698772] [smf] [sbi_srv] [info ] PDU Session Create SM Context Request. +[2022-01-05T09:52:40.698799] [smf] [sbi_srv] [debug] Create a pdu_session_create_sm_context_request message and store the necessary information +[2022-01-05T09:52:40.698859] [smf] [smf_app] [debug] Convert SmContextMessage (OpenAPI) to PDUSession_CreateSMContext +[2022-01-05T09:52:40.698963] [smf] [smf_app] [debug] N1 SM message: .���� +[2022-01-05T09:52:40.699012] [smf] [smf_app] [debug] SUPI imsi-208950000000031, SUPI Prefix imsi, IMSI 208950000000031 +[2022-01-05T09:52:40.699028] [smf] [smf_app] [debug] DNN default +[2022-01-05T09:52:40.699046] [smf] [smf_app] [debug] S-NSSAI SST 222, SD 123 +[2022-01-05T09:52:40.699062] [smf] [smf_app] [debug] PDU Session ID 1 +[2022-01-05T09:52:40.699072] [smf] [smf_app] [debug] ServingNfId servingNfId +[2022-01-05T09:52:40.699082] [smf] [smf_app] [debug] RequestType INITIAL_REQUEST +[2022-01-05T09:52:40.699114] [smf] [smf_app] [debug] SMContextStatusUri http://192.168.70.132/nsmf-pdusession/callback/imsi-208950000000031/1 +[2022-01-05T09:52:40.699135] [smf] [smf_app] [warn ] No SelMode available +[2022-01-05T09:52:40.699152] [smf] [smf_app] [debug] Serving Network (MCC 208, MNC 95) +[2022-01-05T09:52:40.699170] [smf] [smf_app] [debug] AN Type 3GPP_ACCESS +[2022-01-05T09:52:40.699225] [smf] [sbi_srv] [debug] Promise ID generated 28 +[2022-01-05T09:52:40.699276] [smf] [smf_app] [info ] Handle a PDU Session Create SM Context Request from an AMF (HTTP version 1) +[2022-01-05T09:52:40.699300] [smf] [smf_n1 ] [info ] Decode NAS message from N1 SM Container. +Content: 2e 01 01 c1 ff ff 91 +[2022-01-05T09:52:40.699424] [smf] [smf_n1 ] [debug] NAS message, Extended Protocol Discriminator 0x2e, PDU Session Identity 0x1, Procedure Transaction Identity 0x1, Message Type 0xc1 +[2022-01-05T09:52:40.699452] [smf] [smf_app] [debug] PDU Session Type 1 +[2022-01-05T09:52:40.699481] [smf] [smf_app] [info ] Handle a PDU Session Create SM Context Request message from AMF, SUPI 208950000000031, SNSSAI SST 222, SD 123 +[2022-01-05T09:52:40.699496] [smf] [smf_app] [debug] Requested DNN: default +[2022-01-05T09:52:40.699507] [smf] [smf_app] [debug] DNN label: default, dnn: default +[2022-01-05T09:52:40.699518] [smf] [smf_app] [debug] DNN matched! +[2022-01-05T09:52:40.699528] [smf] [smf_app] [debug] PDU Session Type 1, PDN Type 1 +[2022-01-05T09:52:40.699543] [smf] [smf_app] [debug] Create a new SMF context with SUPI 208950000000031 +[2022-01-05T09:52:40.699884] [smf] [smf_app] [debug] The Session Management Subscription data is not available +[2022-01-05T09:52:40.699913] [smf] [smf_app] [debug] Retrieve Session Management Subscription data from the UDM +[2022-01-05T09:52:40.700011] [smf] [smf_sbi] [debug] UDM's URL: 192.168.70.137:80/nudm-sdm/v1/208950000000031/sm-data?single-nssai={"sst":222,"sd":"123"}&dnn=default&plmn-id={"mcc":"208","mnc":"95"} +[2022-01-05T09:52:40.700036] [smf] [smf_sbi] [debug] Promise ID generated 29 +[2022-01-05T09:52:40.711128] [smf] [smf_app] [debug] Got response with HTTP code 200! +[2022-01-05T09:52:40.711178] [smf] [smf_app] [debug] Prepare to make promise id 29 ready! +[2022-01-05T09:52:40.711191] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 29 to ready +[2022-01-05T09:52:40.711239] [smf] [smf_sbi] [debug] Got result for promise ID 29 +[2022-01-05T09:52:40.711252] [smf] [smf_sbi] [debug] Response data {"dnnConfigurations":{"default":{"5gQosProfile":{"5qi":6,"arp":{"preemptCap":"NOT_PREEMPT","preemptVuln":"NOT_PREEMPTABLE","priorityLevel":1},"priorityLevel":1},"pduSessionTypes":{"defaultSessionType":"IPV4"},"sessionAmbr":{"downlink":"100Mbps","uplink":"100Mbps"},"sscModes":{"defaultSscMode":"SSC_MODE_1"},"staticIpAddress":[{"ipv4Addr":"12.1.1.4"}]}},"singleNssai":{"sd":"123","sst":222}} +[2022-01-05T09:52:40.711270] [smf] [smf_sbi] [debug] Session Management Subscription Data Retrieval, response from UDM, HTTP Code: 200 +[2022-01-05T09:52:40.711285] [smf] [smf_sbi] [debug] Got successful response from UDM, URL: 192.168.70.137:80/nudm-sdm/v1/208950000000031/sm-data?single-nssai={"sst":222,"sd":"123"}&dnn=default&plmn-id={"mcc":"208","mnc":"95"} +[2022-01-05T09:52:40.711636] [smf] [smf_sbi] [debug] Response from UDM {"dnnConfigurations":{"default":{"5gQosProfile":{"5qi":6,"arp":{"preemptCap":"NOT_PREEMPT","preemptVuln":"NOT_PREEMPTABLE","priorityLevel":1},"priorityLevel":1},"pduSessionTypes":{"defaultSessionType":"IPV4"},"sessionAmbr":{"downlink":"100Mbps","uplink":"100Mbps"},"sscModes":{"defaultSscMode":"SSC_MODE_1"},"staticIpAddress":[{"ipv4Addr":"12.1.1.4"}]}},"singleNssai":{"sd":"123","sst":222}} +[2022-01-05T09:52:40.711695] [smf] [smf_sbi] [debug] DNN default +[2022-01-05T09:52:40.711715] [smf] [smf_sbi] [debug] Default session type IPV4 +[2022-01-05T09:52:40.711727] [smf] [smf_sbi] [debug] Default SSC Mode SSC_MODE_1 +[2022-01-05T09:52:40.711758] [smf] [smf_sbi] [debug] Session AMBR Uplink 100Mbps, Downlink 100Mbps +[2022-01-05T09:52:40.711914] [smf] [smf_app] [info ] Inserted DNN Subscription, key: 222, dnn default +[2022-01-05T09:52:40.711950] [smf] [smf_app] [debug] Generated a SMF Context ID 0x1 +[2022-01-05T09:52:40.711961] [smf] [smf_app] [info ] Handle a PDU Session Create SM Context Request message from AMF (HTTP version 1) +[2022-01-05T09:52:40.712124] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:40.712155] [smf] [smf_app] [debug] Create a new PDU session +[2022-01-05T09:52:40.712194] [smf] [smf_app] [info ] Add PDU Session with Id 1 +[2022-01-05T09:52:40.712210] [smf] [smf_app] [debug] PDU Session Id (1) has been added successfully +[2022-01-05T09:52:40.712222] [smf] [smf_app] [debug] UE Address Allocation +[2022-01-05T09:52:40.712233] [smf] [smf_app] [info ] Find a DNN Subscription with key: 222, map size 1 +[2022-01-05T09:52:40.712248] [smf] [smf_app] [info ] Find DNN configuration with DNN default +[2022-01-05T09:52:40.712269] [smf] [smf_app] [debug] Static IP Address with IPv4 12.1.1.4 +[2022-01-05T09:52:40.712281] [smf] [smf_app] [debug] PDU Session Type IPv4 +[2022-01-05T09:52:40.712292] [smf] [smf_app] [info ] PAA, Ipv4 Address: 12.1.1.4 +[2022-01-05T09:52:40.712389] [smf] [sbi_srv] [debug] AMF IP Addr 192.168.70.132 +[2022-01-05T09:52:40.712410] [smf] [smf_app] [debug] Send ITTI msg to SMF APP to trigger the response of Server +[2022-01-05T09:52:40.712463] [smf] [smf_app] [debug] Trigger PDU Session Create SM Context Response: Set promise with ID 28 to ready +[2022-01-05T09:52:40.712495] [smf] [smf_app] [info ] Create a procedure to process this message. +[2022-01-05T09:52:40.712526] [smf] [smf_app] [info ] Perform a procedure - Create SM Context Request +[2022-01-05T09:52:40.712544] [smf] [smf_app] [info ] Could not found UPF profile, select the first available UPF +[2022-01-05T09:52:40.712558] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:40.713481] [smf] [smf_app] [debug] Resolve a DNS (name oai-spgwu, protocol ): Ip Addr 192.168.70.134, port 0 +[2022-01-05T09:52:40.713566] [smf] [smf_app] [debug] NWI (optional) config not found +[2022-01-05T09:52:40.713591] [smf] [smf_app] [info ] Get default QoS for a PDU Session, key 222 +[2022-01-05T09:52:40.713608] [smf] [smf_app] [info ] Find a DNN Subscription with key: 222, map size 1 +[2022-01-05T09:52:40.713623] [smf] [smf_app] [info ] Find DNN configuration with DNN default +[2022-01-05T09:52:40.713641] [smf] [smf_app] [info ] Default qfi 6 +[2022-01-05T09:52:40.713662] [smf] [smf_app] [info ] Get default QoS rule for a PDU Session (PDU session type 1) +[2022-01-05T09:52:40.713678] [smf] [smf_app] [debug] Default QoSRules: 1 1 1 1 3 1 1 ff 0 +[2022-01-05T09:52:40.713699] [smf] [smf_app] [info ] Add QoS Rule with Rule Id 1 +[2022-01-05T09:52:40.713727] [smf] [smf_app] [info ] Sending ITTI message 37itti_n4_session_establishment_request to task TASK_SMF_N4 +[2022-01-05T09:52:40.713880] [smf] [sbi_srv] [debug] Got result for promise ID 28 +[2022-01-05T09:52:40.742321] [smf] [smf_n4 ] [info ] handle_receive(76 bytes) +[2022-01-05T09:52:40.742490] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 51 length 72 +[2022-01-05T09:52:40.742717] [smf] [smf_app] [debug] Received N4 Session Establishment Response sender teid 0x1 pfcp_tx_id 1E +[2022-01-05T09:52:40.742772] [smf] [smf_app] [info ] Handle N4 Session Establishment Response (PDU Session Id 1) +[2022-01-05T09:52:40.742933] [smf] [smf_app] [debug] Get default QoS Flow of this PDU session. +[2022-01-05T09:52:40.742966] [smf] [smf_app] [info ] Get default QoS Rule this PDU Session (ID 1) +[2022-01-05T09:52:40.742989] [smf] [smf_app] [debug] Prepare a PDU Session Establishment Accept message and send to UE +[2022-01-05T09:52:40.743002] [smf] [smf_n1 ] [info ] Create N1 SM Container, PDU Session Establishment Accept +[2022-01-05T09:52:40.743032] [smf] [smf_n1 ] [info ] PDU_SESSION_ESTABLISHMENT_ACCEPT, encode starting... +[2022-01-05T09:52:40.743050] [smf] [smf_n1 ] [debug] SM header, Extended Protocol Discriminator 0x2e, PDU Session Identity 1, Procedure Transaction Identity: 1, Message Type: 194 +[2022-01-05T09:52:40.743065] [smf] [smf_n1 ] [debug] PDU Session Type: 1 +[2022-01-05T09:52:40.743091] [smf] [smf_n1 ] [debug] Get default values for Session-AMBR +[2022-01-05T09:52:40.743117] [smf] [smf_n1 ] [debug] Get SMF context with SUPI 208950000000031 +[2022-01-05T09:52:40.743144] [smf] [smf_app] [debug] Get AMBR info from the subscription information (DNN default) +[2022-01-05T09:52:40.743156] [smf] [smf_app] [info ] Find a DNN Subscription with key: 222, map size 1 +[2022-01-05T09:52:40.743167] [smf] [smf_app] [info ] Find DNN configuration with DNN default +[2022-01-05T09:52:40.743182] [smf] [smf_app] [debug] Default AMBR info from the subscription information, downlink 100Mbps, uplink 100Mbps +[2022-01-05T09:52:40.743202] [smf] [smf_n1 ] [debug] PDU Session Type IPV4 +[2022-01-05T09:52:40.743259] [smf] [smf_n1 ] [debug] UE IPv4 Address 12.1.1.4 +[2022-01-05T09:52:40.743279] [smf] [smf_n1 ] [debug] SNSSAI SST 222, SD 0x7b +[2022-01-05T09:52:40.743291] [smf] [smf_n1 ] [debug] Get SMF context with SUPI 208950000000031 +[2022-01-05T09:52:40.743304] [smf] [smf_app] [info ] Get default QoS Flow Description (PDU session type 1) +[2022-01-05T09:52:40.743319] [smf] [smf_app] [debug] Default Qos Flow Description: 6 1 1 1 1 6 +[2022-01-05T09:52:40.743359] [smf] [smf_n1 ] [debug] Full DNN default.mnc095.mcc208.gprs, dotted DNN defaultmnc095mcc208gprs +[2022-01-05T09:52:40.743392] [smf] [smf_n1 ] [info ] Encode PDU Session Establishment Accept +extended_protocol_discriminator 46, security_header_type 0 +message type 194 +Encode PDU Session Establishment Accept +[2022-01-05T09:52:40.743458] [smf] [smf_n1 ] [debug] Buffer Data: +2e 01 01 c2 11 00 09 01 00 06 31 31 01 01 ff 06 06 06 00 64 06 00 64 29 05 01 0c 01 01 04 22 04 de 00 00 7b 79 00 06 06 20 41 01 01 06 7b 00 01 80 25 1b 07 64 65 66 61 75 6c 74 06 6d 6e 63 30 39 35 06 6d 63 63 32 30 38 04 67 70 72 73 (bytes 78) +[2022-01-05T09:52:40.743565] [smf] [smf_app] [debug] Convert string to Hex +[2022-01-05T09:52:40.743585] [smf] [smf_app] [debug] Input: +2e 01 01 c2 11 00 09 01 00 06 31 31 01 01 ff 06 06 06 00 64 06 00 64 29 05 01 0c 01 01 04 22 04 de 00 00 7b 79 00 06 06 20 41 01 01 06 7b 00 01 80 25 1b 07 64 65 66 61 75 6c 74 06 6d 6e 63 30 39 35 06 6d 63 63 32 30 38 04 67 70 72 73 +[2022-01-05T09:52:40.743677] [smf] [smf_app] [debug] Output: + 2e0101c211000901000631310101ff06060600640600642905010c0101042204de00007b7900060620410101067b000180251b0764656661756c74066d6e63303935066d63633230380467707273 +[2022-01-05T09:52:40.743704] [smf] [smf_n2 ] [info ] Create N2 SM Information, PDU Session Resource Setup Request Transfer +[2022-01-05T09:52:40.743737] [smf] [smf_n2 ] [debug] UL F-TEID, TEID 0x1, IP Address 192.168.70.134 +[2022-01-05T09:52:40.743753] [smf] [smf_n2 ] [info ] QoS parameters: QFI 6, Priority level 0, ARP priority level 1 +[2022-01-05T09:52:40.743802] [smf] [smf_n2 ] [debug] Get SMF context with SUPI 208950000000031 +[2022-01-05T09:52:40.743822] [smf] [smf_app] [info ] Find a DNN Subscription with key: 222, map size 1 +[2022-01-05T09:52:40.743840] [smf] [smf_app] [info ] Find DNN configuration with DNN default +[2022-01-05T09:52:40.743851] [smf] [smf_app] [debug] Default AMBR info from the DNN configuration, uplink 100Mbps, downlink 100Mbps +[2022-01-05T09:52:40.743867] [smf] [smf_app] [debug] Get AMBR info from the subscription information (DNN default), uplink 100000000 downlink 100000000 +[2022-01-05T09:52:40.743928] [smf] [smf_n2 ] [debug] PDU Session Type: 1 +[2022-01-05T09:52:40.743954] [smf] [smf_n2 ] [info ] QoS parameters: QFI 6, ARP priority level 1, qos_flow.qos_profile.arp.preempt_cap NOT_PREEMPT, qos_flow.qos_profile.arp.preempt_vuln NOT_PREEMPTABLE +[2022-01-05T09:52:40.744220] [smf] [smf_n2 ] [debug] N2 SM buffer data: +00 00 04 00 ffffff82 00 0a 0c 05 fffffff5 ffffffe1 00 30 05 fffffff5 ffffffe1 00 00 ffffff8b 00 0a 01 fffffff0 ffffffc0 ffffffa8 46 ffffff86 00 00 00 01 00 ffffff86 00 01 00 00 ffffff88 00 07 00 06 00 00 06 00 00 (47 bytes) +[2022-01-05T09:52:40.744313] [smf] [smf_app] [debug] Convert string to Hex +[2022-01-05T09:52:40.744334] [smf] [smf_app] [debug] Input: +00 00 04 00 82 00 0a 0c 05 f5 e1 00 30 05 f5 e1 00 00 8b 00 0a 01 f0 c0 a8 46 86 00 00 00 01 00 86 00 01 00 00 88 00 07 00 06 00 00 06 00 00 +[2022-01-05T09:52:40.744401] [smf] [smf_app] [debug] Output: + 0000040082000a0c05f5e1003005f5e100008b000a01f0c0a846860000000100860001000088000700060000060000 +[2022-01-05T09:52:40.744473] [smf] [smf_app] [debug] N1N2MessageTransfer will be sent to AMF with URL: http://192.168.70.132/namf-comm/v1/ue-contexts/imsi-208950000000031/n1-n2-messages +[2022-01-05T09:52:40.744771] [smf] [smf_app] [info ] Sending ITTI message N11_SESSION_CREATE_SM_CONTEXT_RESPONSE to task TASK_SMF_APP +[2022-01-05T09:52:40.744838] [smf] [smf_sbi] [debug] Send Communication_N1N2MessageTransfer to AMF (HTTP version 1) +[2022-01-05T09:52:40.745238] [smf] [smf_app] [debug] Input string (156 bytes): 2e0101c211000901000631310101ff06060600640600642905010c0101042204de00007b7900060620410101067b000180251b0764656661756c74066d6e63303935066d63633230380467707273 +[2022-01-05T09:52:40.745266] [smf] [smf_app] [debug] Data (formatted): + 2e 01 01 c2 11 00 09 01 00 06 31 31 01 01 ff 06 06 06 00 64 06 00 64 29 05 01 0c 01 01 04 22 04 de 00 00 7b 79 00 06 06 20 41 01 01 06 7b 00 01 80 25 1b 07 64 65 66 61 75 6c 74 06 6d 6e 63 30 39 35 06 6d 63 63 32 30 38 04 67 70 72 73 +[2022-01-05T09:52:40.745341] [smf] [smf_app] [debug] Input string (94 bytes): 0000040082000a0c05f5e1003005f5e100008b000a01f0c0a846860000000100860001000088000700060000060000 +[2022-01-05T09:52:40.745359] [smf] [smf_app] [debug] Data (formatted): + 00 00 04 00 82 00 0a 0c 05 f5 e1 00 30 05 f5 e1 00 00 8b 00 0a 01 f0 c0 a8 46 86 00 00 00 01 00 86 00 01 00 00 88 00 07 00 06 00 00 06 00 00 +[2022-01-05T09:52:40.745592] [smf] [smf_sbi] [debug] Send Communication_N1N2MessageTransfer to AMF, body ------Boundary +Content-Type: application/json + +{"n1MessageContainer":{"n1MessageClass":"SM","n1MessageContent":{"contentId":"n1SmMsg"}},"n1n2FailureTxfNotifURI":"192.168.70.132/nsmf-pdusession/v1/callback/N1N2MsgTxfrFailureNotification/imsi-208950000000031","n2InfoContainer":{"n2InformationClass":"SM","ranInfo":"SM","smInfo":{"n2InfoContent":{"ngapData":{"contentId":"n2msg"},"ngapIeType":"PDU_RES_SETUP_REQ"},"pduSessionId":1,"sNssai":{"sd":"123","sst":222}}},"pduSessionId":1} +------Boundary +Content-Type: application/vnd.3gpp.5gnas +Content-Id: n1SmMsg + +.� +[2022-01-05T09:52:40.745637] [smf] [smf_sbi] [debug] Promise ID generated 31 +[2022-01-05T09:52:40.779760] [smf] [smf_app] [debug] Got response with HTTP code 200! +[2022-01-05T09:52:40.779826] [smf] [smf_app] [debug] Prepare to make promise id 31 ready! +[2022-01-05T09:52:40.779849] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 31 to ready +[2022-01-05T09:52:40.779923] [smf] [smf_sbi] [debug] Got result for promise ID 31 +[2022-01-05T09:52:40.779944] [smf] [smf_sbi] [debug] Response data {"cause":"N1_N2_TRANSFER_INITIATED"} +[2022-01-05T09:52:40.780060] [smf] [smf_sbi] [debug] Response from AMF, Http Code: 200, cause "N1_N2_TRANSFER_INITIATED" +[2022-01-05T09:52:40.780213] [smf] [smf_app] [info ] Process N1N2MessageTransfer Response +[2022-01-05T09:52:40.780252] [smf] [smf_app] [info ] PDU_SESSION_ESTABLISHMENT_UE_REQUESTED +[2022-01-05T09:52:40.780268] [smf] [smf_app] [info ] Update PDU Session Status +[2022-01-05T09:52:40.780296] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:40.780312] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:40.780328] [smf] [smf_app] [info ] Set PDU Session Status to PDU_SESSION_ESTABLISHMENT_PENDING +[2022-01-05T09:52:40.780344] [smf] [smf_app] [info ] Set PDU Session Status to PDU_SESSION_ESTABLISHMENT_PENDING +[2022-01-05T09:52:40.780359] [smf] [smf_app] [info ] Update UpCnx_State +[2022-01-05T09:52:40.780379] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:40.780401] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:40.780417] [smf] [smf_app] [info ] Set upCnxState to UPCNX_STATE_ACTIVATING +[2022-01-05T09:52:40.780432] [smf] [smf_app] [info ] Set PDU Session UpCnxState to UPCNX_STATE_ACTIVATING +[2022-01-05T09:52:40.780452] [smf] [smf_app] [debug] Got successful response from AMF (response code 200), set session status to PDU_SESSION_ESTABLISHMENT_PENDING +[2022-01-05T09:52:42.005688] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 60 +[2022-01-05T09:52:45.714638] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 64 +[2022-01-05T09:52:47.006289] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 61 +[2022-01-05T09:52:47.006349] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:52:47.006999] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:47.007091] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:52:49.333648] [smf] [smf_app] [info ] TIME-OUT event timer id 62 +[2022-01-05T09:52:49.333710] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:52:49.333801] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:52:49.333833] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:52:49.333939] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:52:49.333987] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:49.334004] [smf] [smf_sbi] [debug] Promise ID generated 33 +[2022-01-05T09:52:49.335848] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:52:49.335894] [smf] [smf_app] [debug] Prepare to make promise id 33 ready! +[2022-01-05T09:52:49.335908] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 33 to ready +[2022-01-05T09:52:49.335951] [smf] [smf_sbi] [debug] Got result for promise ID 33 +[2022-01-05T09:52:49.335964] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:52:49.335976] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:52:49.336002] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:52:49.336076] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:52:49.336152] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:52:50.685417] [smf] [sbi_srv] [debug] +[2022-01-05T09:52:50.685465] [smf] [sbi_srv] [info ] Received a SM context update request from AMF. +[2022-01-05T09:52:50.685482] [smf] [sbi_srv] [debug] Request body: ------Boundary +Content-Type: application/json + +{"n2SmInfo":{"contentId":"n2msg"},"n2SmInfoType":"PDU_RES_SETUP_RSP"} +------Boundary +Content-Type: application/vnd.3gpp.ngap +Content-Id: n2msg + + + +[2022-01-05T09:52:50.685544] [smf] [smf_app] [debug] Parsing the message with Simple Parser +[2022-01-05T09:52:50.685561] [smf] [smf_app] [debug] Boundary: ----Boundary +[2022-01-05T09:52:50.685608] [smf] [smf_app] [debug] Content Type: application/json +[2022-01-05T09:52:50.685625] [smf] [smf_app] [debug] Body: {"n2SmInfo":{"contentId":"n2msg"},"n2SmInfoType":"PDU_RES_SETUP_RSP"} +[2022-01-05T09:52:50.685658] [smf] [smf_app] [debug] Content Type: application/vnd.3gpp.ngap +[2022-01-05T09:52:50.685681] [smf] [smf_app] [debug] Body: +[2022-01-05T09:52:50.685733] [smf] [sbi_srv] [debug] Number of MIME parts 2 +[2022-01-05T09:52:50.685917] [smf] [sbi_srv] [debug] N2 SM information is set +[2022-01-05T09:52:50.685940] [smf] [sbi_srv] [info ] Received a PDUSession_UpdateSMContext Request from AMF. +[2022-01-05T09:52:50.685953] [smf] [smf_app] [debug] Convert SmContextUpdateMessage (OpenAPI) to PDUSession_UpdateSMContext +[2022-01-05T09:52:50.685974] [smf] [smf_app] [debug] N2 SM Information +[2022-01-05T09:52:50.686047] [smf] [sbi_srv] [debug] Promise ID generated 34 +[2022-01-05T09:52:50.686074] [smf] [smf_app] [info ] Handle a PDU Session Update SM Context Request from an AMF (HTTP version 1) +[2022-01-05T09:52:50.686104] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:50.686117] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:50.686132] [smf] [smf_app] [info ] Handle a PDU Session Update SM Context Request message from an AMF (HTTP version 1) +[2022-01-05T09:52:50.686146] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:50.686172] [smf] [smf_app] [info ] PDU Session Resource Setup Response Transfer +[2022-01-05T09:52:50.686189] [smf] [smf_n2 ] [info ] Decode NGAP message (PDUSessionResourceSetupResponseTransfer) from N2 SM Information +Content: 00 03 e0 c0 a8 46 9c 9a cb 04 42 00 06 +[2022-01-05T09:52:50.686331] [smf] [smf_app] [debug] DL GTP F-TEID (AN F-TEID) 0x9acb0442 +[2022-01-05T09:52:50.686358] [smf] [smf_app] [debug] uPTransportLayerInformation (AN IP Addr) 192.168.70.156 +[2022-01-05T09:52:50.686373] [smf] [smf_app] [debug] QoSFlowPerTNLInformation, AssociatedQosFlowList, QFI 6 +[2022-01-05T09:52:50.686386] [smf] [smf_app] [info ] PDU Session Establishment Request, processing N2 SM Information +[2022-01-05T09:52:50.686406] [smf] [smf_app] [info ] Perform a procedure - Update SM Context Request +[2022-01-05T09:52:50.686420] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:50.686508] [smf] [smf_app] [debug] QoS Flow to be modified (QFI 6) +[2022-01-05T09:52:50.686528] [smf] [smf_app] [debug] Session procedure type: PDU_SESSION_ESTABLISHMENT_UE_REQUESTED +[2022-01-05T09:52:50.686544] [smf] [smf_app] [debug] FAR ID DL first 0, FAR DL ID second 0x0 +[2022-01-05T09:52:50.686557] [smf] [smf_app] [debug] Create FAR DL +[2022-01-05T09:52:50.686597] [smf] [smf_app] [debug] FAR DL ID 0x2 +[2022-01-05T09:52:50.686610] [smf] [smf_app] [debug] Create PDR DL +[2022-01-05T09:52:50.686651] [smf] [smf_app] [debug] PDR DL ID 0x2 +[2022-01-05T09:52:50.686700] [smf] [smf_app] [info ] Sending ITTI message 36itti_n4_session_modification_request to task TASK_SMF_N4 +[2022-01-05T09:52:50.687832] [smf] [smf_n4 ] [info ] handle_receive(31 bytes) +[2022-01-05T09:52:50.687905] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 53 length 27 +[2022-01-05T09:52:50.688012] [smf] [smf_app] [debug] Received N4 Session Modification Response sender teid 0x1 pfcp_tx_id 23 +[2022-01-05T09:52:50.688060] [smf] [smf_app] [info ] Handle N4 Session Modification Response (PDU Session Id 1) +[2022-01-05T09:52:50.688089] [smf] [smf_app] [debug] Session procedure type: PDU_SESSION_ESTABLISHMENT_UE_REQUESTED +[2022-01-05T09:52:50.688116] [smf] [smf_app] [debug] AN F-TEID ID0x9acb0442, IP Addr 192.168.70.156 +[2022-01-05T09:52:50.688197] [smf] [smf_app] [debug] QoS Flow context to be modified QFI 6 +[2022-01-05T09:52:50.688227] [smf] [smf_app] [debug] QoS Flow, QFI 6 +[2022-01-05T09:52:50.688244] [smf] [smf_app] [debug] Could not get local_up_fteid from created_pdr +[2022-01-05T09:52:50.688279] [smf] [smf_app] [info ] PDU Session Establishment Request (UE-Initiated) +[2022-01-05T09:52:50.688354] [smf] [smf_app] [info ] Set PDU Session Status to PDU_SESSION_ACTIVE +[2022-01-05T09:52:50.688381] [smf] [smf_app] [info ] Set upCnxState to UPCNX_STATE_ACTIVATED +[2022-01-05T09:52:50.688684] [smf] [smf_app] [info ] SMF context: + +SMF CONTEXT: +SUPI: 208950000000031 +PDU SESSION: + PDU Session ID: 1 + DNN: default + SNSSAI: SST=222, SD=123 + PDN type: IPV4 + PAA IPv4: 12.1.1.4 + Default QFI: 6 + SEID: 2 + Default QoS Flow: + QFI: 6 + UL FTEID: TEID=1, IPv4=192.168.70.134 + DL FTEID: TEID=2596996162, IPv4=192.168.70.156 + PDR ID UL: 1 + PDR ID DL: 2 + Precedence: 0 + FAR ID UL: 1 + FAR ID DL: 2 + + +[2022-01-05T09:52:50.688725] [smf] [smf_app] [debug] Send request to N11 to triger FlexCN, SMF Context ID 0x1 +[2022-01-05T09:52:50.688756] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:50.688772] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:50.688791] [smf] [smf_app] [debug] Send request to N11 to triger FlexCN (Event Exposure), SUPI 1 , PDU Session ID 1, HTTP version 132880 +[2022-01-05T09:52:50.688809] [smf] [smf_app] [debug] No subscription available for this event +[2022-01-05T09:52:50.688832] [smf] [smf_app] [debug] Send request to N11 to triger FlexCN, SMF Context ID 0x1 +[2022-01-05T09:52:50.688855] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:50.688872] [smf] [smf_app] [debug] No subscription available for this event +[2022-01-05T09:52:50.688891] [smf] [smf_app] [debug] Send request to N11 to triger FlexCN, SMF Context ID 0x1 +[2022-01-05T09:52:50.688914] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:50.688931] [smf] [smf_app] [debug] No subscription available for this event +[2022-01-05T09:52:50.688948] [smf] [smf_app] [debug] Send request to N11 to triger FlexCN, SMF Context ID 0x1 +[2022-01-05T09:52:50.688973] [smf] [smf_app] [debug] Retrieve SMF context with SUPI 208950000000031 +[2022-01-05T09:52:50.688990] [smf] [smf_app] [info ] Find PDU Session with ID 1 +[2022-01-05T09:52:50.689008] [smf] [smf_app] [debug] Send request to N11 to triger FlexCN (Event Exposure), SUPI 1 , PDU Session ID 1, HTTP version 132880 +[2022-01-05T09:52:50.689025] [smf] [smf_app] [debug] No subscription available for this event +[2022-01-05T09:52:50.689057] [smf] [smf_app] [info ] Sending ITTI message N11_SESSION_UPDATE_SM_CONTEXT_RESPONSE to task TASK_SMF_APP +[2022-01-05T09:52:50.689094] [smf] [smf_app] [info ] Handle N4 Session Modification Response +[2022-01-05T09:52:50.689142] [smf] [smf_app] [debug] PDU Session Update SM Context: Set promise with ID 34 to ready +[2022-01-05T09:52:50.689268] [smf] [sbi_srv] [debug] Got result for promise ID 34 +[2022-01-05T09:52:50.689337] [smf] [sbi_srv] [debug] Json data {"cause":1} +[2022-01-05T09:52:52.006708] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 67 +[2022-01-05T09:52:55.687200] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 71 +[2022-01-05T09:52:57.007402] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 68 +[2022-01-05T09:52:57.007462] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:52:57.008086] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:57.008168] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:52:59.334043] [smf] [smf_app] [info ] TIME-OUT event timer id 69 +[2022-01-05T09:52:59.334065] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:52:59.334082] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:52:59.334092] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:52:59.334146] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:52:59.334165] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:52:59.334177] [smf] [smf_sbi] [debug] Promise ID generated 37 +[2022-01-05T09:52:59.334811] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:52:59.334841] [smf] [smf_app] [debug] Prepare to make promise id 37 ready! +[2022-01-05T09:52:59.334849] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 37 to ready +[2022-01-05T09:52:59.334868] [smf] [smf_sbi] [debug] Got result for promise ID 37 +[2022-01-05T09:52:59.334875] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:52:59.334878] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:52:59.334881] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:52:59.334899] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:52:59.334912] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:53:02.007897] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 74 +[2022-01-05T09:53:07.008422] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 75 +[2022-01-05T09:53:07.008480] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:53:07.009119] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:07.009193] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:53:09.334242] [smf] [smf_app] [info ] TIME-OUT event timer id 76 +[2022-01-05T09:53:09.334277] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:53:09.334302] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:53:09.334321] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:53:09.334391] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:53:09.334418] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:09.334428] [smf] [smf_sbi] [debug] Promise ID generated 39 +[2022-01-05T09:53:09.335209] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:53:09.335228] [smf] [smf_app] [debug] Prepare to make promise id 39 ready! +[2022-01-05T09:53:09.335233] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 39 to ready +[2022-01-05T09:53:09.335257] [smf] [smf_sbi] [debug] Got result for promise ID 39 +[2022-01-05T09:53:09.335262] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:53:09.335267] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:53:09.335271] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:53:09.335294] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:53:09.335310] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:53:12.008844] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 79 +[2022-01-05T09:53:17.009464] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 80 +[2022-01-05T09:53:17.009526] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:53:17.010195] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:17.010267] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:53:19.334466] [smf] [smf_app] [info ] TIME-OUT event timer id 81 +[2022-01-05T09:53:19.334493] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:53:19.334533] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:53:19.334556] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:53:19.334603] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:53:19.334622] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:19.334631] [smf] [smf_sbi] [debug] Promise ID generated 41 +[2022-01-05T09:53:19.335357] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:53:19.335376] [smf] [smf_app] [debug] Prepare to make promise id 41 ready! +[2022-01-05T09:53:19.335383] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 41 to ready +[2022-01-05T09:53:19.335408] [smf] [smf_sbi] [debug] Got result for promise ID 41 +[2022-01-05T09:53:19.335414] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:53:19.335418] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:53:19.335427] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:53:19.335454] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:53:19.335467] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:53:22.009895] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 84 +[2022-01-05T09:53:27.010473] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 85 +[2022-01-05T09:53:27.010532] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:53:27.011201] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:27.011265] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:53:29.334704] [smf] [smf_app] [info ] TIME-OUT event timer id 86 +[2022-01-05T09:53:29.334731] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:53:29.334748] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:53:29.334759] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:53:29.334796] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:53:29.334812] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:29.334819] [smf] [smf_sbi] [debug] Promise ID generated 43 +[2022-01-05T09:53:29.335431] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:53:29.335446] [smf] [smf_app] [debug] Prepare to make promise id 43 ready! +[2022-01-05T09:53:29.335453] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 43 to ready +[2022-01-05T09:53:29.335474] [smf] [smf_sbi] [debug] Got result for promise ID 43 +[2022-01-05T09:53:29.335484] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:53:29.335488] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:53:29.335492] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:53:29.335511] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:53:29.335524] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:53:32.010880] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 89 +[2022-01-05T09:53:37.011520] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 90 +[2022-01-05T09:53:37.011581] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:53:37.012182] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:37.012243] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:53:39.334933] [smf] [smf_app] [info ] TIME-OUT event timer id 91 +[2022-01-05T09:53:39.334958] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:53:39.334975] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:53:39.334989] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:53:39.335026] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:53:39.335056] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:39.335065] [smf] [smf_sbi] [debug] Promise ID generated 45 +[2022-01-05T09:53:39.335682] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:53:39.335696] [smf] [smf_app] [debug] Prepare to make promise id 45 ready! +[2022-01-05T09:53:39.335702] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 45 to ready +[2022-01-05T09:53:39.335724] [smf] [smf_sbi] [debug] Got result for promise ID 45 +[2022-01-05T09:53:39.335731] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:53:39.335736] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:53:39.335740] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:53:39.335759] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:53:39.335774] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:53:42.011903] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 94 +[2022-01-05T09:53:47.012533] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 95 +[2022-01-05T09:53:47.012590] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:53:47.013240] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:47.013314] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:53:49.335118] [smf] [smf_app] [info ] TIME-OUT event timer id 96 +[2022-01-05T09:53:49.335143] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:53:49.335168] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:53:49.335228] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:53:49.335269] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:53:49.335281] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:49.335287] [smf] [smf_sbi] [debug] Promise ID generated 47 +[2022-01-05T09:53:49.335917] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:53:49.335928] [smf] [smf_app] [debug] Prepare to make promise id 47 ready! +[2022-01-05T09:53:49.335932] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 47 to ready +[2022-01-05T09:53:49.335950] [smf] [smf_sbi] [debug] Got result for promise ID 47 +[2022-01-05T09:53:49.335954] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:53:49.335957] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:53:49.335959] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:53:49.335993] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:53:49.336006] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:53:52.012932] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 99 +[2022-01-05T09:53:57.013546] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 100 +[2022-01-05T09:53:57.013600] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:53:57.014137] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:57.014194] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:53:59.335474] [smf] [smf_app] [info ] TIME-OUT event timer id 101 +[2022-01-05T09:53:59.335531] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:53:59.335576] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:53:59.335613] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:53:59.335779] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:53:59.335833] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:53:59.335854] [smf] [smf_sbi] [debug] Promise ID generated 49 +[2022-01-05T09:53:59.337553] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:53:59.337589] [smf] [smf_app] [debug] Prepare to make promise id 49 ready! +[2022-01-05T09:53:59.337604] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 49 to ready +[2022-01-05T09:53:59.337664] [smf] [smf_sbi] [debug] Got result for promise ID 49 +[2022-01-05T09:53:59.337690] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:53:59.337704] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:53:59.337716] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:53:59.337819] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:53:59.337874] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:54:02.013866] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 104 +[2022-01-05T09:54:07.014443] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 105 +[2022-01-05T09:54:07.014509] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:54:07.015280] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:07.015365] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:54:09.335735] [smf] [smf_app] [info ] TIME-OUT event timer id 106 +[2022-01-05T09:54:09.335767] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:54:09.335786] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:54:09.335815] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:54:09.335879] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:54:09.335896] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:09.335904] [smf] [smf_sbi] [debug] Promise ID generated 51 +[2022-01-05T09:54:09.336482] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:54:09.336494] [smf] [smf_app] [debug] Prepare to make promise id 51 ready! +[2022-01-05T09:54:09.336502] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 51 to ready +[2022-01-05T09:54:09.336523] [smf] [smf_sbi] [debug] Got result for promise ID 51 +[2022-01-05T09:54:09.336530] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:54:09.336534] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:54:09.336538] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:54:09.336560] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:54:09.336572] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:54:12.014778] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 109 +[2022-01-05T09:54:17.015671] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 110 +[2022-01-05T09:54:17.015737] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:54:17.016462] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:17.016553] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:54:19.336011] [smf] [smf_app] [info ] TIME-OUT event timer id 111 +[2022-01-05T09:54:19.336075] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:54:19.336118] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:54:19.336170] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:54:19.336319] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:54:19.336385] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:19.336413] [smf] [smf_sbi] [debug] Promise ID generated 53 +[2022-01-05T09:54:19.338155] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:54:19.338198] [smf] [smf_app] [debug] Prepare to make promise id 53 ready! +[2022-01-05T09:54:19.338217] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 53 to ready +[2022-01-05T09:54:19.338282] [smf] [smf_sbi] [debug] Got result for promise ID 53 +[2022-01-05T09:54:19.338305] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:54:19.338320] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:54:19.338335] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:54:19.338448] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:54:19.338507] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:54:22.016123] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 114 +[2022-01-05T09:54:27.016882] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 115 +[2022-01-05T09:54:27.016947] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:54:27.017725] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:27.017811] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:54:29.336294] [smf] [smf_app] [info ] TIME-OUT event timer id 116 +[2022-01-05T09:54:29.336355] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:54:29.336398] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:54:29.336487] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:54:29.336610] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:54:29.336658] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:29.336678] [smf] [smf_sbi] [debug] Promise ID generated 55 +[2022-01-05T09:54:29.338364] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:54:29.338410] [smf] [smf_app] [debug] Prepare to make promise id 55 ready! +[2022-01-05T09:54:29.338423] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 55 to ready +[2022-01-05T09:54:29.338467] [smf] [smf_sbi] [debug] Got result for promise ID 55 +[2022-01-05T09:54:29.338479] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:54:29.338492] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:54:29.338505] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:54:29.338596] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:54:29.338661] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:54:32.017360] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 119 +[2022-01-05T09:54:37.018043] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 120 +[2022-01-05T09:54:37.018095] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:54:37.018607] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:37.018669] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:54:39.336555] [smf] [smf_app] [info ] TIME-OUT event timer id 121 +[2022-01-05T09:54:39.336588] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:54:39.336616] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:54:39.336646] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:54:39.336746] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:54:39.336771] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:39.336791] [smf] [smf_sbi] [debug] Promise ID generated 57 +[2022-01-05T09:54:39.337681] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:54:39.337699] [smf] [smf_app] [debug] Prepare to make promise id 57 ready! +[2022-01-05T09:54:39.337705] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 57 to ready +[2022-01-05T09:54:39.337726] [smf] [smf_sbi] [debug] Got result for promise ID 57 +[2022-01-05T09:54:39.337732] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:54:39.337738] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:54:39.337745] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:54:39.337788] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:54:39.337811] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:54:42.018378] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 124 +[2022-01-05T09:54:47.019010] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 125 +[2022-01-05T09:54:47.019078] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:54:47.019780] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:47.019876] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:54:49.336708] [smf] [smf_app] [info ] TIME-OUT event timer id 126 +[2022-01-05T09:54:49.336727] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:54:49.336741] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:54:49.336749] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:54:49.336781] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:54:49.336793] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:49.336798] [smf] [smf_sbi] [debug] Promise ID generated 59 +[2022-01-05T09:54:49.337254] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:54:49.337264] [smf] [smf_app] [debug] Prepare to make promise id 59 ready! +[2022-01-05T09:54:49.337267] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 59 to ready +[2022-01-05T09:54:49.337280] [smf] [smf_sbi] [debug] Got result for promise ID 59 +[2022-01-05T09:54:49.337284] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:54:49.337288] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:54:49.337292] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:54:49.337314] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:54:49.337328] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:54:52.019392] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 129 +[2022-01-05T09:54:57.020197] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 130 +[2022-01-05T09:54:57.020263] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:54:57.020996] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:57.021086] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:54:59.336943] [smf] [smf_app] [info ] TIME-OUT event timer id 131 +[2022-01-05T09:54:59.336968] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:54:59.336985] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:54:59.336996] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:54:59.337062] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:54:59.337079] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:54:59.337085] [smf] [smf_sbi] [debug] Promise ID generated 61 +[2022-01-05T09:54:59.337670] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:54:59.337685] [smf] [smf_app] [debug] Prepare to make promise id 61 ready! +[2022-01-05T09:54:59.337691] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 61 to ready +[2022-01-05T09:54:59.337713] [smf] [smf_sbi] [debug] Got result for promise ID 61 +[2022-01-05T09:54:59.337721] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:54:59.337725] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:54:59.337728] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:54:59.337761] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:54:59.337776] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:55:02.020663] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 134 +[2022-01-05T09:55:07.021314] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 135 +[2022-01-05T09:55:07.021342] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:55:07.021586] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:07.021613] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:55:09.337242] [smf] [smf_app] [info ] TIME-OUT event timer id 136 +[2022-01-05T09:55:09.337303] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:55:09.337353] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:55:09.337444] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:55:09.337655] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:55:09.337723] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:09.337753] [smf] [smf_sbi] [debug] Promise ID generated 63 +[2022-01-05T09:55:09.339437] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:55:09.339484] [smf] [smf_app] [debug] Prepare to make promise id 63 ready! +[2022-01-05T09:55:09.339504] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 63 to ready +[2022-01-05T09:55:09.339567] [smf] [smf_sbi] [debug] Got result for promise ID 63 +[2022-01-05T09:55:09.339591] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:55:09.339610] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:55:09.339621] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:55:09.339695] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:55:09.339746] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:55:12.021622] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 139 +[2022-01-05T09:55:17.021803] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 140 +[2022-01-05T09:55:17.021871] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:55:17.022527] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:17.022607] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:55:19.337588] [smf] [smf_app] [info ] TIME-OUT event timer id 141 +[2022-01-05T09:55:19.337652] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:55:19.337696] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:55:19.337785] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:55:19.337907] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:55:19.337952] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:19.337971] [smf] [smf_sbi] [debug] Promise ID generated 65 +[2022-01-05T09:55:19.339824] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:55:19.339879] [smf] [smf_app] [debug] Prepare to make promise id 65 ready! +[2022-01-05T09:55:19.339900] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 65 to ready +[2022-01-05T09:55:19.339966] [smf] [smf_sbi] [debug] Got result for promise ID 65 +[2022-01-05T09:55:19.339988] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:55:19.340002] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:55:19.340012] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:55:19.340085] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:55:19.340132] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:55:22.022192] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 144 +[2022-01-05T09:55:27.022807] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 145 +[2022-01-05T09:55:27.022840] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:55:27.023046] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:27.023066] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:55:29.337895] [smf] [smf_app] [info ] TIME-OUT event timer id 146 +[2022-01-05T09:55:29.337921] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:55:29.337957] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:55:29.337970] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:55:29.338015] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:55:29.338033] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:29.338039] [smf] [smf_sbi] [debug] Promise ID generated 67 +[2022-01-05T09:55:29.338693] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:55:29.338714] [smf] [smf_app] [debug] Prepare to make promise id 67 ready! +[2022-01-05T09:55:29.338721] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 67 to ready +[2022-01-05T09:55:29.338746] [smf] [smf_sbi] [debug] Got result for promise ID 67 +[2022-01-05T09:55:29.338753] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:55:29.338756] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:55:29.338760] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:55:29.338782] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:55:29.338798] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) +[2022-01-05T09:55:32.023157] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 149 +[2022-01-05T09:55:37.023318] [smf] [smf_n4 ] [info ] TIME-OUT event timer id 150 +[2022-01-05T09:55:37.023384] [smf] [smf_n4 ] [info ] PFCP HEARTBEAT PROCEDURE hash 4290499972 starting +[2022-01-05T09:55:37.024033] [smf] [smf_n4 ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:37.024117] [smf] [smf_n4 ] [debug] handle_receive_pfcp_msg msg type 2 length 12 +[2022-01-05T09:55:39.338157] [smf] [smf_app] [info ] TIME-OUT event timer id 151 +[2022-01-05T09:55:39.338186] [smf] [smf_app] [debug] Send ITTI msg to N11 task to trigger NRF Heartbeat +[2022-01-05T09:55:39.338206] [smf] [smf_app] [debug] Set a timer to the next Heart-beat (10) +[2022-01-05T09:55:39.338221] [smf] [smf_sbi] [debug] Send NF Update to NRF (HTTP version 1) +[2022-01-05T09:55:39.338277] [smf] [smf_sbi] [debug] Send NF Update to NRF, Msg body [{"op":"replace","path":"/nfStatus","value":"REGISTERED"}] +[2022-01-05T09:55:39.338291] [smf] [smf_sbi] [debug] Send NF Update to NRF, NRF URL 192.168.70.130:80/nnrf-nfm/v1/nf-instances/04b847c6-1633-4c32-bc41-7506ac49869d +[2022-01-05T09:55:39.338298] [smf] [smf_sbi] [debug] Promise ID generated 69 +[2022-01-05T09:55:39.338969] [smf] [smf_app] [debug] Got response with HTTP code 204! +[2022-01-05T09:55:39.338985] [smf] [smf_app] [debug] Prepare to make promise id 69 ready! +[2022-01-05T09:55:39.338991] [smf] [smf_app] [debug] Trigger process response: Set promise with ID 69 to ready +[2022-01-05T09:55:39.339015] [smf] [smf_sbi] [debug] Got result for promise ID 69 +[2022-01-05T09:55:39.339022] [smf] [smf_sbi] [debug] Response data +[2022-01-05T09:55:39.339027] [smf] [smf_sbi] [debug] NF Instance Registration, response from NRF, HTTP Code: 204 +[2022-01-05T09:55:39.339031] [smf] [smf_sbi] [debug] NF Update, got successful response from NRF +[2022-01-05T09:55:39.339053] [smf] [smf_app] [debug] NF Update NF response +[2022-01-05T09:55:39.339068] [smf] [smf_app] [debug] Set NRF Heartbeat timer (10) diff --git a/docs/results/static-ue-ip/spgwu.log b/docs/results/static-ue-ip/spgwu.log new file mode 100644 index 0000000000000000000000000000000000000000..a93ba01641fe2752be44ccde4bf2c33cc850abf3 --- /dev/null +++ b/docs/results/static-ue-ip/spgwu.log @@ -0,0 +1,296 @@ +[2022-01-05T09:50:46.067909] [spgwu] [spgwu_app] [start] Options parsed +[2022-01-05T09:50:46.068822] [spgwu] [spgwu_app] [info ] SettingNotFoundException : SPGW-U.ITTI_TASKS, using defaults +[2022-01-05T09:50:46.069059] [spgwu] [spgwu_app] [info ] THREAD_POOL_SIZE : 1 +[2022-01-05T09:50:46.069230] [spgwu] [spgwu_app] [info ] THREAD_POOL_SIZE : 1 +[2022-01-05T09:50:46.069348] [spgwu] [spgwu_app] [info ] THREAD_POOL_SIZE : 1 +[2022-01-05T09:50:46.069444] [spgwu] [spgwu_app] [info ] USE FQDN +[2022-01-05T09:50:46.071404] [spgwu] [spgwu_app] [info ] ==== EURECOM SPGW-U vBranch: HEAD Abrev. Hash: df360ab Date: Thu Oct 28 16:26:38 2021 +0200 ==== +[2022-01-05T09:50:46.071428] [spgwu] [spgwu_app] [info ] Configuration: +[2022-01-05T09:50:46.071434] [spgwu] [spgwu_app] [info ] - FQDN ..................: oai-spgwu +[2022-01-05T09:50:46.071439] [spgwu] [spgwu_app] [info ] - Instance ..............: 0 +[2022-01-05T09:50:46.071443] [spgwu] [spgwu_app] [info ] - PID dir ...............: /var/run +[2022-01-05T09:50:46.071446] [spgwu] [spgwu_app] [info ] - ITTI tasks: +[2022-01-05T09:50:46.071450] [spgwu] [spgwu_app] [info ] ITTI Timer task: +[2022-01-05T09:50:46.071453] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071457] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071460] [spgwu] [spgwu_app] [info ] sched priority..: 85 +[2022-01-05T09:50:46.071464] [spgwu] [spgwu_app] [info ] SPGWU-S1U task: +[2022-01-05T09:50:46.071467] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071471] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071475] [spgwu] [spgwu_app] [info ] sched priority..: 84 +[2022-01-05T09:50:46.071478] [spgwu] [spgwu_app] [info ] SPGWU-SX task: +[2022-01-05T09:50:46.071482] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071486] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071489] [spgwu] [spgwu_app] [info ] sched priority..: 84 +[2022-01-05T09:50:46.071493] [spgwu] [spgwu_app] [info ] SPGWU_APP task: +[2022-01-05T09:50:46.071497] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071501] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071505] [spgwu] [spgwu_app] [info ] sched priority..: 84 +[2022-01-05T09:50:46.071509] [spgwu] [spgwu_app] [info ] ASYNC_SHELL_CMD task: +[2022-01-05T09:50:46.071512] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071516] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071521] [spgwu] [spgwu_app] [info ] sched priority..: 84 +[2022-01-05T09:50:46.071525] [spgwu] [spgwu_app] [info ] - S1u_S12_S4: +[2022-01-05T09:50:46.071529] [spgwu] [spgwu_app] [info ] iface ............: eth0 +[2022-01-05T09:50:46.071535] [spgwu] [spgwu_app] [info ] ipv4.addr ........: 192.168.70.134 +[2022-01-05T09:50:46.071541] [spgwu] [spgwu_app] [info ] ipv4.mask ........: 255.255.255.192 +[2022-01-05T09:50:46.071545] [spgwu] [spgwu_app] [info ] mtu ..............: 1500 +[2022-01-05T09:50:46.071549] [spgwu] [spgwu_app] [info ] port .............: 2152 +[2022-01-05T09:50:46.071552] [spgwu] [spgwu_app] [info ] Reader thread: +[2022-01-05T09:50:46.071556] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071560] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071564] [spgwu] [spgwu_app] [info ] sched priority..: 80 +[2022-01-05T09:50:46.071569] [spgwu] [spgwu_app] [info ] thread pool size: 1 +[2022-01-05T09:50:46.071572] [spgwu] [spgwu_app] [info ] - SXA-SXB: +[2022-01-05T09:50:46.071576] [spgwu] [spgwu_app] [info ] iface ............: eth0 +[2022-01-05T09:50:46.071581] [spgwu] [spgwu_app] [info ] ipv4.addr ........: 192.168.70.134 +[2022-01-05T09:50:46.071586] [spgwu] [spgwu_app] [info ] ipv4.mask ........: 255.255.255.192 +[2022-01-05T09:50:46.071590] [spgwu] [spgwu_app] [info ] mtu ..............: 1500 +[2022-01-05T09:50:46.071594] [spgwu] [spgwu_app] [info ] port .............: 8805 +[2022-01-05T09:50:46.071598] [spgwu] [spgwu_app] [info ] Reader thread: +[2022-01-05T09:50:46.071602] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 (TODO) +[2022-01-05T09:50:46.071607] [spgwu] [spgwu_app] [info ] sched policy....: 1 (TODO) +[2022-01-05T09:50:46.071611] [spgwu] [spgwu_app] [info ] sched priority..: 81 (TODO) +[2022-01-05T09:50:46.071615] [spgwu] [spgwu_app] [info ] thread pool size: 1 (TODO) +[2022-01-05T09:50:46.071622] [spgwu] [spgwu_app] [info ] - SGi: +[2022-01-05T09:50:46.071626] [spgwu] [spgwu_app] [info ] iface ............: eth0 +[2022-01-05T09:50:46.071631] [spgwu] [spgwu_app] [info ] ipv4.addr ........: 192.168.70.134 +[2022-01-05T09:50:46.071635] [spgwu] [spgwu_app] [info ] ipv4.mask ........: 255.255.255.192 +[2022-01-05T09:50:46.071639] [spgwu] [spgwu_app] [info ] mtu ..............: 1500 +[2022-01-05T09:50:46.071644] [spgwu] [spgwu_app] [info ] gateway ..........: +[2022-01-05T09:50:46.071648] [spgwu] [spgwu_app] [info ] Reader thread: +[2022-01-05T09:50:46.071652] [spgwu] [spgwu_app] [info ] CPU ID .........: 0 +[2022-01-05T09:50:46.071655] [spgwu] [spgwu_app] [info ] sched policy....: 1 +[2022-01-05T09:50:46.071659] [spgwu] [spgwu_app] [info ] sched priority..: 80 +[2022-01-05T09:50:46.071662] [spgwu] [spgwu_app] [info ] thread pool size: 1 +[2022-01-05T09:50:46.071665] [spgwu] [spgwu_app] [info ] - PDN networks: +[2022-01-05T09:50:46.071669] [spgwu] [spgwu_app] [info ] SNAT .............: yes +[2022-01-05T09:50:46.071675] [spgwu] [spgwu_app] [info ] NW .............: 12.1.1.0/24 +[2022-01-05T09:50:46.071678] [spgwu] [spgwu_app] [info ] - NON_STANDART_FEATURES: +[2022-01-05T09:50:46.071682] [spgwu] [spgwu_app] [info ] bypass_ul_pfcp_rules: no +[2022-01-05T09:50:46.071685] [spgwu] [spgwu_app] [info ] - SUPPORT_5G_FEATURES: +[2022-01-05T09:50:46.071689] [spgwu] [spgwu_app] [info ] enable_5g_features: yes +[2022-01-05T09:50:46.071692] [spgwu] [spgwu_app] [info ] register_nrf: yes +[2022-01-05T09:50:46.071695] [spgwu] [spgwu_app] [info ] use_fqdn_nrf: yes +[2022-01-05T09:50:46.071699] [spgwu] [spgwu_app] [info ] NRF: +[2022-01-05T09:50:46.071703] [spgwu] [spgwu_app] [info ] IPv4 Addr .......: 192.168.70.130 +[2022-01-05T09:50:46.071707] [spgwu] [spgwu_app] [info ] Port ............: 80 +[2022-01-05T09:50:46.071710] [spgwu] [spgwu_app] [info ] API version .....: v1 +[2022-01-05T09:50:46.071714] [spgwu] [spgwu_app] [info ] FQDN ............: oai-nrf +[2022-01-05T09:50:46.071719] [spgwu] [itti ] [start] Starting... +[2022-01-05T09:50:46.071835] [spgwu] [itti ] [start] Started +[2022-01-05T09:50:46.071844] [spgwu] [async_c ] [start] Starting... +[2022-01-05T09:50:46.071965] [spgwu] [itti ] [info ] Starting timer_manager_task +[2022-01-05T09:50:46.072972] [spgwu] [async_c ] [start] Started +[2022-01-05T09:50:46.072986] [spgwu] [spgwu_app] [start] Starting... +[2022-01-05T09:50:46.096034] [spgwu] [pfcp ] [info ] pfcp_l4_stack created listening to 192.168.70.134:8805 +[2022-01-05T09:50:46.096271] [spgwu] [spgwu_sx ] [start] Starting... +[2022-01-05T09:50:46.097523] [spgwu] [spgwu_sx ] [start] Started +[2022-01-05T09:50:46.097554] [spgwu] [gtpv1_u ] [info ] gtpu_l4_stack created listening to 192.168.70.134:2152 +[2022-01-05T09:50:46.097707] [spgwu] [spgwu_s1u] [start] Starting... +[2022-01-05T09:50:46.098125] [spgwu] [spgwu_sx ] [info ] handle_receive(43 bytes) +[2022-01-05T09:50:46.098168] [spgwu] [spgwu_sx ] [info ] Received SX ASSOCIATION SETUP RESPONSE +[2022-01-05T09:50:46.098797] [spgwu] [spgwu_s1u] [start] Started +net.ipv4.conf.eth0.rp_filter = 0 +net.ipv4.conf.all.forwarding = 1 +net.ipv4.conf.all.send_redirects = 0 +net.ipv4.conf.default.send_redirects = 0 +net.ipv4.conf.all.accept_redirects = 0 +net.ipv4.conf.default.accept_redirects = 0 +[2022-01-05T09:50:46.117316] [spgwu] [spgwu_app] [start] Starting... +[2022-01-05T09:50:46.118490] [spgwu] [spgwu_app] [info ] Send NF Instance Registration to NRF +[2022-01-05T09:50:46.120851] [spgwu] [spgwu_sx ] [info ] handle_receive(38 bytes) +[2022-01-05T09:50:46.120905] [spgwu] [spgwu_sx ] [info ] Handle SX ASSOCIATION SETUP REQUEST +[2022-01-05T09:50:46.121368] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 201 +[2022-01-05T09:50:46.121450] [spgwu] [spgwu_app] [info ] Response from NRF, JSON data: + {"capacity":100,"fqdn":"oai-spgwu","heartBeatTimer":10,"ipv4Addresses":["192.168.70.134"],"json_data":null,"nfInstanceId":"b9dd014a-37e8-4f4e-ab02-c483a5bd7462","nfInstanceName":"OAI-UPF","nfServices":[],"nfStatus":"REGISTERED","nfType":"UPF","priority":1,"sNssais":[{"sd":"123","sst":222}],"upfInfo":{"sNssaiUpfInfoList":[{"dnnUpfInfoList":[{"dnn":"default"}],"sNssai":{"sd":"123","sst":222}}]}} +[2022-01-05T09:50:46.121503] [spgwu] [spgwu_app] [start] Started +[2022-01-05T09:50:46.121514] [spgwu] [spgwu_app] [start] Started +[2022-01-05T09:50:51.097620] [spgwu] [spgwu_sx ] [info ] TIME-OUT event timer id 2 +[2022-01-05T09:50:56.121674] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 4 +[2022-01-05T09:50:56.121854] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:50:56.121897] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:50:56.121973] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:50:56.173994] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:50:56.174059] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:51:06.122049] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 5 +[2022-01-05T09:51:06.122121] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:51:06.122935] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:06.123018] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:51:06.123417] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:51:06.123467] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:51:16.731512] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 7 +[2022-01-05T09:51:16.988473] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:51:16.998404] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:16.998448] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:51:17.089327] [spgwu] [spgwu_app] [warn ] Could not get response from NRF +[2022-01-05T09:51:26.988608] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 9 +[2022-01-05T09:51:26.988635] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:51:26.989032] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:51:26.989045] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:51:26.998796] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:26.998818] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:51:36.988876] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 11 +[2022-01-05T09:51:36.988963] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:51:36.990492] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:51:36.990546] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:51:36.999575] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:36.999660] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:51:46.989160] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 13 +[2022-01-05T09:51:46.989245] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:51:46.990746] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:51:46.990802] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:51:47.000673] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:47.000742] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:51:56.989547] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 15 +[2022-01-05T09:51:56.989639] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:51:56.991212] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:51:56.991265] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:51:57.001615] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:51:57.001692] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:52:06.989882] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 17 +[2022-01-05T09:52:06.989989] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:52:06.991604] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:52:06.991667] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:52:07.002578] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:07.002648] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:52:16.990212] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 19 +[2022-01-05T09:52:16.990297] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:52:16.991879] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:52:16.991941] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:52:17.003547] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:17.003629] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:52:26.990516] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 21 +[2022-01-05T09:52:26.990598] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:52:26.992113] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:52:26.992177] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:52:27.004596] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:27.004668] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:52:36.990871] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 23 +[2022-01-05T09:52:36.990956] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:52:36.992554] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:52:36.992612] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:52:37.005642] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:37.005724] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:52:40.714663] [spgwu] [spgwu_sx ] [info ] handle_receive(135 bytes) +[2022-01-05T09:52:40.714928] [spgwu] [spgwu_app] [info ] Received SXAB_SESSION_ESTABLISHMENT_REQUEST seid 0x0 +[2022-01-05T09:52:40.715064] [spgwu] [spgwu_sx ] [info ] pfcp_session::add(far) seid 0x1 +[2022-01-05T09:52:40.741854] [spgwu] [spgwu_sx ] [info ] pfcp_session::add(pdr) seid 0x1 +[2022-01-05T09:52:46.991187] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 25 +[2022-01-05T09:52:46.991267] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:52:46.992794] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:52:46.992843] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:52:47.006670] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:47.006738] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:52:50.687300] [spgwu] [spgwu_sx ] [info ] handle_receive(100 bytes) +[2022-01-05T09:52:50.687472] [spgwu] [spgwu_app] [info ] Received SXAB_SESSION_MODIFICATION_REQUEST seid 0x1 +[2022-01-05T09:52:50.687514] [spgwu] [spgwu_sx ] [info ] pfcp_session::add(far) seid 0x1 +[2022-01-05T09:52:50.687554] [spgwu] [spgwu_sx ] [info ] pfcp_session::add(pdr) seid 0x1 +[2022-01-05T09:52:56.991467] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 28 +[2022-01-05T09:52:56.991550] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:52:56.993098] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:52:56.993152] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:52:57.007809] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:52:57.007893] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:53:06.991768] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 31 +[2022-01-05T09:53:06.991847] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:53:06.993453] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:53:06.993505] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:53:07.008846] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:07.008919] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:53:16.992024] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 33 +[2022-01-05T09:53:16.992048] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:53:16.992516] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:53:16.992554] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:53:17.009891] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:17.009968] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:53:26.992235] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 35 +[2022-01-05T09:53:26.992319] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:53:26.993948] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:53:26.994023] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:53:27.010869] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:27.010962] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:53:36.992557] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 37 +[2022-01-05T09:53:36.992643] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:53:36.994156] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:53:36.994220] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:53:37.011878] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:37.011964] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:53:46.992832] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 39 +[2022-01-05T09:53:46.992915] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:53:46.994374] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:53:46.994438] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:53:47.012932] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:47.013002] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:53:56.993170] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 41 +[2022-01-05T09:53:56.993255] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:53:56.994962] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:53:56.995021] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:53:57.013880] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:53:57.013947] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:54:06.993480] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 43 +[2022-01-05T09:54:06.993562] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:54:06.995195] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:54:06.995252] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:54:07.014898] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:07.014994] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:54:16.993790] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 45 +[2022-01-05T09:54:16.993885] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:54:16.995463] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:54:16.995525] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:54:17.016134] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:17.016225] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:54:26.994134] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 47 +[2022-01-05T09:54:26.994217] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:54:26.995745] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:54:26.995800] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:54:27.017390] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:27.017469] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:54:36.994450] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 49 +[2022-01-05T09:54:36.994536] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:54:36.996324] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:54:36.996395] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:54:37.018356] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:37.018434] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:54:46.994782] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 51 +[2022-01-05T09:54:46.994903] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:54:46.996359] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:54:46.996423] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:54:47.019437] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:47.019533] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:54:56.995145] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 53 +[2022-01-05T09:54:56.995246] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:54:56.996813] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:54:56.996881] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:54:57.020655] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:54:57.020737] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:55:06.995373] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 55 +[2022-01-05T09:55:06.995423] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:55:06.996339] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:55:06.996379] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:55:07.021462] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:07.021499] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:55:16.995668] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 57 +[2022-01-05T09:55:16.995752] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:55:16.997265] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:55:16.997325] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:55:17.022210] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:17.022293] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:55:26.995910] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 59 +[2022-01-05T09:55:26.995952] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:55:26.996731] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:55:26.996755] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:55:27.022958] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:27.022985] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:55:36.996158] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 61 +[2022-01-05T09:55:36.996235] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:55:36.997787] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:55:36.997845] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:55:37.023682] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:37.023778] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST +[2022-01-05T09:55:46.996348] [spgwu] [spgwu_app] [info ] TIME-OUT event timer id 63 +[2022-01-05T09:55:46.996394] [spgwu] [spgwu_app] [info ] Send NF Update to NRF +[2022-01-05T09:55:46.997034] [spgwu] [spgwu_app] [info ] Response from NRF, HTTP Code: 204 +[2022-01-05T09:55:46.997068] [spgwu] [spgwu_app] [info ] Got successful response from NRF +[2022-01-05T09:55:47.024504] [spgwu] [spgwu_sx ] [info ] handle_receive(16 bytes) +[2022-01-05T09:55:47.024557] [spgwu] [spgwu_sx ] [info ] Received SX HEARTBEAT REQUEST diff --git a/docs/results/static-ue-ip/udm.log b/docs/results/static-ue-ip/udm.log new file mode 100644 index 0000000000000000000000000000000000000000..d431ec097cd4a4087d4e33856f66b3505af679bd --- /dev/null +++ b/docs/results/static-ue-ip/udm.log @@ -0,0 +1,79 @@ +@INSTANCE@ +@PID_DIRECTORY@ +@UDM_NAME@ +@SBI_IF_NAME@ +@SBI_PORT@ +@UDM_VERSION_NB@ +@SBI_HTTP2_PORT@ +@USE_FQDN_DNS@ +@USE_HTTP2@ +@UDR_IP_ADDRESS@ +@UDR_PORT@ +@UDR_VERSION_NB@ +@UDR_FQDN@ +[2022-01-05T09:50:22.860895] [udm] [udm_server] [start] Options parsed +[2022-01-05T09:50:22.862202] [udm] [configurations] [info ] ==== OAI-CN5G UDM vBranch: HEAD Abrev. Hash: 18b47de Date: Mon Jan 3 21:05:57 2022 +0000 ==== +[2022-01-05T09:50:22.862211] [udm] [configurations] [info ] ============== UDM ============= +[2022-01-05T09:50:22.862214] [udm] [configurations] [info ] Configuration UDM: +[2022-01-05T09:50:22.862216] [udm] [configurations] [info ] - Instance................: 0 +[2022-01-05T09:50:22.862218] [udm] [configurations] [info ] - PID Dir.................: /var/run +[2022-01-05T09:50:22.862220] [udm] [configurations] [info ] - UDM name................: OAI_UDM +[2022-01-05T09:50:22.862222] [udm] [configurations] [info ] - SBI: +[2022-01-05T09:50:22.862224] [udm] [configurations] [info ] Iface name............: eth0 +[2022-01-05T09:50:22.862227] [udm] [configurations] [info ] IPv4 Addr.............: 192.168.70.137 +[2022-01-05T09:50:22.862229] [udm] [configurations] [info ] HTTP1 Port ...........: 80 +[2022-01-05T09:50:22.862231] [udm] [configurations] [info ] HTTP2 Port............: 8080 +[2022-01-05T09:50:22.862233] [udm] [configurations] [info ] Api Version...........: v1 +[2022-01-05T09:50:22.862235] [udm] [configurations] [info ] - Supported Features: +[2022-01-05T09:50:22.862237] [udm] [configurations] [info ] Use FQDN ..............: Yes +[2022-01-05T09:50:22.862239] [udm] [configurations] [info ] Use HTTP2..............: No +[2022-01-05T09:50:22.862241] [udm] [configurations] [info ] - UDR: +[2022-01-05T09:50:22.862243] [udm] [configurations] [info ] IPv4 Addr.............: 192.168.70.136 +[2022-01-05T09:50:22.862245] [udm] [configurations] [info ] Port..................: 80 +[2022-01-05T09:50:22.862247] [udm] [configurations] [info ] API version...........: v1 +[2022-01-05T09:50:22.862250] [udm] [configurations] [info ] FQDN..................: oai-udr +[2022-01-05T09:50:22.862255] [udm] [udm_app] [start] Starting... +[2022-01-05T09:50:22.862258] [udm] [udm_app] [start] Started +[2022-01-05T09:50:22.863514] [udm] [udm_server] [info ] HTTP1 server started +[2022-01-05T09:50:22.863694] [udm] [udm_server] [info ] HTTP2 server started +[2022-01-05T09:52:36.414471] [udm] [udm_ueau] [info ] Handle generate_auth_data() +[2022-01-05T09:52:36.414543] [udm] [udm_ueau] [info ] Handle Generate Auth Data Request +[2022-01-05T09:52:36.414642] [udm] [udm_ueau] [info ] Send HTTP message with body +[2022-01-05T09:52:36.422604] [udm] [udm_ueau] [info ] Get response with httpcode (200) +[2022-01-05T09:52:36.423212] [udm] [udm_ueau] [info ] Result For F1-Alg Key +c a 34 60 1d 4f 7 67 73 3 65 2c 4 62 53 5b +[2022-01-05T09:52:36.423267] [udm] [udm_ueau] [info ] Result For F1-Alg OPC +63 bf a5 e e6 52 33 65 ff 14 c1 f4 5f 88 73 7d +[2022-01-05T09:52:36.423330] [udm] [udm_ueau] [info ] Result For F1-Alg AMF +80 0 +[2022-01-05T09:52:36.423373] [udm] [udm_ueau] [info ] Result For F1-Alg SQN: +0 0 0 0 0 20 +81 72 b3 e3 c3 8b 14 59 e1 4f 9e 15 72 75 87 8 +48 9c d4 a0 8b e1 5a f1 b5 25 78 2a 2e 65 8d 22 +81 72 b3 e3 c3 8b 14 59 e1 4f 9e 15 72 75 87 8 +d4 37 b0 5a 32 1b 9a e9 29 8e 1c d0 97 9f 4d 3b +23 5e a9 ee 47 c2 7e 9b e0 fe 7b 4d dc 5f d7 63 +56 87 4d 9c 8e b2 19 6 ab 3e e1 16 2b 36 ce d1 +[2022-01-05T09:52:36.427458] [udm] [udm_ueau] [info ] XRES*(new) +22 e0 28 a4 f6 f8 17 ff d5 54 bb a5 db 5 5d 7f 66 15 31 56 f4 19 98 fa 24 ce d0 b2 d6 2a ca e0 +[2022-01-05T09:52:36.427555] [udm] [udm_ueau] [info ] derive_kausf key +ad 48 ea 3e f5 90 a4 c9 a2 38 e 1e 1 44 90 d2 ca e 24 f7 67 c7 d3 23 d7 d8 5b d9 8e 14 61 29 +[2022-01-05T09:52:36.427614] [udm] [udm_ueau] [info ] derive_kausf kausf +ff 66 d8 f7 1e 69 ce 65 c9 e7 7d 70 5e 31 67 ea 5c 16 b6 e4 b5 45 53 34 a1 23 b9 ac 75 64 e8 5c +[2022-01-05T09:52:36.428189] [udm] [udm_ueau] [info ] new_sqn = 000000000040 +[2022-01-05T09:52:36.428668] [udm] [udm_ueau] [info ] Update UDR with PATCH message, body: [{"from":"","op":"replace","path":"","value":"{\"lastIndexes\":{\"ausf\":0},\"sqn\":\"000000000040\",\"sqnScheme\":\"NON_TIME_BASED\"}"}] +[2022-01-05T09:52:36.428730] [udm] [udm_ueau] [info ] Send HTTP message with body [{"from":"","op":"replace","path":"","value":"{\"lastIndexes\":{\"ausf\":0},\"sqn\":\"000000000040\",\"sqnScheme\":\"NON_TIME_BASED\"}"}] +[2022-01-05T09:52:36.598020] [udm] [udm_ueau] [info ] Get response with httpcode (204) +[2022-01-05T09:52:36.598079] [udm] [udm_ueau] [info ] Send 200 Ok response to AUSF +[2022-01-05T09:52:36.598140] [udm] [udm_ueau] [info ] AuthInfoResult {"authType":"5G_AKA","authenticationVector":{"autn":"f793ab799f008000ed667575114ff870","avType":"5G_HE_AKA","kausf":"ff66d8f71e69ce65c9e77d705e3167ea5c16b6e4b5455334a123b9ac7564e85c","rand":"eec7228d3896205b6d583acd299fa72e","xresStar":"66153156f41998fa24ced0b2d62acae0"}} +[2022-01-05T09:52:36.598367] [udm] [udm_ueau] [info ] Send response to AUSF +[2022-01-05T09:52:36.598520] [udm] [udm_ueau] [info ] Update sqn in Database +[2022-01-05T09:52:36.603438] [udm] [udm_ueau] [info ] Handle confirm_auth() +[2022-01-05T09:52:36.603478] [udm] [udm_ueau] [info ] Send HTTP message with body +[2022-01-05T09:52:36.604499] [udm] [udm_ueau] [info ] Get response with httpcode (200) +[2022-01-05T09:52:36.604683] [udm] [udm_ueau] [info ] Send HTTP message with body {"authRemovalInd":false,"authType":"5G_AKA","nfInstanceId":"400346f4-087e-40b1-a4cd-00566953999d","servingNetworkName":"5G:mnc095.mcc208.3gppnetwork.org","success":true,"timeStamp":"2022-01-05T08:52:36Z"} +[2022-01-05T09:52:36.670592] [udm] [udm_ueau] [info ] Get response with httpcode (204) +[2022-01-05T09:52:36.670689] [udm] [udm_ueau] [info ] Send 201 Created response to AUSF +[2022-01-05T09:52:36.670821] [udm] [udm_ueau] [info ] Send response to AUSF +[2022-01-05T09:52:40.702157] [udm] [udm_ueau] [info ] Send HTTP message with body +[2022-01-05T09:52:40.709476] [udm] [udm_ueau] [info ] Get response with httpcode (200) diff --git a/docs/results/static-ue-ip/udr.log b/docs/results/static-ue-ip/udr.log new file mode 100644 index 0000000000000000000000000000000000000000..04c0f2351840f1a5c9c6daf3806fd21a088247c3 --- /dev/null +++ b/docs/results/static-ue-ip/udr.log @@ -0,0 +1,53 @@ +@INSTANCE@ +@PID_DIRECTORY@ +@UDR_INTERFACE_NAME_FOR_NUDR@ +@UDR_INTERFACE_PORT_FOR_NUDR@ +@UDR_INTERFACE_HTTP2_PORT_FOR_NUDR@ +@UDR_API_VERSION@ +@MYSQL_IPV4_ADDRESS@ +@MYSQL_USER@ +@MYSQL_PASS@ +@MYSQL_DB@ +/openair-udr/bin /openair-udr +wait-for-it.sh: waiting 120 seconds for 192.168.70.131:3306 +wait-for-it.sh: 192.168.70.131:3306 is available after 86 seconds +/openair-udr +[2022-01-05T09:51:44.826643] [udr] [udr_server] [start] Options parsed +[2022-01-05T09:51:44.828314] [udr] [configurations] [info ] ==== OAI-CN5G UDR vBranch: HEAD Abrev. Hash: 44206a2 Date: Mon Jan 3 22:00:22 2022 +0000 ==== +[2022-01-05T09:51:44.828336] [udr] [configurations] [info ] ====================== UDR ===================== +[2022-01-05T09:51:44.828343] [udr] [configurations] [info ] Configuration UDR: +[2022-01-05T09:51:44.828349] [udr] [configurations] [info ] - Instance ...........................................: 0 +[2022-01-05T09:51:44.828356] [udr] [configurations] [info ] - PID dir ............................................: /var/run +[2022-01-05T09:51:44.828362] [udr] [configurations] [info ] - Nudr Networking: +[2022-01-05T09:51:44.828367] [udr] [configurations] [info ] Interface name ......: eth0 +[2022-01-05T09:51:44.828375] [udr] [configurations] [info ] IPv4 Addr ...........: 192.168.70.136 +[2022-01-05T09:51:44.828381] [udr] [configurations] [info ] HTTP1 Port ..........: 80 +[2022-01-05T09:51:44.828387] [udr] [configurations] [info ] HTTP2 port ..........: 8080 +[2022-01-05T09:51:44.828393] [udr] [configurations] [info ] API version..........: v1 +[2022-01-05T09:51:44.828398] [udr] [configurations] [info ] - MYSQL Server Addr...................................: 192.168.70.131 +[2022-01-05T09:51:44.828404] [udr] [configurations] [info ] - MYSQL user .........................................: test +[2022-01-05T09:51:44.828410] [udr] [configurations] [info ] - MYSQL pass .........................................: test +[2022-01-05T09:51:44.828416] [udr] [configurations] [info ] - MYSQL db ...........................................: oai_db +[2022-01-05T09:51:44.828490] [udr] [udr_app] [start] Starting... +[2022-01-05T09:51:44.844860] [udr] [udr_app] [start] Started +[2022-01-05T09:51:44.846163] [udr] [udr_server] [info ] HTTP1 server started +[2022-01-05T09:51:44.846340] [udr] [udr_server] [info ] HTTP2 server started +[2022-01-05T09:52:36.417768] [udr] [udr_server] [info ] Handle Read Authentication Subscription +[2022-01-05T09:52:36.417957] [udr] [udr_server] [info ] MySQL Query (select * from AuthenticationSubscription WHERE ueid='208950000000031') +[2022-01-05T09:52:36.420665] [udr] [udr_server] [info ] AuthenticationSubscription GET - json: +"{"algorithmId":"milenage","authenticationManagementField":"8000","authenticationMethod":"5G_AKA","encOpcKey":"63bfa50ee6523365ff14c1f45f88737d","encPermanentKey":"0C0A34601D4F07677303652C0462535B","protectionParameterId":"0C0A34601D4F07677303652C0462535B","sequenceNumber":{"lastIndexes":{"ausf":0},"sqn":"000000000020","sqnScheme":"NON_TIME_BASED"},"supi":"208950000000031"}" +[2022-01-05T09:52:36.430626] [udr] [udr_server] [info ] Handle Update Authentication Subscription +[2022-01-05T09:52:36.430679] [udr] [udr_server] [info ] MySQL Query (select * from AuthenticationSubscription WHERE ueid='208950000000031') +[2022-01-05T09:52:36.432312] [udr] [udr_server] [info ] MySQL Update cmd (update AuthenticationSubscription set sequenceNumber='{"lastIndexes":{"ausf":0},"sqn":"000000000040","sqnScheme":"NON_TIME_BASED"}' where ueid='208950000000031') +[2022-01-05T09:52:36.597632] [udr] [udr_server] [info ] AuthenticationSubscription PATCH - json: +"[{"from":"","op":"replace","path":"","value":"{\"lastIndexes\":{\"ausf\":0},\"sqn\":\"000000000040\",\"sqnScheme\":\"NON_TIME_BASED\"}"}]" +[2022-01-05T09:52:36.603835] [udr] [udr_server] [info ] Handle Read Authentication Subscription +[2022-01-05T09:52:36.603854] [udr] [udr_server] [info ] MySQL Query (select * from AuthenticationSubscription WHERE ueid='208950000000031') +[2022-01-05T09:52:36.604268] [udr] [udr_server] [info ] AuthenticationSubscription GET - json: +"{"algorithmId":"milenage","authenticationManagementField":"8000","authenticationMethod":"5G_AKA","encOpcKey":"63bfa50ee6523365ff14c1f45f88737d","encPermanentKey":"0C0A34601D4F07677303652C0462535B","protectionParameterId":"0C0A34601D4F07677303652C0462535B","sequenceNumber":{"lastIndexes":{"ausf":0},"sqn":"000000000040","sqnScheme":"NON_TIME_BASED"},"supi":"208950000000031"}" +[2022-01-05T09:52:36.605146] [udr] [udr_server] [info ] Handle Create Authentication Status +[2022-01-05T09:52:36.605167] [udr] [udr_server] [info ] MySQL query: select * from AuthenticationStatus WHERE ueid='208950000000031' +[2022-01-05T09:52:36.605679] [udr] [udr_server] [info ] MySQL query: insert into AuthenticationStatus set ueid='208950000000031',nfInstanceId='400346f4-087e-40b1-a4cd-00566953999d',success=1,timeStamp='2022-01-05T08:52:36Z',authType='5G_AKA',servingNetworkName='5G:mnc095.mcc208.3gppnetwork.org',authRemovalInd=0 +[2022-01-05T09:52:36.670226] [udr] [udr_server] [info ] AuthenticationStatus PUT - json: +"{"authRemovalInd":false,"authType":"5G_AKA","nfInstanceId":"400346f4-087e-40b1-a4cd-00566953999d","servingNetworkName":"5G:mnc095.mcc208.3gppnetwork.org","success":true,"timeStamp":"2022-01-05T08:52:36Z"}" +[2022-01-05T09:52:40.703647] [udr] [udr_server] [info ] SessionManagementSubscriptionData Method: GET!