openaircn-5g project current activities...openaircn-5g project status and current activities olivier...

47
OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, B<>COM FRÉDÉRIC LEROY, B<>COM LUHAN WANG, BUPT TIEN-THINH NGUYEN, EURECOM

Upload: others

Post on 14-Apr-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

OpenAirCN-5G Project Status and Current

Activities OLIVIER C HOISY, B <>C OM FRÉD ÉRIC LEROY, B <>C OM

LUHAN WAN G, B UPT TIEN -THINH N GUY EN, EUREC OM

Page 2: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Outline

• Introduction to OAI-CN 5G project – Objectives – Overall plan

• 5GC components implementation status – AMF, NRF, UPF, SMF – Demo

oA work-in-progress Implementation for NRF oA work-in-progress implementation for AMF

• Roadmap

Page 3: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Introduction • Assets : OpenAir LTE Core Network

– Rel10/Rel14 Implementation for EPC components: MME, S-P/GW, HSS (plus CUPS implementation)

• Objective : Open Source 5G Core Network implementation – Provide an open source implementation of 5GC as

specified by 3GPP

– Partners: Eurecom, b<>com, Bupt, IT Aveiro, KCL, ng4T, Blackned

Page 4: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Scope of the Implementation

Mandatory ▪ Access and Mobility Management Function (AMF) ▪ Session Management Function (SMF) ▪ User plane function (UPF) ▪ (with gNB interfaces)

Other ▪ NF Repository function (NRF) ▪ Authentication Server Function (AUSF) ▪ Unified Data Management (UDM)

Not in scope currently ▪ Policy Control Function (PCF) ▪ Network Exposure function (NEF) ▪ Network Slice Selection Function (NSSF)

Page 5: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

On-going Activities

• Implementation of 5G Core SBA components: https://github.com/OPENAIRINTERFACE/openair5g-cn – AMF implementation (b<>com, Bupt, Eurecom) – NRF implementation (b<>com) – SMF implementation (b<>com) – UPF implementation (Eurecom, IT Aveiro) – UDM, AUSF implementation

• GIT re-organization to publish NRF source code • Work with ng4T to bring ng4T tester to Eurecom 5G test

bench

Page 6: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

5GC Component Implementation Status Service Based Interface (SBI) implementation: • NFs Interface APIs and Code generation for interfaces

– automatic interfaces source code generation – based on 3GPP specifications (YAML files), Implementation based on

3GPP Rel 15.2 (December 2018) – Status: code generated client and server side for AMF, NRF and SMF

available • Core function implementation languages:

– AMF in C/C++ (AMF stubbed in Java available) – SMF in Java – NRF in Java – UPF in C++

Page 7: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

OpenAir5G-CN Project

• Synchro meeting every 2 weeks • Trello available

2H2019 1H2018 1H2019

Kick Off STEP1 STEP2 ….

• April 2018. KickOff to elaborate a strategy

• Choose Dev Languages • Initiate Trello • Decide to evaluate SBA Code

Generation

• Evaluation OpenAPI Java, Cpp done

• Parse 3gpp rel 15.1 • Progress in Java ecosystem

(http2, microservices, ...) • Demo of Skeleton NRF (ETSI-

OSA 6G Workshop • AMF gNodeb Interfaces lib

dev started

• AMF UE Register • NRF with Notify • Demo

NRF/AMF/SMF • Demo UE Register

with AMF/SMF/UPF

• AMF gNodeb Interfaces lib first step implementation

• AMF gNodeb attach callflow Implemented

• NRF (without notify) first implementation ready

STEP 3

2H2018 1H2020

Page 8: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Overall Status and Objectives

Page 9: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

OSA Objective

• Have a 5G Core implementation to integrate with OSA 5G newRadio implementation on going

• Have a 5G Core Open Source community to build a shared implementation

• Have a reliable 5G Core proposal to be used for testbeds and experimentations

Page 10: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Overall Context for b<>com

Kubernetes

Bare-Metal

SPGW-U SPGW-U

KVM

OpenStack

RAN Infrastructure Network

UPF

SDN EPC SMF HSS AMF

3G

PP C

ontr

ol Pla

ne

Data Plane NAT

Web Server

5GNR+LTE(WiFi)

Tunnels

Control Plane

OVS

bridge

User Plane

Openfl

ow

DHCP-S NRF

Nnrf Namf Nsmf Proxy

OnGoing

N1/N2 SIM

Page 11: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

<1> Code Generation PROCESS

TOOL S EVALUATION

Page 12: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Code Generation Process Overview

3GPP

TS

3GPP yaml

source code

generator

github://OpenAPI

generator

Java

CPP

client

server

business

logic

NFi

NFi

auto generated

source code

proprietary

source code

issues

pull requests

new release

• Have a Skeleton of all NFs

• Be able to quickly take into account 3GPP updated specification

Page 13: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Yaml Code Generation Software Environment

• Java environment o java11 o maven 3.5.x

o thorntail 2.4.0/Microprofile 2.2 uberjar file to be run on CLI HTTP/2 enabled

• C++ o Pistache framework (server side) o cpprest-sdk LIB (client side)

o C++11, GNU g++ 5.4.0, cmake, make

Page 14: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Code Generation Feedback

• RESULTS

REST facade source code fully generated from yaml files.

– 1st implementations in Java & C++ serve responses with random values based on their types and value constraints (range constraints, regex)

– serving error responses (ProblemDetails) on not valid content receipt (malformed json body, invalid type values, constraint violation...)

Work to do is to add business logic on top of the generated skeleton.

• RESTRICTIONS

Need to update 3GPP yaml files because of openapi generator restrictions

– $ref path must start with ./ – not fully OpenApi 3.0 compliant (anyOf, allOf, OneOf & callbacks) – rewrite definitions to get around generator issues

https://github.com/OPENAIRINTERFACE/openair5g-cn/wiki/Openapi-generator-CPP-starter-kit

Page 15: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

<2> NRF Status A RCHI T ECT U RE

F EAT U RES

DEM O

Page 16: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

NRF Architecture & Functions

Page 17: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

NRF Architecture & Functions

Functional implementation available with : – Error Management implemented – Tracing with Jaegger implemented – Metrics in progress (with Prometheus, grafana for

rendering)

Next Steps are to move from thorntail to quarkus.io, to implement notification management.

Page 18: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

NRF Demo Available on internet to be tested

https://5g.labs.b-com.com/

NRF services (swagger) o NNRF-NFM https://5g.labs.b-com.com/swagger/nnrf-nfm/v1 o NNRF-DISC https://5g.labs.b-com.com/swagger/nnrf-disc/v1

Jaeger https://5g.labs.b-com.com:16686/search

AMF services (swagger)

(Java SBA evaluation) o NAMF-MT https://5g.labs.b-com.com/swagger/namf-mt/v1 o NAMF-LOC https://5g.labs.b-com.com/swagger/namf-loc/v1 o NAMF-EVTS https://5g.labs.b-com.com/swagger/namf-evts/v1 o NAMF-COMM https://5g.labs.b-com.com/swagger/namf-comm/v1 All exposed API are available programmatically Implemented SBA compliant NFs may be used to trigger these functions

Page 19: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

<3> AMF Status CONT EXT & FOCUS

2 DEMOS

Page 20: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation Status (1/2)

• Bupt focus on protocols implementation (N1, N2 interfaces from NewRadio), one process target

• B<>com focus on SBA code generation and to provide a micro services based architecture evaluation for AMF, Cloud Native

(deployed on Kubernetes)

Currently, common activities are: – reuse of libraries, – share tools

Page 21: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation Status (2/2)

• Available – Full SBA Skeleton based – Implementation of gNodeb attach (Bupt, b<>com, Eurecom) – Implementation of UE register o Bupt (demo), from gUE to AMF

– 1 binary for AMF (Bupt) – 2 microservices (kubernetes) b<>com

• Next Steps – UE register integrated with SMF and UPF (b<>com ) – Integration with NRF (SMF discover, …) – SBA callflows (Bupt)

Page 22: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Future: Enhance software reusability for projects

• Libngapcodec – Library for coding decoding values of protocol NGAP – Based on code generated by modifier asn1c generator ◦ https://github.com/velichkov/asn1c

◦ 1 bug identified : encoded message is bigger than necessary (lots of 0’s trailing)

• Libnas – Library for coding/decoding NAS messages from UE. – Need to make a fully autonomous library like libngapcodec

• Libngmessage – Implements higher functions to manipulate NGAP messages – C++ implementation

Page 23: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

<3.1> AMF Status BUPT Work

Page 24: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• To implement AMF, we need: - Implement N1/N2 interface protocol stack

- Implement AMF SBI interface protocol stack - And detailed message handling mechanism according to 3GPP specifications

• More detailed, we need: - Build the whole architecture and corresponding system environment - Build N2/N1 interface protocol stack (SCTP/NGAP/NAS MM)

- Build SBI interface protocol stack - NGAP messages encoding/decoding library - NAS messages encoding/decoding library

- Integrate SCTP (open source project) into AMF project - Create gNB context, UE context, NAS MM context … to support signaling

management

Page 25: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• Tools ‒ Language : C/C++ ‒ Linux distribution : Ubuntu 16.04 ‒ OpenSource projects: OAILOG (from OAI LTE EPC), libconfig, itti, libsctp, libcrypt

• Architecture

amf_app_itti_send_ngap_dl_nas_transport_request()

amf_app_itti_messaging.c

ngap_amf_itti_send_sctp_request()

ngap_amf_itti_messaging.c

UEgNB

TASK_SCTP

SCTP_INIT_MSG SCTP_DATA_REQ

sctp_create_new_listener sctp_send_msg

sctp_read_from_socket

SERVER(36412)

TASK_NGAP

SCTP_NEW_ASSOCIATION

SCTP_DATA_IND

gNB

connectioninitial

data

N2 LIBRARY

ngap_amf_decode_pdu

ngap_amf_handle_message

NG SETUP REQUEST

ITTI MESSAGE BROKE

ITTI MESSAGE BROKE INITIAL UE MESSAGE

UPLINK NAS TRANSPORT

UE RADIO CAPABILITY

INFO INDENTIFICATION

INITIAL CONTEXT SETUP

RESPONSE

N2 MESSAGE BROKE

Messa

ges_

callb

ack

(pro

ced

ureC

ode,d

irectio

n)

(21,0)

(15,0)

(46,0)

(44,0)

(14,1)

INITIAL CONTEXT SETUP

FAILURE(14,2)

TASK_AMF_APP

TASK_AMF_MM

NAS_INITIAL_UE_MESSAGE

NAS_UPLINK_DATA_IND

ITTI MESSAGE BROKE

AMF_APP_INITIAL_UE_MESSAGE

ITTI MESSAGE BROKE

NGAP_UE_CAPABILITYS_IND

AMF_APP_INITIAL_CONTEXT_SE

TUP_RESPONSE

AMF_APP_INITIAL_CONTEXT_SE

TUP_FAILURE

NAS_IMPLICIT_DETATCH_UE_IND

N1 EXTERN INTERFACE

nas_message_decode()

REGISTERATION REQUEST

N1 MESSAGE BROKE

messag

e ty

pe

0b01000001

REGISTERATION COMPLETE0b01000011

IDENTITY RESPONSE0b00000000

NAS_DOWNLINK_DATA_REQ

NGAP_NAS_DL_DATA_REQ

ITTI MESSAGE BROKE

ngap_amf_encode_pdu

nas_message_encode()

N1 EXTERN INTERFACE

AUTHENTICATION

RESPONSE0b00000000

AUTHENTICATION FAILURE0b00000000

SECURITY MODE COMPLETE0b00000000

SECURITY MODE REJECT0b00000000

CONFIGURATION UPDATE

COMPLETE0b00000000

UL NAS TRANSPORT0b00000000

DEREGISTRATION REQUEST0b00000000

DEREGISTRATION ACCEPT0b00000000

Initial Registration Abnormals

Lower layer filure

ngap_amf_itti_amf_app_initial_ue_message()

ngap_amf_itti_messaging.h

ngap_amf_itti_nas_uplink_data_ind()

ngap_amf_itti_messaging.c

Page 26: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• N1/N2 interface protocol stack by 4 TASKs (threads) - TASK_SCTP: Create listener on port 36412 and send/recv sctp payload

- TASK_NGAP: Decode/encode NGAP msgs and handle NGAP procedures - TASK_NAS_AMF: Decode/encode NAS msgs and handle NAS procedures - TASK_AMF_APP: Contexts management and handle time related events

• Layers message brokers - For SCTP layer, SCTP_INIT_MSG, SCTP_DATA_REQ

- For NGAP layer, SCTP_NEW_ASSOCIATION, SCTP_DATA_IND, NGAP_NAS_DL_DATA_REQ

- For NAS MM layer, NGAP_DATA_IND: - For AMF app layer, TIMER_HAS_EXPIRED

Page 27: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• Libngap implementation(Bupt, B<>com, Eurecom) ‐ asn1 files from 3GPP TS38.413 specification

‐ asn1 compiler(v0.9.29)

‐ patch file (b<>com) to make generated c files support aper

• Several NGAP messages using libngap ‒ NG SETUP REQUEST, NG SETUP RESPONSE, INITIAL UE

MESSAGE, UPLINK NAS TRANSPORT, DOWNLINK NAS TRANSPORT

Page 28: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• Libnas implementation ‒ NAS buffer format and corresponding functions

Encrypt/decrypt algorithm: NEA1 & NEA2 Integrity algorithm : NIA1 & NIA2

(1)

_nas_message_header_encode()

(2.1)

_nas_message_plain_encode()

&&

(2.2)

_nas_message_encrypt()

(3)

_nas_message_get_mac()

_nas_message_encode()

(1)

_nas_message_header_decode()

(2)

_nas_message_get_mac()

(3.1)

_nas_message_decrypt()

&&

(3.2)

_nas_message_plain_decode()

_nas_message_decode()

extended_protocol_discriminator octet1

security_header_type octet2

message_authentication_code octet3~6

sequence_number octet7

extended_protocol_discriminator octet8

security_header_type octet9

message_type octet10

Other information of one nas msg octet10~n

header

plain

msg

specific NAS MM message

buffer

Page 29: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• Libnas implementation ‒ Specific NAS MM msgs structure define / encode to buffer / decode from buffer ‒ NAS msg define/encode/decode example: REGISTRATION REQUEST

Header, not used here

All possible Information Elements(IE):

encode_registration_request()

encode_nas_key_set_identifier()

IEs

encode__5gmm_capability() encode_ue_security_capability()

encode__5gs_tracking_area_identity() encode_s1_ue_network_capability() encode_uplink_data_status() encode_pdu_session_status() …

Page 30: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• Libnas implementation ‒ NAS MM message IEs define/encode/decode example: NASKeySetIdentifier

3GPP TS24.501 V16.0.2

Page 31: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• Libnas implementation - All implemented NAS MM msgs

� AUTHENTICATION REQUEST

� AUTHENTICATION RESPONSE

� AUTHENTICATION FAILURE

� AUTHENTICATION REJECT

� AUTHENTICATION RESULT

� SECURITY MODE COMPLETE

� REGISTRATION REQUEST

� REGISTRATION ACCEPT

� REGISTRATION COMPLETE

� REGISTRATION REJECT

� SECURITY MODE COMMAND

� SECURITY MODE REJECT

Page 32: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• For complete UE registration procedures ‒ Implemented messages interactions

@12

@11

@10

@8

@7

@18

15. AUTHENTICATION REQUEST

12. IDENTITY RESPONSE

7. IDENTITY REQUEST

6. REGISTRATION REQUEST

1. non-UE TNL association

11.UPLINK NAS TRANSPORT

(IDENTITY RESPONSE)

8.DOWNLINK NAS TRANSPORT

(IDENTITY REQUEST)

@4

@3b

@3a

@2

@1

@5

UE NAS layer gNB AMF NGAP layer

2. NG SETUP REQUEST

3a. NG SETUP RESPONSE

3b. NG SETUP FAILURE

4. REGISTRATION REQUEST5.INITIAL UE MESSAGE

(REGISTRATION REQUEST)

9. IDENTITY REQUEST

10. IDENTITY RESPONSE

AMF SCTP layer AMF NAS layer

@21a

@21b

13. AUTHENTICATION

REQUEST

14.DOWNLINK NAS TRANSPORT

(AUTHENTICATION REQUEST)

16. AUTHENTICATION

RESPONSE

17.UPLINK NAS TRANSPORT

(AUTHENTICATION RESPONSE)

18. AUTHENTICATION

RESPONSE

5G AKA

19a. AUTHENTICATION REJECT

19b. AUTHENTICATION RESULT EAP

20. SECURITY MODE COMMAND

21a. SECURITY MODE COMPLETE

21b. SECURITY MODE REJECT

@6

@9

@15

@19a

@19b

@20

Page 33: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• For complete UE registration procedures ‒ non-UE TNL association

Page 34: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

1 - NGSetupRequest

2 – NGSetupResponse/NGSetupFailure

AMF Implementation and Demo

• For complete UE registration procedures ‒ NG SETUP procedure

Page 35: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

UEgNB

TASK_SCTP

SCTP_INIT_MSG SCTP_DATA_REQ

sctp_create_new_listener sctp_send_msg

sctp_read_from_socket

SERVER(36412)

TASK_NGAP

SCTP_NEW_ASSOCIATION

SCTP_DATA_IND

gNB

connectioninitial

data

N2 LIBRARY

ngap_amf_decode_pdu

ngap_amf_handle_message

NG SETUP REQUEST

ITTI MESSAGE BROKE

ITTI MESSAGE BROKE INITIAL UE MESSAGE

UPLINK NAS TRANSPORT

UE RADIO CAPABILITY

INFO INDENTIFICATION

INITIAL CONTEXT SETUP

RESPONSE

N2 MESSAGE BROKE

Messa

ges_

callb

ack

(pro

ced

ureC

ode,d

irectio

n)

(21,0)

(15,0)

(46,0)

(44,0)

(14,1)

INITIAL CONTEXT SETUP

FAILURE(14,2)

TASK_AMF_APP

TASK_AMF_MM

NAS_INITIAL_UE_MESSAGE

NAS_UPLINK_DATA_IND

ITTI MESSAGE BROKE

AMF_APP_INITIAL_UE_MESSAGE

ITTI MESSAGE BROKE

NGAP_UE_CAPABILITYS_IND

AMF_APP_INITIAL_CONTEXT_SE

TUP_RESPONSE

AMF_APP_INITIAL_CONTEXT_SE

TUP_FAILURE

NAS_IMPLICIT_DETATCH_UE_IND

N1 EXTERN INTERFACE

nas_message_decode()

REGISTERATION REQUEST

N1 MESSAGE BROKE

messag

e ty

pe

0b01000001

REGISTERATION ACCEPTE0b01000010

REGISTERATION COMPLETE0b01000011

REGISTERATION REJECT0b01000100

NAS_DOWNLINK_DATA_REQ

NGAP_NAS_DL_DATA_REQ

ITTI MESSAGE BROKE

ngap_amf_encode_pdu

nas_message_encode()

N1 EXTERN INTERFACE

1 - RegistrationRequest

2 - InitialUEMessage

(RegistrationRequest)

3 - RegistrationRequest

4 – RegistrationReject/RegistrationResponse

5 - DownLinkNASTransport

(RegistrationReject/RegistrationResponse)

6 -

RegistrationReject/RegistrationResponse

AMF Implementation and Demo • For complete UE

registration procedures ‒ UE registration(NAS

procedures)

Page 36: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• To run this DEMO, we need ‐ Source code : https://github.com/OPENAIRINTERFACE/openair5g-cn

‐ bupt-test branch for amf, bupt_fake_gnb for simulated gNB and UE ‐ Install necessary libraries (./build_amf -i) ‐ Compile source code (./build_amf -c)

‐ To run AMF (sudo build/amf/build/amf) ‐ To run gNB & UE (1. scripts/run_gnb 2. scripts/run_ue)

• Running result ‒ See Demo presentation

Page 37: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Demo

Page 38: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

<3.2> AMF Status b<>com work

Page 39: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

SBA NF as CNF

Page 40: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Functional Infrastructure

Page 41: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Microservices Architecture

Page 42: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Microservices Involved for NGSetup

Page 43: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Current Development and Implementation

Currently, 3 services implemented • N2Link microservice

‒ Keep connection with Amf ( optimized for load and speed ) ‒ Dispatch N1/N2 traffic to other services ‒ Docker image size ~10 MB

• NGSetup microservice

‒ Manage NGSetup procedure for gNB ( minimal implementation to do the call flow regardless of NGSetup content, can do NGSetupResponse or NGSetupFailure)

‒ Docker image size ~10 MB

• pygNB simulator (b<>com private)

‒ Minimal simulator for the NGSetup procedure use case ( NGSetup implemented only, multi-amf not tested )

‒ Based on python pycrate GPL library (hence b<>com won’t redistribute)

‒ Docker image size ~80MB

Page 44: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

AMF Implementation and Demo

• To run this Demo, we need ‒ Source code : not yet published to OpenAir5G-CN [git

in discussion] ‒ Kubernetes infrastructure ‒ b<>com tools and scripts to build dockers images and

deploy them

• Running result ‒ See Demo presentation

Page 45: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Roadmap

Page 46: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Roadmap

• First version available Q4 2019/Q1 2020 • Focusing on Functional parts:

‒ gNB Attach/Detach (AMF) ‒ UE Register/DeRegister without authentication (AMF) ‒ UE PDUSessioncreate (AMF, SMF, UPF) ‒ NRF main features available

gNB interfaces with 5G-Core SBA implementation (UE registered, NRF Features) Tests with ng4T simulator, OAI-5G-RAN

Page 47: OpenAirCN-5G Project Current Activities...OpenAirCN-5G Project Status and Current Activities OLIVIER CHOISY, BCOM FRÉDÉRIC LEROY, BCOM LUHAN WANG, BUPT TIEN-THINH

Help Wanted Implementation end of 2019 will be mostly a POC level

• To increase software maturity ‒ Log, persistency, metrics, tracing, HTTP2

• To implement missing NFs

‒ Authentication (AUSF) ‒ Persistency (UDM, UDR)

• To take into account new 3GPP spec (from Rel 15.3)

• To implement missing Functions ‒ Handover ‒ Non-Standalone mode (4G Radio) ‒ …