Commit 6e789bc2 authored by francescomani's avatar francescomani

update NFAPI_MAX_NUM_UL_PDU according to SCF specifications

parent 0cacf29d
......@@ -24,7 +24,7 @@
#include "PHY/impl_defs_nr.h"
#define NFAPI_UE_MAX_NUM_CB 8
#define NFAPI_MAX_NUM_UL_PDU 8
#define NFAPI_MAX_NUM_UL_PDU 255
/*
typedef unsigned int uint32_t;
......
......@@ -19,7 +19,7 @@
#define NFAPI_NR_MAX_NB_SEARCH_SPACES 40
#define NFAPI_MAX_NUM_UL_UE_PER_GROUP 6
#define NFAPI_MAX_NUM_UL_PDU 8
#define NFAPI_MAX_NUM_UL_PDU 255
#define NFAPI_MAX_NUM_UCI_INDICATION 8
#define NFAPI_MAX_NUM_GROUPS 8
#define NFAPI_MAX_NUM_CB 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment