From c362188f7761412fb56f9bca9f29e026b8235ebe Mon Sep 17 00:00:00 2001 From: Simon Long Date: Wed, 20 Dec 2017 08:33:19 +0000 Subject: [PATCH] correct duplicated enum name --- README.md | 5 +++++ wireshark/packet-nfapi.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fca2115..f3132c7 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,8 @@ wireshark code for a wireshark dissector for the nFAPI protocol ## Coverity Coverity runs on the coverity-scan branch. Changes must be merged to the coverity-scan branch to be checked. + + +## eNB Integration - Open Air Interface + +The open-nFAPI implementation has been integrated with the Open Air Interface solution here (https://gitlab.eurecom.fr/oai/openairinterface5g) and is (at the time of writing) here (https://gitlab.eurecom.fr/daveprice/openairinterface5g/tree/nfapi-ru-rau-split). The open-nFAPI implementation is integrated with the source eNB implementation with any changes required applied as a patch on top of the baseline open-nFAPI library. Any extensions required must be implemented through the vendor extensions as specified by the Small Cell Forum documentation. Any integration wrapping of functionality must be done within the target environment as shown in the Open Air Interface implementation nfapi directory which is defined by the $NFAPI_DIR location at the top level. diff --git a/wireshark/packet-nfapi.c b/wireshark/packet-nfapi.c index da0edb0..9552da4 100755 --- a/wireshark/packet-nfapi.c +++ b/wireshark/packet-nfapi.c @@ -415,7 +415,7 @@ typedef enum { NFAPI_ANTENNA_PORT1 = 0, NFAPI_ANTENNA_PORT2, NFAPI_ANTENNA_PORT4, -} nfapi_ack_nack_mode_e; +} nfapi_antenna_port_e; static const value_string nfapi_antenna_port_vals[] = { { NFAPI_ANTENNA_PORT1, "1 " },