pespin has uploaded this change for review.
tbf.h: Fix wrong type declaration of field dl_ass_fsm
The typo was harmless since as of now the two structs where identical.
Change-Id: Ibbc59a0584ee0cd83de0e04eebdcca2aebe3e970
---
M src/tbf.h
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/53/36553/1
diff --git a/src/tbf.h b/src/tbf.h
index 97f5562..4170ca1 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -245,7 +245,7 @@
struct rate_ctr_group *m_ctrs;
struct osmo_fsm_inst *state_fi;
struct tbf_ul_ass_fsm_ctx ul_ass_fsm;
- struct tbf_ul_ass_fsm_ctx dl_ass_fsm;
+ struct tbf_dl_ass_fsm_ctx dl_ass_fsm;
struct llist_item m_ms_list;
struct llist_item m_trx_list;
To view, visit change 36553. To unsubscribe, or for help writing mail filters, visit settings.