# This configuration file is used as an input for the traffic generator program. # Comment lines begin with '#'. # Blank lines are omitted. #==========PARAMETER FOR DEFINING OUTPUT FILE NAME & LOCATION=====# # Output format allows to format the call record as desired with the necessary information such as the start time, end time, duration of call, caller and the receiver OUTPUT_FORMAT=1 # Name of the file containing receiver set RECEIVER_FILE_NAME = Receiver.txt # Number of user in the Receiver Set.(These users only receive call) NUMBER_RECEIVERS = 1000 # Percentage of overlapping of users between Caller Set and Receiver Set. CALLERS_RECEIVERS_SET_OVERLAPPING_PERCENTAGE = 0.1 #========PARAMETER FOR DEFINING TRAFFIC GENERATION WINDOW========== # Observation time (in weeks). OBSERVATION_TIME = 1 # Starting day of observation. # The value ranges from 0 and 6. START_OBSERVATION_DAY = 0 # Starting time of observation. # The value ranges from 0 to 23 START_OBSERVATION_HOUR = 0