From 32658b31c958caaaae806d05e4c57d5fe6d733c8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 30 May 2019 15:44:05 +0200 Subject: lapdm: fix comment 'thinko' about which type of message is retransmitted Change-Id: I6585fc9f7e5e9fb57fe65372d0a14d68a939b73a --- lapdm/L1CTL_Test.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lapdm') diff --git a/lapdm/L1CTL_Test.ttcn b/lapdm/L1CTL_Test.ttcn index 0e1a9b46..28bf25c7 100644 --- a/lapdm/L1CTL_Test.ttcn +++ b/lapdm/L1CTL_Test.ttcn @@ -195,7 +195,7 @@ module L1CTL_Test { } /* we test that a re-transmitted SABM with identical payload will result in the retransmission of a - * SABM. This is required during the contention resolution procedure as specified in 8.4.1.4 */ + * UA. This is required during the contention resolution procedure as specified in 8.4.1.4 */ testcase TC_sabm_retransmit() runs on dummy_CT { const octetstring payload := '00FEFEDEADBEEF'O; f_init(); -- cgit v1.2.3