aboutsummaryrefslogtreecommitdiffstats
path: root/lapdm
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-30 15:44:05 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-30 15:44:05 +0200
commit32658b31c958caaaae806d05e4c57d5fe6d733c8 (patch)
tree622a272008eb4f0f19be1dd08550f4421eafd512 /lapdm
parentc97c09858b9998aa199c2c3bb4679ef0adc3d721 (diff)
lapdm: fix comment 'thinko' about which type of message is retransmitted
Diffstat (limited to 'lapdm')
-rw-r--r--lapdm/L1CTL_Test.ttcn2
1 files changed, 1 insertions, 1 deletions
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();