magma / S1APTester

A test tool that simulates the s1aptest functionality of a LTE network
Other
54 stars 43 forks source link

fix: Fix to build s1sim application and traffic generator on aarch64 #86

Closed m-govind closed 2 years ago

m-govind commented 2 years ago

Signed-off-by: mgovind govindarajan.mohandoss@arm.com

Title

Enabling build in aarch64

Summary

This fix is essential to enable containerized S1AP test in Magma on aarch64. The Makefiles under TestCntlrApp and Trfgen are modified to enable aarch64 build. Also, missing packages like libpcap and libiperf are uploaded for aarch64.

Test plan

  1. On both x86 and aarch64: a. ~/Trfgen/build make clean & make b. ~/TestCntlrApp/build make cleanall & make
rsarwad commented 2 years ago

Hi @m-govind, changes looks good to me Could you update summary and test plan

m-govind commented 2 years ago

Hi @m-govind, changes looks good to me Could you update summary and test plan

Done