{
	"PKTGEN" : 
	{
		"IP" 			: "172.16.27.51",  				The IP Address of PKTGEN App, where it receives control messages from Test Engine
		"Port"			: 9359,							The TCP Port of PKTGEN App, where it receives control messages from Test Engine
		"MaxFlows" 		: 1500,							Currently Not Using
		"DelayPacket" 	: 0,							Sleeps generation process in seconds, Max 5 Seconds 
		"DebugPacket" 	: 0,							Writes Packet info info APP log file 
		"LogUEStats"  	: 60,							Writes Packet info info PERFORMANCE  log file
		"PPSPC"  		: 0,							If Configured Sends No Of Packets Per Second, If 0 then Sends Maximum Packets
		"PayloadLen"	: 500,							Payload Length in generated packet
		"PCAPTrace" 	: 100,							Allowed values 1,6,100, creates PCAP file for generated traffic
		"SSS" 			: 20							Send Side Scaling, for generated GTP Packet src-ip address will be incremented with core-id
	},
	"NIC" : 											The NIC Card which used to send/receive generated user traffic data
	{
		"BusId" 			: "0000:01:00.0",			The BusId of NIC Card
		"IPv4"  			: "172.16.37.51",			The IPv4 Address of NIC Card
		"IfName" 			: "eth1",					The Interface/ifName Name of NIC Card
		"Driver"			: "vfio",					The Driver used for NIC Card supports vfio,uio_pci_generic
		"Drivers_Info"		: "vfio,uio_pci_generic",
		"MTU"				: 1500,						The Maximum MTU Size for generated packet size
		"RecvCoreCount"		: 20,						Minimum 1 Core, Maximum 20 Cores
		"DestIP"			: "172.16.37.58",			DestIP, where traffic will be terminated, UPF-Access IP
		"DestIP_ISP"		: "172.16.37.59",
		"AttachDriver"		: 0							Attached NIC Cards o DPDK Driver
	},
	"DPDK" : 
	{
		"SetupEnviroment"	: 1,									
		"UserTools" 		: "./dpdk-stable-24.11.1/usertools/"	Path of usertools script path
	},
	"MempoolSize_2PowerOf" 	: 16,									The MempoolSize to allocate for DPDK process
	"ReceivePacketCount" 	: 512,									No Of Packets to receive
	"CapturePacketOnStart"	: 0,
	"LogFolder"				: "./logs/",							Log Folder Path
	"PauseControlFile"		: "./ps.json",							File Name to pause load, 1 - pause, 0 - resume
	"PktGenType"			: 1										1 - GTP Encapsulated Packet, 2 Gi Packet
}





