Commit 59582986 authored by Luis Ariza's avatar Luis Ariza

uploading the last version

parent 2e3ea07d
...@@ -1259,7 +1259,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx, ...@@ -1259,7 +1259,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx,
} }
int random_channel(channel_desc_t *desc, uint8_t abstraction_flag) { int random_channel(channel_desc_t *desc, uint8_t abstraction_flag) {
double s; double s;
int i,k,l,aarx,aatx; int i,k,l,aarx,aatx;
struct complex anew[NB_ANTENNAS_TX*NB_ANTENNAS_RX],acorr[NB_ANTENNAS_TX*NB_ANTENNAS_RX]; struct complex anew[NB_ANTENNAS_TX*NB_ANTENNAS_RX],acorr[NB_ANTENNAS_TX*NB_ANTENNAS_RX];
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#ifdef USER_MODE #ifdef USER_MODE
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdin.h>
#include <math.h> #include <math.h>
#include <time.h> #include <time.h>
#endif #endif
......
...@@ -140,7 +140,7 @@ eNBs = ...@@ -140,7 +140,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
ipv6 = "192:168:30::17"; ipv6 = "192:168:3::17";
active = "yes"; active = "yes";
preference = "ipv4"; preference = "ipv4";
} }
......
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