summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-16FrameRelay_Emulation: Fix network side emulationHEADmasterHarald Welte1-4/+31
2021-02-04FrameRelay_Emulation: Use Rx SeqNR == 0 to force link downHarald Welte1-1/+10
2021-02-03FrameRelay_Emulation: Stop T392 if service failing conditionHarald Welte1-0/+1
2021-01-29add module parameter "sleep_on_enobufs" to work around -ENOBUFSHarald Welte2-5/+17
2020-12-10guard against race between socket(AF_PACKET) and bind()Harald Welte1-1/+10
2020-11-18AF_PACKET_PT.cc: Remove superfluous #include to osmocom/core/utils.h0.1Harald Welte1-2/+0
2020-09-14FrameRelay_Emulation: Add convenience template for PvcStatusHarald Welte1-0/+10
2020-09-14FrameRelay_Emulation: Fix receiving FR from client/userHarald Welte1-2/+2
2020-09-14FrameRelay_Emulation: Fix register/unregister (missing reply)Harald Welte1-0/+2
2020-09-14FrameRelay_Emulation: Fix detection of serivce-affecting conditionHarald Welte1-14/+17
2020-09-13FrameRelay_Emulation: Don't increment tx sequence number twiceHarald Welte1-1/+1
2020-09-13FrameRelay_Emulation: Make T391 + T392 configurableHarald Welte1-6/+10
2020-09-13notify clients of Q.933 reported state changesHarald Welte1-5/+65
2020-09-13Various fixes discovered while actually using FrameRelay_EmulationHarald Welte2-4/+10
2020-09-11FrameRelay EmulationHarald Welte1-0/+389
2020-09-11Add Q931_Types + Q933_Tyeps with definitions from ITU-T Q.931 + Q.933Harald Welte2-0/+280
2020-09-11Add FrameRelay_CodecPort on top of AF_PACKET_PortHarald Welte2-0/+134
2020-09-11add .gitgnoreHarald Welte1-0/+3
2020-09-09initial check-in of new Linux AF_PACKET test portHarald Welte4-0/+290