pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/31154 )
Change subject: rlc.h: Fix typo in param name
......................................................................
rlc.h: Fix typo in param name
The function definition in rlc.cpp already uses the correct param name.
Change-Id: Ifd55fca3c04b72cef3a8f27d6826bc8529e85ec7
---
M src/rlc.h
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/54/31154/1
diff --git a/src/rlc.h b/src/rlc.h
index 73a537f..a9d5d0b 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -313,7 +313,7 @@
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 */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/31154
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ifd55fca3c04b72cef3a8f27d6826bc8529e85ec7
Gerrit-Change-Number: 31154
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange