From bb1dd0f4cf736cb3540fef1cfc841220de395b92 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Fri, 16 Oct 2020 12:31:03 +0200 Subject: [PATCH] gnb_interface: remove FIXME --- lib/include/srslte/interfaces/gnb_interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srslte/interfaces/gnb_interfaces.h b/lib/include/srslte/interfaces/gnb_interfaces.h index ed795a8b6..5e880ddd9 100644 --- a/lib/include/srslte/interfaces/gnb_interfaces.h +++ b/lib/include/srslte/interfaces/gnb_interfaces.h @@ -180,7 +180,7 @@ public: const static int MAX_DL_GRANTS = 4; typedef struct { - // FIXME: not including NR related fields yet + // TODO: include NR related fields } dl_sched_grant_t; typedef struct {