- Dec 23, 2018
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Dec 19, 2018
-
-
rdoost authored
-
- Dec 13, 2018
-
-
Thomas Laurent authored
-
- Dec 12, 2018
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Dec 05, 2018
-
-
Signed-off-by:
Rahman Doost <doost@rice.edu>
-
- Nov 21, 2018
-
-
knopp authored
adds a mac_MainConfig information element to RRCConnectionSetup. This is to configure PHR reporting during the first part of the Attach procedure.
-
- Nov 05, 2018
-
-
frtabu authored
Add a parameter to load_configmodule API to allow an exec to specify that it may be run with only command line options
-
- Nov 02, 2018
-
-
frtabu authored
fix bad build_oai directive to compile libconfig for phy-simulators, fix load_configmodule crash because config source not set.
-
frtabu authored
abort execution when an unknown option is passed via the command line: add config_check_cmdlineopt API to config module, create lte-softmodem-common.c source to remove duplicate code in lte-softmodem.c and lte-uesoftmodem.c, fix segfaults in exec_function of lte-uesoftmodem
-
Florian Kaltenberger authored
-
- Oct 25, 2018
-
-
Bi-Ruei, Chiu authored
Fix the problem that duplicate type names exist in OPEN TYPE. The following excerpt of ASN.1 of X2AP is one example. HandoverRequestAcknowledge-IEs X2AP-PROTOCOL-IES ::= { { ID id-Old-eNB-UE-X2AP-ID CRITICALITY ignore TYPE UE-X2AP-ID PRESENCE mandatory}| { ID id-New-eNB-UE-X2AP-ID CRITICALITY ignore TYPE UE-X2AP-ID PRESENCE mandatory}| ... }
-
- Oct 17, 2018
-
-
Bi-Ruei, Chiu authored
1. Modify all expressions using original LTE-RRC data types for new generated ones 2. Does not change any program logic
-
- Oct 15, 2018
-
-
Thomas Laurent authored
-
- Oct 12, 2018
-
-
Thomas Laurent authored
-
- Oct 11, 2018
-
-
Florian Kaltenberger authored
this is the one that also works with the n310
-
- Oct 09, 2018
-
-
Bi-Ruei, Chiu authored
1. Fix the problem of compiling NR_RangeToBestCell.c of NR-RRC 15.3.0 2. Fix the problem that default OCTET/BIT STRING value not used in APER 3. Add support of extension group inside CHOICE type used in LTE-RRC 15.3.0 4. Fix the problem that NGAP 15.0.0 ASN.1 can not generate C files
-
- Oct 03, 2018
-
-
Thomas Laurent authored
-
- Sep 28, 2018
-
-
Robert Schmidt authored
-
- Sep 27, 2018
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Sep 21, 2018
-
-
Konstantinos Alexandris authored
-
- Sep 06, 2018
-
-
Konstantinos Alexandris authored
SCTP: one to many sockets implementation
-
- Sep 03, 2018
-
-
Robert Schmidt authored
- until now, on every iteration, the scheduler checked for changed parameter (and verified some) - this functionality moves to the FlexRAN Agent, which verifies all parameters * individually, e.g. Max MCS <= 28 for DL * group-based, e.g. the sum of slice percentages is <= 100 - slice configuration changes are only applied if all verifications pass - it is assumed in the scheduler, that configuration passed from outside is correct and can be used "as-is" fix accounting setting
-
- Aug 31, 2018
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Aug 24, 2018
- Aug 23, 2018
-
-
Konstantinos Alexandris authored
The configuration file has now to contain ENB_IPV4_ADDRESS_FOR_X2C and ENB_PORT_FOR_X2C in the NETWORK_INTERFACES section. For example: NETWORK_INTERFACES : { ENB_INTERFACE_NAME_FOR_S1_MME = "eth0"; ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.111/24"; ENB_INTERFACE_NAME_FOR_S1U = "eth0"; ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.111/24"; ENB_PORT_FOR_S1U = 2152; # Spec 2152 ENB_IPV4_ADDRESS_FOR_X2C = "192.168.12.111/24"; ENB_PORT_FOR_X2C = 36422; # Spec 36422 };
-
- Aug 22, 2018
-
-
Konstantinos Alexandris authored
-
- Aug 17, 2018
-
-
Cédric Roux authored
This commit removes the warning: make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Basically, inside a Makefile we should use $(MAKE) instead of make.
-
Cédric Roux authored
Since VCD has now to go through the T tracer, we enforce the consistency of data found in common/utils/LOG/vcd_signal_dumper.[ch] with data found in common/utils/T/T_messages.txt. We might get completely rid of common/utils/LOG/vcd_signal_dumper.[ch] at some point. For the moment, let's keep it. This commit adds the program common/utils/T/check_vcd.c and necessary modifications to enforce its use at compilation time. If you modify common/utils/LOG/vcd_signal_dumper.[ch] but do not update common/utils/T/T_messages.txt an error will pop up when you compile the software. You have to keep both modules synchronized.
-
- Aug 16, 2018
-
-
Bi-Ruei, Chiu authored
-
- Aug 09, 2018
-
-
Thomas Laurent authored
-
- Aug 06, 2018
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Aug 03, 2018
-
-
Thomas Laurent authored
-
- Aug 01, 2018
-
-
Cédric Roux authored
- install package 'vim-common' to have 'xxd' needed by the compilation process of the T tracer - change the way xxd is called so that no file is created in case of error
-
- Jul 31, 2018
-
-
Elena Lukashova authored
otherwise T_IDs.h was not generated. 2.Adding extra files to the PHY_MEX library.
-