pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/30214 )
Change subject: cosmetic: tbf_fsm.h: Fix whitespace ......................................................................
cosmetic: tbf_fsm.h: Fix whitespace
Change-Id: Ica93494c386a006587deff08e9add6174cc42f70 --- M src/tbf_fsm.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/14/30214/1
diff --git a/src/tbf_fsm.h b/src/tbf_fsm.h index 0acd4e5..60f7849 100644 --- a/src/tbf_fsm.h +++ b/src/tbf_fsm.h @@ -41,7 +41,7 @@ };
enum tbf_fsm_states { - TBF_ST_NEW = 0, /* new created TBF */ + TBF_ST_NEW = 0, /* new created TBF */ TBF_ST_ASSIGN, /* wait for downlink assignment */ TBF_ST_FLOW, /* RLC/MAC flow, resource needed */ TBF_ST_FINISHED, /* flow finished, wait for release */