An error occurred fetching the project authors.
  1. 14 Sep, 2019 1 commit
    • Javier Morgade's avatar
      M2AP 3GPP TS 36.443 interface implemented: · ab04e0e4
      Javier Morgade authored
      	1.MCE (Multicast Control Entity) entity developed (new dedicated task developed: TASK_MCE_APP)
      	2.eNB side M2 interface procedures (new dedicated task developed: TASK_M2AP_ENB)
      	3.MCE side M2 interface procedures (new dedicated task developed: TASK_M2AP_MCE)
      	4.ASN1 bindings for m2ap-14.0.0.asn1 implemented and tested
      	5.MCE config parameters
      
      	ACKNOWLEDGEMENT:
       	1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS"
       	2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu)
      Signed-off-by: default avatarJavier Morgade <javier.morgade@ieee.org>
      ab04e0e4
  2. 13 Mar, 2019 1 commit
    • Cedric Roux's avatar
      x2ap: timers, cleanup · 9456fe58
      Cedric Roux authored
      This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall).
      You need to set the values in the configuration file.
      
      X2AP can be enabled or disabled in the configuration file too (disabled
      by default).
      
      Some deadcode was removed.
      9456fe58
  3. 05 Mar, 2019 1 commit
    • Cedric Roux's avatar
      x2: first implementation of ID management, some cleanup · c394188e
      Cedric Roux authored
      Some deadcode was removed.
      
      The implementation of the ID management is not finished.
      It will only work if the handover is successful. No error
      recovery has been done. For error recovery, we need to
      implement the X2AP timers. As it is, in case of error, an ID
      might very well never be released.
      
      It has been tested with 1 and 2 UEs doing handover more or less
      at the same time.
      c394188e