try to fix CUDA, and fix infinite loop in nr UE uplink data collect

This commit is contained in:
Laurent THOMAS
2021-08-05 17:31:31 +02:00
parent 7e158447bb
commit b7857a505e
10 changed files with 71 additions and 99 deletions

View File

@@ -43,7 +43,7 @@ extern uint16_t NB_UE_INST;
{"amf", "USIM amf\n", 0, strptr:&(uicc->amfStr), defstrval:"8000", TYPE_STRING, 0 },\
{"sqn", "USIM sqn\n", 0, strptr:&(uicc->sqnStr), defstrval:"000000", TYPE_STRING, 0 },\
{"dnn", "UE dnn (apn)\n", 0, strptr:&(uicc->dnnStr), defstrval:"oai", TYPE_STRING, 0 },\
{"nssai_st", "UE nssai\n", 0, iptr:&(uicc->nssai_st), defintval:1, TYPE_INT, 0 }, \
{"nssai_sst", "UE nssai\n", 0, iptr:&(uicc->nssai_sst), defintval:1, TYPE_INT, 0 }, \
{"nssai_sd", "UE nssai\n", 0, iptr:&(uicc->nssai_sd), defintval:1, TYPE_INT, 0 }, \
};

View File

@@ -50,7 +50,7 @@ typedef struct {
char *amfStr;
char *sqnStr;
char *dnnStr;
int nssai_st;
int nssai_sst;
int nssai_sd;
uint8_t key[16];
uint8_t opc[16];