mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Set default min_bps in l3cxprofile in order to make it easier to use in command line.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -21,8 +21,8 @@ class L3CXProfile(LFCliBase): | |||||||
|                  lfclient_host, |                  lfclient_host, | ||||||
|                  lfclient_port, |                  lfclient_port, | ||||||
|                  local_realm, |                  local_realm, | ||||||
|                  side_a_min_bps=None, |                  side_a_min_bps=256000, | ||||||
|                  side_b_min_bps=None, |                  side_b_min_bps=256000, | ||||||
|                  side_a_max_bps=0, |                  side_a_max_bps=0, | ||||||
|                  side_b_max_bps=0, |                  side_b_max_bps=0, | ||||||
|                  side_a_min_pdu=-1, |                  side_a_min_pdu=-1, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham