Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.04 KB

data.md

File metadata and controls

24 lines (17 loc) · 1.04 KB

gNBsim data support

gNBSim can generate and send user data packets (ICMP echo request) and process downlink user data (ICMP echo response) over the established user plane path (GTP Tunnel). Configure number of data packets to be sent. Configure AS (Application Server) address. This is used to send data packets.

  - profileType: nwtriggeruedereg # profile type
    profileName: profile6 # uniquely identifies a profile within application
    enable: false # Set true to execute the profile, false otherwise.
    gnbName: gnb1 # gNB to be used for this profile
    startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1
    ueCount: 1 # Number of UEs for for which the profile will be executed
    defaultAs: "192.168.250.1" # default icmp pkt destination
    perUserTimeout: 10 # if no expected event received in this time then treat it as failure