open-nFAPI icon indicating copy to clipboard operation
open-nFAPI copied to clipboard

Questions about parameters in nfapi_interface.h

Open w840922 opened this issue 7 years ago • 0 comments

There are two questions about parameter's type in nfapi_interface.h. 1.The PDU index in the Table 4-45 NPDCCH PDU Release 13 parameters. I found it use int16_t but in spec it was be defined as uint16_t like the figure shows , can you explain it? ndlsch spec ndlsch code

2.The Scrambling sequence initialization Cinit inTable 4-103 NULSCH PDU Release 13 parameters. It use uint16_t but in spec it was be defined as uint8_t like the figure shows , can you explain it? nulsch spec nulsch code

w840922 avatar Oct 18 '18 10:10 w840922