rlc.h: Fix typo in param name

The function definition in rlc.cpp already uses the correct param name.

Change-Id: Ifd55fca3c04b72cef3a8f27d6826bc8529e85ec7
This commit is contained in:
Pau Espin 2023-02-01 19:51:20 +01:00
parent 8b571ee2e7
commit 08523c2286
1 changed files with 1 additions and 1 deletions

View File

@ -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 */