From 08523c2286dfe27402f8e2eb4b98da5a529c7915 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 1 Feb 2023 19:51:20 +0100 Subject: [PATCH] rlc.h: Fix typo in param name The function definition in rlc.cpp already uses the correct param name. Change-Id: Ifd55fca3c04b72cef3a8f27d6826bc8529e85ec7 --- src/rlc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlc.h b/src/rlc.h index 73a537ff..a9d5d0b0 100644 --- a/src/rlc.h +++ b/src/rlc.h @@ -313,7 +313,7 @@ struct gprs_rlc_dl_window: public gprs_rlc_window { uint16_t first_bsn, uint16_t *lost, uint16_t *received); int move_window(); - void show_state(char *show_rbb); + void show_state(char *show_v_b); int count_unacked(); uint16_t m_v_s; /* send state */