- 26 Jul, 2015 2 commits
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7744 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7743 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 24 Jul, 2015 1 commit
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7742 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 23 Jul, 2015 2 commits
-
-
navid authored
* update the runtime and deadline calcualtion * fix the isse with LIB_NAS_UE * add additional testcases and fix the issues with autotest git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7736 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
navid authored
* update the device common interface for eNB/UE (common_lib.h) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7724 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 22 Jul, 2015 1 commit
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7721 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 Jul, 2015 8 commits
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7720 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7719 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7718 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7717 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7716 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7715 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
fixed some SIB display messages in rrc_UE.c. Scheduling policy and priorities in lte-ue.c for SCHED_FIFO operation (with USRP B210). git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7714 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7713 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 20 Jul, 2015 1 commit
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7711 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 17 Jul, 2015 1 commit
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7710 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 16 Jul, 2015 3 commits
-
-
navid authored
* update ethernet library and common lib * update runtime values of the lte-softmodem tx and rx threads based on an empirical model git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7709 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7708 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7707 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 15 Jul, 2015 3 commits
-
-
kaltenbe authored
adding a new option --noS1 to build_script that will now either compile the softmodem or oaisim with or without the S1 interface (instead of doing both of them) also for the noS1 target the options -w -x -V -r are now passed from the build script to the CMakeList.txt file and does not need to be set manually anymore fixed a bug for the EXMIMO tools build git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7706 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
roux authored
extension version groups present in the RRC release 10 ASN.1 file (extensions between [[ and ]]). Basically we do a syntactic replacement at compile time. [[ becomes '<name> SEQUENCE {' ]] becomes '} OPTIONAL' <name> is 'ext<N>' where N is a number increasing at each new extension group in a given definition. The UPER encoding for the two syntaxes is identical (as far as y understanding of the specifications goes). The XER encoding is different, due to the new 'ext<N>' name. Other encodings may be different. The real solution is to fix the ASN.1 compiler. This is not a simple task. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7705 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
roux authored
Basically when skiping an unknown extension, asn1c did read 24 bits per 24 bits and later on failed if the remaining bits (up to 23) were superior to 8. The patch reads 1 bit per 1 bit. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7704 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 13 Jul, 2015 4 commits
-
-
roux authored
acquired, lte-softmodem will never finish properly. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7703 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
Added bugfixes for PDCCH (not all). New --ue-dump--frame and --loop-memory option for lte-softmodem. Updates in PMCH/MCH transmission which were forgotten in recent DLSCH/PDSCH changes. mbmssim works again. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7702 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7701 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
Added bugfixes for PDCCH (not all). New --ue-dump--frame and --loop-memory option for lte-softmodem. Updates in PMCH/MCH transmission which were forgotten in recent DLSCH/PDSCH changes. mbmssim works again. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7700 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Jul, 2015 1 commit
-
-
navid authored
* Add RLC stats to openair2_proc * fix the autotests failure * some other cleanup git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7699 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 08 Jul, 2015 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7698 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 07 Jul, 2015 6 commits
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7697 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7696 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7695 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7694 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7693 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7692 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 03 Jul, 2015 2 commits
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7686 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7685 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 02 Jul, 2015 4 commits
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7683 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7682 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
roux authored
RRCConnectionReestablishmentRequest so that the UE disconnects a bit more properly. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7681 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7680 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-