Skip to content

use netlink instead of executing system commands

Wataru Ishida requested to merge wataru/openairinterface5g:dev into develop

Using netlink is more efficient than executing system commands. Also ifconfig is deprecated. It is better not to use it.

Merge request reports