Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.02 KB

profile_manager_design.md

File metadata and controls

35 lines (23 loc) · 1.02 KB

Profile Manager Design documentation

  • Executing all enabled profiles in parallel or in sequential order.

     config:
       gnbsim:
         yamlCfgFiles:
           gnb.conf:
             configuration:
                 execInParallel: false #run all profiles in parallel
    

Note

There is execInParallel option under each profile as well. execInParallel under profile means that all the subscribers in the profile are run in parallel

  • Timeout for each call flow within profile

     - profileType: nwtriggeruedereg # profile type
       profileName: profile6 # uniqely identifies a profile within application
       perUserTimeout: 10 #if no expected event received in this time then treat it as failure
    

Profile Manager Overview

gNBSim

Profile Manager Initialization Sequence

gNBSim