Commit Graph

5 Commits

Author SHA1 Message Date
Harald Welte 120fe5d313 fr: Use dumpcap instead lf tcpdump to capture hdlc net-devices
Like GBProxy_Tests, we need to use dumpcap instead of tcpdump.

Change-Id: I36d5524b11e10ac687c65345aedc4a99e7fda8d8
2021-02-04 15:57:33 +01:00
Harald Welte 586a95b4e4 fr: Don't write TIMEROP_START to ConsoleLog
There is quite a number of them, as we start 100 UE components
plus associated structure underneath.  Let's avoid spamming the console.

Change-Id: I6621ac6094de310e974ce0438d01fca868719eb1
2021-02-04 14:58:22 +01:00
Harald Welte 920c7c45ec fr + gbproxy: Start to use AF_PACKET ENOBUFS work-around
If send() on AF_PACKET returns ENOBUFS, usleep for 2ms and re-try
until it succeeds.

Change-Id: Id7bdd2c690eae3bec1df7634944cd73f0bf0b29a
Closes: OS#5343
2021-01-30 14:08:16 +00:00
Harald Welte 088df5769d FR/FRNET: Reduce console log verbosity
When doing load simulatin, the amount of console printing becomes a
serious throttle factor.  We don't need to see the decode of every
message.

Change-Id: Ic988d1e1d60c9d03d5b70e9b38f109b47569b89e
2020-11-12 20:56:50 +00:00
Harald Welte 023b61b2cb FR/FRNET: add Frame Relay emulation
Add frame relay testcase for BSS and SGSN side.
The test cases require hdlc interfaces (based on
dadhi with super channels and no lmi).

Change-Id: I95d64dc26a8d2ff02d6cf2bfcd22a97e5481f957
2020-10-16 04:06:39 +02:00