X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fmaster_8py.html;fp=docs%2FAPI%2Fmaster_8py.html;h=d9a446c899dfc8e1b1b3ebbc50ddd8210d123c4d;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/master_8py.html b/docs/API/master_8py.html new file mode 100644 index 0000000..d9a446c --- /dev/null +++ b/docs/API/master_8py.html @@ -0,0 +1,146 @@ + + + + + + + +o-du/phy: master.py File Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Data Structures | +Namespaces | +Functions | +Variables
+
+
master.py File Reference
+
+
+ +

Go to the source code of this file.

+ + + + +

+Data Structures

class  GetOutOfLoops
 
+ + + +

+Namespaces

 master
 
+ + + + + + + + + + + + + + + + + +

+Functions

def init_logger (console_level, logfile_level)
 
def parse_args (args)
 
def is_comment (s)
 
def compare_resuts (cat, mu, bw, tcase, xran_path, test_cfg, direction)
 
def parse_dat_file (cat, mu, bw, tcase, xran_path, test_cfg)
 
def make_copy_mlog (cat, mu, bw, tcase, xran_path)
 
def run_tcase (cat, mu, bw, tcase, xran_path)
 
def main ()
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Variables

list nNumRbsPerSymF1
 
list nNumRbsPerSymF2
 
list nRChBwOptions_keys = ['5','10','15','20', '25', '30', '40', '50', '60','70', '80', '90', '100', '200', '400']
 
list nRChBwOptions_values = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]
 
 nRChBwOptions = dict(zip(nRChBwOptions_keys, nRChBwOptions_values))
 
list nRChBwOptions_keys_mu2and3 = ['50', '100', '200', '400']
 
list nRChBwOptions_values_mu2and3 = [0,1,2,3]
 
 nRChBwOptions_mu2and3 = dict(zip(nRChBwOptions_keys_mu2and3, nRChBwOptions_values_mu2and3))
 
list all_test_cases
 
 dic_dir = dict({0:'DL', 1:'UL'})
 
 dic_xu = dict({0:'o-du', 1:'o-ru'})
 
 START_TIME = datetime.now()
 
def res = main()
 
 END_TIME = datetime.now()
 
+
+ + + +