Commit b7fd875b authored by Raymond Knopp's avatar Raymond Knopp

fix MTU to 1500 for UDP IF4p5

parent 671aa4e1
......@@ -117,6 +117,8 @@ int trx_eth_start(openair0_device *device) {
/* adjust MTU wrt number of samples per packet */
//if(ethernet_tune (device,MTU_SIZE,UDP_IF4p5_PRACH_SIZE_BYTES)!=0) return -1;
if(ethernet_tune (device,MTU_SIZE,1500)!=0) return -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment