From 17baaaa132bdcd7b1b522421d1806e2d7f15dd61 Mon Sep 17 00:00:00 2001 From: Tien-Thinh Nguyen <tien-thinh.nguyen@eurecom.fr> Date: Wed, 24 Jan 2018 09:38:42 +0100 Subject: [PATCH] update instructions regarding PC5-D --- d2d_emulator_setup.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/d2d_emulator_setup.txt b/d2d_emulator_setup.txt index f11bb91e82a..57990226af5 100644 --- a/d2d_emulator_setup.txt +++ b/d2d_emulator_setup.txt @@ -62,8 +62,6 @@ Test with Iperf Filter the incomming packets according to GroupL2Id: receiver (one-to-many) can discard the packets if it doesn't belong to this group. For the moment, both sender and receiver use the same set of Ids (hardcoded) - - UE1 (sender) - sudo ./lte-softmodem-stub -U --emul_iface eth0 - ./vencore_app #send the sourceL2Id, groupL2Id to OAI @@ -83,5 +81,13 @@ step 2: step 3: - UE1: ./vencore_app -s #send a message via PC5-S (e.g., DirectCommunicationRequest) - + + -------------------------------------- +TEST PC5-D +step 1: +- UE1: sudo ./lte-softmodem-stub -U --emul_iface eth0 +- UE1: ./vencore_app -d #send a PC5-Discovery-Announcement via PC5D +step 2: +- UE2: sudo ./lte-softmodem-stub -U --emul_iface eno1 +- UE2: ./vencore_app -d #send a PC5-Discovery-Announcement via PC5D -- GitLab