Commit cc7bd852 authored by Cedric Roux's avatar Cedric Roux

tpc field is signed

parent 1e4b03c2
...@@ -134,7 +134,7 @@ struct DlDciListElement_s ...@@ -134,7 +134,7 @@ struct DlDciListElement_s
{ {
ONE, ONE_A, ONE_B, ONE_C, ONE_D, TWO, TWO_A, TWO_B ONE, ONE_A, ONE_B, ONE_C, ONE_D, TWO, TWO_A, TWO_B
} format; } format;
uint8_t tpc; int8_t tpc;
uint8_t harqProcess; uint8_t harqProcess;
uint8_t dai; uint8_t dai;
enum VrbFormat_e enum VrbFormat_e
...@@ -321,7 +321,7 @@ struct UlInfoListElement_s ...@@ -321,7 +321,7 @@ struct UlInfoListElement_s
{ {
Ok, NotOk, NotValid Ok, NotOk, NotValid
} receptionStatus; } receptionStatus;
uint8_t tpc; int8_t tpc;
uint8_t servCellIndex; //definition according to 36.331 'ServCellIndex' uint8_t servCellIndex; //definition according to 36.331 'ServCellIndex'
}; };
......
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