An error occurred fetching the project authors.
- 25 Nov, 2013 3 commits
-
-
winckel authored
Corrected instance number and origin task in some GENERIC_LOG messages. - git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4518 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Fixed a build issue in "oaisim.c". Replaced asn1 struct in ITTI debug message by "xer_sprint" formatted text. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4517 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Change log level of ITTI message receiption. Replace failure message by S1AP_NAS_NON_DELIVERY_IND when processing S1AP_DOWNLINK_NAS. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4510 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 24 Nov, 2013 1 commit
-
-
Cedric Roux authored
- Renamed msg structure in ITTI to ittiMsg to avoid confusions when parsing XML file if multiple structure "msg" are defined - Fix build issue of EPC - Enable event fd for EPC instead of pthread_cond - Added some new S1AP messages defintions git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4506 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 22 Nov, 2013 1 commit
-
-
winckel authored
Moved some direct printf into logging system. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4491 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 Nov, 2013 1 commit
-
-
winckel authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4481 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 19 Nov, 2013 1 commit
-
-
winckel authored
- Reorganized ITTI messages definition by groups (MAC, PDCP and RRC). - Added support for some NAS / S1AP messages. S1AP: - Corrected MME selection in handle NAS first request. - Modified some messages definition. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4429 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 18 Nov, 2013 1 commit
-
-
winckel authored
Fixed some warnings. pre-ci ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4424 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 15 Nov, 2013 2 commits
-
-
Cedric Roux authored
* Possibilty to dump formatted strings directly to the analyzer - Updated itti_analyzer accordingly git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4413 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Corrected "get_next_UE_index" and "rrc_remove_UE". Started communication between RRC eNB and S1ap. Changed some S1ap structure definitions. Fixed warnings. pre-ci ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4410 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 12 Nov, 2013 2 commits
-
-
winckel authored
Modified use of instance in ITTI messages to have a coherent use of it. It always refers to the same unit (eNB or UE) in all tasks or sub-tasks. This will allow filtering on instance number in itti_analyser. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4371 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Modified SystemInformation-r8-IEs ASN1 definition to fix issue with GCC and GCCXML. pre-ci ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4365 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 30 Oct, 2013 3 commits
-
-
Navid Nikaein authored
* fix a bug in BSR computation * add a python script to launch meld if the diff3 in subvsersion/config file is set to the targets/SCRIPTS/svn-merge-meld.py * pre-ci passed (100%) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4309 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Integrated SDU buffer into MAX xCCH messages with a fixed size. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4302 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Created "RRC_MAC_BCCH_DATA_REQ" message. Separated L2L1 sub task by eNB/UE to separate messages handling in PDCP and MAC. Added ITTI messages poll in MAC sub tasks. pre-ci ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4300 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 29 Oct, 2013 3 commits
-
-
winckel authored
Added case for message RRC_UE_EUTRA_CAPABILITY to avoid error message. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4297 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Moved RRC UE code into "rrc_UE.c". Fixed some warnings. pre-ci ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4296 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Removed RRC_MAC_SYNC_IND that is not used anymore. Added ITTI messages reception in PDCP (in pdcp_run). Added pdcp_rrc_data_req in l2 interface. Fixed warning. pre-ci ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4290 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Sep, 2013 1 commit
-
-
Navid Nikaein authored
* update the L2 interface * update eMBMS MAC/PHY to support more than one MBSFN sync area * update OTG to support different multicast traffic for eMBMS * pre-ci test passed (100%) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4170 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 19 Sep, 2013 1 commit
-
-
Cedric Roux authored
- Fix uint64_t formatting in openair_proc.c - Removed duplicate call to pdcp_fifo_read_input_sdus pre-ci tests passed git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4158 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 17 Sep, 2013 1 commit
-
-
Navid Nikaein authored
* Fix the non-continous indexing of the PDCP array (replace rb_id by lc_id) * Add a new test case 03 for Rel10 and eMBMS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4149 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 13 Sep, 2013 1 commit
-
-
nguyennd authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4148 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 11 Sep, 2013 1 commit
-
-
Navid Nikaein authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4146 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 26 Aug, 2013 1 commit
-
-
Cedric Roux authored
[pre-ci tests passed for 32/64 bits platforms] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4102 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 25 Jun, 2013 1 commit
-
-
Cedric Roux authored
Pre-ci test passed git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4000 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-