diff --git a/targets/SIMU/EXAMPLES/OSD/WEBXML/template_26.xml b/targets/SIMU/EXAMPLES/OSD/WEBXML/template_26.xml new file mode 100755 index 0000000000000000000000000000000000000000..b95e6a05cd7acd62b79bc1f6b62542a20046aa94 --- /dev/null +++ b/targets/SIMU/EXAMPLES/OSD/WEBXML/template_26.xml @@ -0,0 +1,90 @@ +<OAI_EMULATION> + <ENVIRONMENT_SYSTEM_CONFIG> + <FADING> + <FREE_SPACE_MODEL_PARAMETERS> + <PATHLOSS_EXPONENT>2.0</PATHLOSS_EXPONENT> + </FREE_SPACE_MODEL_PARAMETERS> + <SMALL_SCALE>AWGN</SMALL_SCALE> + </FADING> + <SYSTEM_FREQUENCY_GHz>1.9</SYSTEM_FREQUENCY_GHz> + </ENVIRONMENT_SYSTEM_CONFIG> + + <TOPOLOGY_CONFIG> + <AREA> + <X_m>500</X_m> + <Y_m>500</Y_m> + </AREA> + <MOBILITY> + <UE_MOBILITY> + <RANDOM_UE_DISTRIBUTION> + <NUMBER_OF_NODES>4</NUMBER_OF_NODES> + </RANDOM_UE_DISTRIBUTION> + <UE_MOBILITY_TYPE>STATIC</UE_MOBILITY_TYPE> <!-- STATIC --> + </UE_MOBILITY> + <eNB_MOBILITY> + <eNB_INITIAL_DISTRIBUTION>random</eNB_INITIAL_DISTRIBUTION> + <RANDOM_eNB_DISTRIBUTION> + <NUMBER_OF_CELLS>1</NUMBER_OF_CELLS> + </RANDOM_eNB_DISTRIBUTION> + <eNB_MOBILITY_TYPE>STATIC</eNB_MOBILITY_TYPE> + </eNB_MOBILITY> + </MOBILITY> + </TOPOLOGY_CONFIG> + + <APPLICATION_CONFIG> + <!-- Basic configuration of a customized traffic : one state--> + <CUSTOMIZED_TRAFFIC> + <SOURCE_ID>0</SOURCE_ID> + <TRANSPORT_PROTOCOL>udp</TRANSPORT_PROTOCOL> <!-- OPTIONS: tcp (default), udp --> + <IP_VERSION>ipv6</IP_VERSION> <!-- OPTIONS: ipv4 (default), ipv6 --> + <DESTINATION_ID>1:3</DESTINATION_ID> + <FLOW_START_ms>1000</FLOW_START_ms> <!-- indicates the start time of the app or the actual duration of the traffic--> + <FLOW_DURATION_ms>10000</FLOW_DURATION_ms> <!-- indicates the start time of the app or the actual duration of the traffic--> + + <BACKGROUND_TRAFFIC>disable</BACKGROUND_TRAFFIC> <!-- options: enable, disable. If enable, it generates a background traffic corresponding to the traffic direction--> + <IDT_DIST>uniform</IDT_DIST> <!-- available distributions: none (default), uniform, poission, gaussian, exponential,pareto, cauchy,fixed, weibull, gammav--> + <IDT_MIN_ms>40</IDT_MIN_ms> <!--Minimum IDT values in milliseconds--> + <IDT_MAX_ms>50</IDT_MAX_ms> <!--Minimum IDT values in milliseconds--> + <SIZE_DIST>uniform</SIZE_DIST> <!-- available distributions: none (default), uniform, poission, gaussian, exponential,pareto, cauchy,fixed, weibull, gammav--> + <SIZE_MIN_byte>128</SIZE_MIN_byte> <!--Minimum PAYLOAD size values in bytes--> + <SIZE_MAX_byte>1400</SIZE_MAX_byte> <!--MAximum PAYLOAD size values in bytes--> + </CUSTOMIZED_TRAFFIC> + + <CUSTOMIZED_TRAFFIC> + <SOURCE_ID>1:3</SOURCE_ID> + <TRANSPORT_PROTOCOL>udp</TRANSPORT_PROTOCOL> <!-- OPTIONS: tcp (default), udp --> + <IP_VERSION>ipv6</IP_VERSION> <!-- OPTIONS: ipv4 (default), ipv6 --> + <DESTINATION_ID>0</DESTINATION_ID> + <FLOW_START_ms>1000</FLOW_START_ms> <!-- indicates the start time of the app or the actual duration of the traffic--> + <FLOW_DURATION_ms>10000</FLOW_DURATION_ms> <!-- indicates the start time of the app or the actual duration of the traffic--> + <BACKGROUND_TRAFFIC>disable</BACKGROUND_TRAFFIC> <!-- options: enable, disable. If enable, it generates a background traffic corresponding to the traffic direction--> + <IDT_DIST>uniform</IDT_DIST> <!-- available distributions: none (default), uniform, poission, gaussian, exponential,pareto, cauchy,fixed, weibull, gammav--> + <IDT_MIN_ms>100</IDT_MIN_ms> <!--Minimum IDT values in milliseconds--> + <IDT_MAX_ms>150</IDT_MAX_ms> <!--Minimum IDT values in milliseconds--> + <SIZE_DIST>uniform</SIZE_DIST> <!-- available distributions: none (default), uniform, poission, gaussian, exponential,pareto, cauchy,fixed, weibull, gammav--> + <SIZE_MIN_byte>256</SIZE_MIN_byte> <!--Minimum PAYLOAD size values in bytes--> + <SIZE_MAX_byte>768</SIZE_MAX_byte> <!--Maximum PAYLOAD size values in bytes--> + </CUSTOMIZED_TRAFFIC> + + </APPLICATION_CONFIG> + + <EMULATION_CONFIG> + <EMULATION_TIME_ms>15000</EMULATION_TIME_ms> <!--if 0 set to infinity--> + <CURVE>disable</CURVE> <!-- option: enable, disable. If CURVE is enabled, graphes are ploted in real time (UL and DL) of WOD and throughput measurement for each packet --> + <PERFORMANCE_METRICS> + <THROUGHPUT>enable</THROUGHPUT> <!-- option: enable, disable. If enable, throughput measurements are plotted in real time--> + <LATENCY>enable</LATENCY> <!-- option: enable, disable. If enable, latency measurements are plotted in real time--> + <OWD_RADIO_ACCESS>enable</OWD_RADIO_ACCESS> <!-- option: enable, disable. If enable owd curve shows the one way radio access delay, else it shows end to end owd --> + </PERFORMANCE_METRICS> + <LOG> <!-- set the global log level --> + <LEVEL>info</LEVEL> + <VERBOSITY>low</VERBOSITY> + <INTERVAL>1</INTERVAL> + </LOG> + <SEED_VALUE>0</SEED_VALUE> <!-- value 0 means randomly generated by OAI --> + + </EMULATION_CONFIG> + + <PROFILE>MEDIEVAL_OTG_1</PROFILE> +</OAI_EMULATION> +