Commit b9fd7fb6 authored by Cedric Roux's avatar Cedric Roux

bugfix

parent 86f6c372
...@@ -201,7 +201,7 @@ printf("MAC CONFIG lcid %d group %d\n", (int)logicalChannelIdentity, (int)*logic ...@@ -201,7 +201,7 @@ printf("MAC CONFIG lcid %d group %d\n", (int)logicalChannelIdentity, (int)*logic
lc.nr_vendorSpecificList = 0; lc.nr_vendorSpecificList = 0;
lc.vendorSpecificList = NULL; lc.vendorSpecificList = NULL;
lcs.logicalChannelIdentity = 1; lcs.logicalChannelIdentity = logicalChannelIdentity;
lcs.logicalChannelGroup = *logicalChannelConfig->ul_SpecificParameters->logicalChannelGroup; lcs.logicalChannelGroup = *logicalChannelConfig->ul_SpecificParameters->logicalChannelGroup;
lcs.direction = DIR_BOTH; /* TODO: not necessarily */ lcs.direction = DIR_BOTH; /* TODO: not necessarily */
lcs.qosBearerType = QBT_NON_GBR; /* TODO: not necessarily */ lcs.qosBearerType = QBT_NON_GBR; /* TODO: not necessarily */
......
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