From d8b9e552dba6e7b6e92baa65730f673385c8cc46 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 6 Nov 2020 08:58:47 +0100 Subject: [PATCH] fix build against recent libosmo-abis (typo fixes) libosmo-abis Change-Id Ifb22b5544cf06012fa529828dfdf3f0d73b07e7d fixed spelling from existant -> existent, which breaks some of the tests here. Making this change catches up, but will of course fail when older libosmo-abis versions are used. Given the niche nature of osmo-e1-recorder, I think it's not worth investing time into that. Change-Id: Ib7430bf940dea33df79abe01baae670f188ff82e --- tests/test_nodes.vty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty index ec52843..651079c 100644 --- a/tests/test_nodes.vty +++ b/tests/test_nodes.vty @@ -1,8 +1,8 @@ osmo-e1-recorder> show e1_line E1 Line Number 0, Name , Driver dahdi -DAHDI Span 1 non-existant +DAHDI Span 1 non-existent E1 Line Number 1, Name , Driver dahdi -DAHDI Span 2 non-existant +DAHDI Span 2 non-existent osmo-e1-recorder> show e1_timeslot E1 Timeslot 1 of Line 0 is Type RAW E1 Timeslot 2 of Line 0 is Type RAW