- 08 Nov, 2018 14 commits
-
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
frtabu authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 07 Nov, 2018 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 05 Nov, 2018 3 commits
-
-
Raphael Defosseux authored
-- in slave job, the lock is now properly done for the whole job -- in master job, all slave jobs are really sent in parallel they should now now appear as failed (if fails) Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
cherry-picked from 5d4cde09Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
--- cherry-picked from develop-nr (d354eded) Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 02 Nov, 2018 9 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
Merge remote-tracking branch 'origin/update-asn1c-0a7524184f16e7093990a31d8d4db487a16e5782' into develop_integration_2018_w44
-
Cedric Roux authored
-
Cedric Roux authored
Merge remote-tracking branch 'origin/T-tracer-macpdu2wireshark_w43' into develop_integration_2018_w44
-
Cedric Roux authored
-
Cedric Roux authored
Merge remote-tracking branch 'origin/develop-adding-prefix-to-LTE-RRC' into develop_integration_2018_w44
-
Cedric Roux authored
Merge remote-tracking branch 'origin/359-dlsim-performance-counters' into develop_integration_2018_w44
-
Cedric Roux authored
-
Cedric Roux authored
-
- 31 Oct, 2018 1 commit
-
-
Cedric Roux authored
'raw time' is the tv_sec element in the struct tm as returned by 'localtime'. This can be useful to extract events from a dump based on their time.
-
- 30 Oct, 2018 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 25 Oct, 2018 1 commit
-
-
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}| ... }
-
- 23 Oct, 2018 6 commits
-
-
Cedric Roux authored
This leads to some logs missing in some situations. Plus it's not user-friendly.
-
Cedric Roux authored
If you run 'make' in common/utils/T/tracer just after a clone of the repository then the compilation will fail because the file ../T_IDs.h was not generated. Let's add a simple dependency to fix this.
-
Cedric Roux authored
It is to ease the life of people wanting to record traces to be consumed later on by wireshark. You just run: ./record -d ../T_messages.txt -o /tmp/record.raw -on WIRESHARK and you're good.
-
Cedric Roux authored
- factorize - harmonize - simplify
-
Cedric Roux authored
-
Cedric Roux authored
Only schedule_SI is done, not schedule_SIB1_BR and not schedule_SI_BR.
-
- 22 Oct, 2018 1 commit
-
-
Cedric Roux authored
The tracer macpdu2wireshark can send MIBs to wireshark. This can be disabled by passing the new -no-mib option. openair1/SCHED/phy_procedures_lte_eNb.c has been modified to have a new T trace with the MIB.
-
- 19 Oct, 2018 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 18 Oct, 2018 2 commits
-
-
Raphael Defosseux authored
-- Note that max line length is 200 (maximum allowed by tool) -- Pre-commit hook tested and uses the same option file as CI Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Cedric Roux authored
The symptom: when two UEs do uplink traffic at the same time, the eNB fails to decode data sometimes. This has been seen with FDD and 50 RBs. This generates a cascade of other problems leading to disconnection/reconnection events seen in the log. The problem: there are probably many, but one obvious bug was found while analyzing some logs. Scheduling in the same TTI one UE's uplink traffic and random access (msg3) was done in the same RB. This commit fixes this simple case. It is probably not the end of the story. This is a hotfix, that does not change the code much. We need to use vrb_map_UL properly all over the places. Today is not used, but this is the way to go (most probably).
-