Skip to content

Linsooon/mnc_NWDAF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mnc_Private-5G

테스트베드에서 구현할 구조 설명 및 free5gc와 연동방법 설명 figure 1

//////////////////////////////////////////////////////////////////////////////////////////

NWDAF (Network Data Analytics Function) analyzes data through intelligent technologies and provides analysis results to other 5G core network functions

Running nefserver and Pythonmodule should be preceded to run modeltraining.go / model_inference.go

The server automatically turns off after timeouts. That time can be changed as we want

//////////////////////////////////////////////////////////////////////////////////////////

NEF (Network exposure function) stores received information as structured data and exposes it to other network functions

This nefserver.go receives and transfers data from/to NWDAF and DAP

The server should be running continuously to deliver data

//////////////////////////////////////////////////////////////////////////////////////////

DAP (Data Analytic Platform) has a python module to train the data from NWDAF and provides meaningful results to NWDAF through NEF

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.5%
  • Python 10.5%