1. 08 Nov, 2018 21 commits
  2. 07 Nov, 2018 1 commit
  3. 05 Nov, 2018 3 commits
  4. 02 Nov, 2018 9 commits
  5. 31 Oct, 2018 1 commit
  6. 30 Oct, 2018 1 commit
  7. 25 Oct, 2018 1 commit
    • Bi-Ruei, Chiu's avatar
      Update asn1c to commit 0a7524184f16e7093990a31d8d4db487a16e5782 · 342972c2
      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}|
          ...
        }
      342972c2
  8. 23 Oct, 2018 3 commits
    • Cedric Roux's avatar
      T: minor: don't abort() in textlog.c · f6f6570d
      Cedric Roux authored
      This leads to some logs missing in some situations.
      Plus it's not user-friendly.
      f6f6570d
    • Cedric Roux's avatar
      T: fix compilation of tracers · 387b4ff2
      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.
      387b4ff2
    • Cedric Roux's avatar
      T: T_messages.txt: create a new group 'WIRESHARK' · bbacffa7
      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.
      bbacffa7