Bug #4070
Cellular Network Infrastructure - Bug #4069: Implement IPA PING/PONG mechanism everywhere
Implement IPA PING/PONG mechanism on RSL and OML
80%
Description
Let's make sure the RSL and OML links use the IPA PING/PONG mechanism to the BTSs and disconnect if no PONG is received. the interval and timeout should ideally be user(vty)-configurable. It might be that the actual code has to reside in libosmo-abis, not in OsmoBSC itself. Keep in mind that classic E1 BTSs don't have IPA or TCP.
History
#1 Updated by laforge over 1 year ago
- Related to Bug #4069: Implement IPA PING/PONG mechanism everywhere added
#2 Updated by laforge over 1 year ago
- Parent task set to #4069
#3 Updated by laforge about 1 year ago
- Assignee deleted (
Hoernchen)
#5 Updated by osmith 12 months ago
- % Done changed from 0 to 40
@Hoernchen already submitted a patch here: https://gerrit.osmocom.org/c/libosmo-abis/+/14743/
I've fixed what was mentioned in the review and tested it. ping/pong shows up properly in wireshark, however, when disconnecting the BTS, it segfaults.
Tested with this config in osmo-bsc.cfg (with short timeout and interval on purpose):
e1_input e1_line 0 ipakeepalive 1 2
I'll look more into it, and also look into TTCN-3 testing.