hicn.git
5 years ago[HICN-382] Misc compilation issues on MacOS (incl. Catalina specific code) 69/23269/2
Jordan Augé [Tue, 5 Nov 2019 15:55:27 +0000 (16:55 +0100)]
[HICN-382] Misc compilation issues on MacOS (incl. Catalina specific code)

Change-Id: I4cb2378b2e44afbaedb984409a221b2e3f0e99b4
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-372] Code clean up"
Jordan Augé [Tue, 5 Nov 2019 12:28:49 +0000 (12:28 +0000)]
Merge "[HICN-372] Code clean up"

5 years agoMerge "[HICN-380] add libhicnctrl example (create face)"
Michele Papalini [Tue, 5 Nov 2019 10:11:40 +0000 (10:11 +0000)]
Merge "[HICN-380] add libhicnctrl example (create face)"

5 years ago[HICN-380] add libhicnctrl example (create face) 40/23240/1
Jordan Augé [Tue, 5 Nov 2019 09:51:17 +0000 (10:51 +0100)]
[HICN-380] add libhicnctrl example (create face)

Change-Id: I230d4cc51710fa4ce7ce24c97cd72b1fc7d1f573
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapi 87/23087/26
Alberto Compagno [Thu, 22 Aug 2019 07:48:32 +0000 (09:48 +0200)]
[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapi

Change-Id: If3f9a7db1e1310fdc08d1003b28e5e1d4006b61e
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years ago[HICN-357] sysrepo plugin update 56/23156/7
masoud [Thu, 31 Oct 2019 17:07:18 +0000 (18:07 +0100)]
[HICN-357] sysrepo plugin update

Signed-off-by: masoud <mhemmatp@cisco.com>
Change-Id: Idabe9d3a3b03139ad3cdb20c8c822e6dd7d4c553

5 years agoMerge "[HICN-356] Fix uninitialized pointer"
Alberto Compagno [Mon, 4 Nov 2019 08:04:36 +0000 (08:04 +0000)]
Merge "[HICN-356] Fix uninitialized pointer"

5 years ago[HICN-371] Fix invalid read reported by Valgrind when many timeouts happen. 51/23151/2
Mauro Sardara [Thu, 31 Oct 2019 16:26:54 +0000 (16:26 +0000)]
[HICN-371] Fix invalid read reported by Valgrind when many timeouts happen.

Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Ib31e731c02341234169bd5163eb86fe1da900e40
Signed-off-by: Mauro Sardara <msardara@cisco.com>
5 years ago[HICN-356] Fix uninitialized pointer 73/22973/2
Olivier Roques [Thu, 24 Oct 2019 17:18:48 +0000 (19:18 +0200)]
[HICN-356] Fix uninitialized pointer

The signature verification method verify() in verifier.cc would try
to initialize a pointer to the current packet's payload, which was
never set in the first place. This fix calls the packet's method
responsible for initializing that pointer.

Signed-off-by: Olivier Roques <olvrqs@gmail.com>
Change-Id: Ie5ab08036186ea4b766f6825c129ee68d01fc2b6

5 years ago[HICN-372] Code clean up 54/23154/1
Jordan Augé [Thu, 31 Oct 2019 16:02:17 +0000 (17:02 +0100)]
[HICN-372] Code clean up

Change-Id: Ic0ce2d01a05c2724eeaf91f76aafa2facedcbaf3
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-220] Build for arm64 Ubuntu18"
Mauro Sardara [Thu, 31 Oct 2019 16:04:11 +0000 (16:04 +0000)]
Merge "[HICN-220] Build for arm64 Ubuntu18"

5 years agoMerge "[HICN-371] Solve memory leaks in libtransport."
Jordan Augé [Thu, 31 Oct 2019 15:57:10 +0000 (15:57 +0000)]
Merge "[HICN-371] Solve memory leaks in libtransport."

5 years ago[HICN-220] Build for arm64 Ubuntu18 19/23119/2
Angelo Mantellini [Wed, 30 Oct 2019 20:26:20 +0000 (21:26 +0100)]
[HICN-220] Build for arm64 Ubuntu18

Signed-off-by: Angelo Mantellini <angelo.mantellini@cisco.com>
Change-Id: I23dfdbfc79a8e0bf385ae8ab0d56b90fecaf8c53
Signed-off-by: Mauro Sardara <msardara@cisco.com>
5 years agoMerge "[HICN-354] Fixed bug on raaqm when reassemblying packets"
Michele Papalini [Thu, 31 Oct 2019 15:40:04 +0000 (15:40 +0000)]
Merge "[HICN-354] Fixed bug on raaqm when reassemblying packets"

5 years ago[HICN-371] Solve memory leaks in libtransport. 47/23147/3
Mauro Sardara [Thu, 31 Oct 2019 15:01:29 +0000 (15:01 +0000)]
[HICN-371] Solve memory leaks in libtransport.

Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I654843c3361c7bdb4b160f2441f08e8d91e97384
Signed-off-by: Mauro Sardara <msardara@cisco.com>
5 years ago[HICN-354] Fixed bug on raaqm when reassemblying packets 55/22955/3
Alberto Compagno [Wed, 23 Oct 2019 13:41:59 +0000 (15:41 +0200)]
[HICN-354] Fixed bug on raaqm when reassemblying packets

Moved rescheduleOnIOService in the header file to allow its usage together
with inheritance

Change-Id: I15e4b92535e1478d0dd09828d2d13e2b77e000b3
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years agoMerge "[HICN-369] Implement reconciliation state machine in face manager incl. reatte...
Jordan Augé [Thu, 31 Oct 2019 14:14:37 +0000 (14:14 +0000)]
Merge "[HICN-369] Implement reconciliation state machine in face manager incl. reattempts in case of errors"

5 years ago[HICN-369] Implement reconciliation state machine in face manager incl. reattempts... 03/23103/6
Jordan Augé [Wed, 30 Oct 2019 16:56:08 +0000 (17:56 +0100)]
[HICN-369] Implement reconciliation state machine in face manager incl. reattempts in case of errors

Change-Id: Ia4ecf621fbd513d9e29313d2aaa487aa65811183
Signed-off-by: Jordan Augé <jordan.auge@cisco.com>
5 years ago[HICN-361] speed up the socket start up 41/23141/1
michele papalini [Thu, 31 Oct 2019 12:19:08 +0000 (13:19 +0100)]
[HICN-361] speed up the socket start up

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Id8f59c9c52d7c1fa21edbae9ee1b965b25fe6800

5 years ago[HICN-318] schedule rounds using timers in rtc conusmer 39/23139/2
michele papalini [Wed, 30 Oct 2019 10:30:31 +0000 (11:30 +0100)]
[HICN-318] schedule rounds using timers in rtc conusmer

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I2e52d002533706abdd82fbca5ebb80e81374de86

5 years ago[HICN-220] Build for arm64 Ubuntu18 18/23118/2
Angelo Mantellini [Wed, 30 Oct 2019 19:20:18 +0000 (20:20 +0100)]
[HICN-220] Build for arm64 Ubuntu18

Signed-off-by: Angelo Mantellini <angelo.mantellini@cisco.com>
Change-Id: Ie41760070d027d2b28c9eb8b7c27ad5438c746ae

5 years agoMerge "[HICN-363] Fix memory leaks"
Jordan Augé [Wed, 30 Oct 2019 16:43:33 +0000 (16:43 +0000)]
Merge "[HICN-363] Fix memory leaks"

5 years ago[HICN-363] Fix memory leaks 35/23035/2
Jordan Augé [Mon, 28 Oct 2019 14:44:42 +0000 (15:44 +0100)]
[HICN-363] Fix memory leaks

Change-Id: I7617becdb520f20caca341be11fbb8c1054de021
Signed-off-by: Jordan Augé <jordan.auge@cisco.com>
5 years ago[HICN-360] retransmit pending interests when all of them get lost without wainting... 84/22984/3
michele papalini [Fri, 25 Oct 2019 13:42:20 +0000 (15:42 +0200)]
[HICN-360] retransmit pending interests when all of them get lost without wainting for the timeout

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I84074d106bf2cfd3f7a3fb02947198179b0b5b74

5 years agoMerge "[HICN-366] Installing python3-ply"
Alberto Compagno [Wed, 30 Oct 2019 09:32:52 +0000 (09:32 +0000)]
Merge "[HICN-366] Installing python3-ply"

5 years ago[HICN-366] Installing python3-ply 85/23085/1
Alberto Compagno [Wed, 30 Oct 2019 08:13:21 +0000 (09:13 +0100)]
[HICN-366] Installing python3-ply

Adding missing python3-ply package on the build-package script

Change-Id: I3fa536483bb3e8f3a6bd81011515172b00cce4ff
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years agoMerge "[HICN-358] Enable systemctl service after package installation."
Jordan Augé [Fri, 25 Oct 2019 12:46:38 +0000 (12:46 +0000)]
Merge "[HICN-358] Enable systemctl service after package installation."

5 years ago[HICN-358] Enable systemctl service after package installation. 77/22977/7
Mauro Sardara [Thu, 24 Oct 2019 18:59:30 +0000 (20:59 +0200)]
[HICN-358] Enable systemctl service after package installation.

Change-Id: I1c9a7099fbf59c09fb22475e9695373f316d0b6e
Signed-off-by: Mauro Sardara <msardara@cisco.com>
5 years agoMerge "[HICN-355] Update Readme with missing dependency"
Alberto Compagno [Thu, 24 Oct 2019 12:18:38 +0000 (12:18 +0000)]
Merge "[HICN-355] Update Readme with missing dependency"

5 years ago[HICN-355] Update Readme with missing dependency 71/22971/1
Alberto Compagno [Thu, 24 Oct 2019 12:10:16 +0000 (14:10 +0200)]
[HICN-355] Update Readme with missing dependency

Change-Id: Ibb709d45f9572e5cde11f9a64f4a1b9212b6cc92
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years agoMerge "[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing...
Jordan Augé [Wed, 23 Oct 2019 22:52:31 +0000 (22:52 +0000)]
Merge "[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI"

5 years ago[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands... 67/22967/1
Jordan Augé [Wed, 23 Oct 2019 22:51:37 +0000 (00:51 +0200)]
[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI

Change-Id: I999b8321715fca1d09f89eacf7fac4029e32cbba
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing...
Jordan Augé [Wed, 23 Oct 2019 22:47:10 +0000 (22:47 +0000)]
Merge "[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI"

5 years ago[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands... 66/22966/1
Jordan Augé [Wed, 23 Oct 2019 22:46:10 +0000 (00:46 +0200)]
[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI

Change-Id: I2a5d04d6fab06344e5b89ea52d76c7a3f016004c
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing...
Jordan Augé [Wed, 23 Oct 2019 22:41:44 +0000 (22:41 +0000)]
Merge "[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI"

5 years ago[HICN-352] facemgr event loop enhancement; timer support & async hicn-light interface 62/22962/7
Jordan Augé [Wed, 23 Oct 2019 15:55:00 +0000 (17:55 +0200)]
[HICN-352] facemgr event loop enhancement; timer support & async hicn-light interface

Change-Id: I920a0eb091d826e1eb0d1f786fb0b437487f7ff7
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands... 60/22960/2
Jordan Augé [Wed, 23 Oct 2019 15:18:44 +0000 (17:18 +0200)]
[HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI

Change-Id: Ifc743b65493b87a5156bca7ad63f8cae516460d8
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-350] Minor cleanup in control API"
Mauro Sardara [Wed, 23 Oct 2019 15:23:09 +0000 (15:23 +0000)]
Merge "[HICN-350] Minor cleanup in control API"

5 years agoMerge "[HICN-349] Asynchronous API for libhicnctrl"
Mauro Sardara [Wed, 23 Oct 2019 15:00:03 +0000 (15:00 +0000)]
Merge "[HICN-349] Asynchronous API for libhicnctrl"

5 years ago[HICN-349] Asynchronous API for libhicnctrl 59/22959/1
Jordan Augé [Wed, 23 Oct 2019 14:52:58 +0000 (16:52 +0200)]
[HICN-349] Asynchronous API for libhicnctrl

Change-Id: I901ef6cd52d83537d70e3bb49af9e4540fd26c6f
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-350] Minor cleanup in control API 42/22942/2
Jordan Augé [Wed, 23 Oct 2019 07:58:42 +0000 (09:58 +0200)]
[HICN-350] Minor cleanup in control API

Change-Id: I5c3705aa439a1cf6bdca915f82c0c014771cc542
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-319] facemgr should allow face creation even though already in cache"
Mauro Sardara [Wed, 23 Oct 2019 13:44:28 +0000 (13:44 +0000)]
Merge "[HICN-319] facemgr should allow face creation even though already in cache"

5 years ago[HICN-349] Asynchronous API for libhicnctrl 44/22944/1
Jordan Augé [Wed, 23 Oct 2019 07:50:33 +0000 (09:50 +0200)]
[HICN-349] Asynchronous API for libhicnctrl

Change-Id: I00f68cab6d23fe95639684de69cc4a086db60c02
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-342] No need to take a lock on the hash entry if the lookup for 83/22883/6
Alberto Compagno [Mon, 21 Oct 2019 16:03:16 +0000 (18:03 +0200)]
[HICN-342] No need to take a lock on the hash entry if the lookup for
a data hit the CS. Data packets coming from the network are dropped,
data packets coming from an application face are either dropped or
sent to the push node (which does not require a lock on the hash
entry)

Change-Id: Icf662dffa33b9dda2e2a69fc2104a69a82ef19fd
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years ago[HICN-347] memory leak in messageProcessor_Tick 33/22933/1
michele papalini [Tue, 22 Oct 2019 14:19:20 +0000 (16:19 +0200)]
[HICN-347] memory leak in messageProcessor_Tick

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I9da21006b9c6b44790c5984e0d6e10cc4ade5b1b

5 years agoMerge "[HICN-346] Add version of the transport library in the config.h header file."
Michele Papalini [Tue, 22 Oct 2019 11:02:00 +0000 (11:02 +0000)]
Merge "[HICN-346]  Add version of the transport library in the config.h header file."

5 years ago[HICN-346] Add version of the transport library in the config.h header file. 05/22905/1
Mauro Sardara [Tue, 22 Oct 2019 10:01:54 +0000 (12:01 +0200)]
[HICN-346]  Add version of the transport library in the config.h header file.

Change-Id: I1ce0b705db98f4042470a7b80b422720ba03c0f6
Signed-off-by: Mauro Sardara <msardara@cisco.com>
5 years agoMerge "[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safe"
Michele Papalini [Tue, 22 Oct 2019 10:00:39 +0000 (10:00 +0000)]
Merge "[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safe"

5 years ago[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safe 40/22740/16
Alberto Compagno [Tue, 15 Oct 2019 16:08:41 +0000 (18:08 +0200)]
[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safe

Change-Id: Ie22572822b9ac1e6c300fd7982035c799546bd76
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years agoMerge "[HICN-344] Memory management issues in symbolic table causes double free"
Michele Papalini [Tue, 22 Oct 2019 08:39:07 +0000 (08:39 +0000)]
Merge "[HICN-344] Memory management issues in symbolic table causes double free"

5 years ago[HICN-344] Memory management issues in symbolic table causes double free 02/22902/1
Jordan Augé [Tue, 22 Oct 2019 08:19:17 +0000 (10:19 +0200)]
[HICN-344] Memory management issues in symbolic table causes double free

Change-Id: Ia93f4068f4b4646e15397a8400bde3593e8de620
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-343] fix hicn_name_create_from_ip_prefix function declaration 00/22900/1
michele papalini [Tue, 22 Oct 2019 08:10:34 +0000 (10:10 +0200)]
[HICN-343] fix hicn_name_create_from_ip_prefix function declaration

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I0d42192b04ca7f3536864018a2acd606ed253826

5 years ago[HICN-341] forwarder crashes when set an invalid forwarding strategy 79/22879/1
michele papalini [Mon, 21 Oct 2019 14:58:49 +0000 (16:58 +0200)]
[HICN-341] forwarder crashes when set an invalid forwarding strategy

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I1e6442e8c1431006d1b2fdaffbf0e6f4eff986dc

5 years agoMerge "[HICN-320] HICN Light only configuring the first entry on FIB"
Michele Papalini [Mon, 21 Oct 2019 14:38:53 +0000 (14:38 +0000)]
Merge "[HICN-320] HICN Light only configuring the first entry on FIB"

5 years ago[HICN-320] HICN Light only configuring the first entry on FIB 72/22872/4
Jordan Augé [Mon, 21 Oct 2019 10:02:35 +0000 (12:02 +0200)]
[HICN-320] HICN Light only configuring the first entry on FIB

Change-Id: Ica111f54b23a9a56433e9b195a3fccd913952ad0
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-340] Install hicn-light service file."
Jordan Augé [Mon, 21 Oct 2019 13:51:35 +0000 (13:51 +0000)]
Merge "[HICN-340] Install hicn-light service file."

5 years ago[HICN-340] Install hicn-light service file. 56/22856/4
Mauro Sardara [Fri, 18 Oct 2019 16:56:42 +0000 (18:56 +0200)]
[HICN-340] Install hicn-light service file.

Change-Id: I102d16327d74f0c69e88003045de6450aae32923
Signed-off-by: Mauro Sardara <msardara@cisco.com>
5 years ago[HICN-339] improve rtc producer socket for low rate traffic 42/22842/1
michele papalini [Fri, 18 Oct 2019 14:04:21 +0000 (16:04 +0200)]
[HICN-339] improve rtc producer socket for low rate traffic

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I1e6fdada9a55e0a93b8d5db768124f2e47daf05b

5 years agoMerge "[HICN-337] correlty set timers for rtx in rtc consumer"
Alberto Compagno [Fri, 18 Oct 2019 12:12:14 +0000 (12:12 +0000)]
Merge "[HICN-337] correlty set timers for rtx in rtc consumer"

5 years ago[HICN-337] correlty set timers for rtx in rtc consumer 33/22833/1
michele papalini [Fri, 18 Oct 2019 11:56:07 +0000 (13:56 +0200)]
[HICN-337] correlty set timers for rtx in rtc consumer

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Iaf947ac6c7763ba0a648f9cc865ca0f11cb3e31f

5 years ago[HICN-338] correctly compute the estimated production rate in rtc socket 32/22832/1
michele papalini [Fri, 18 Oct 2019 11:20:17 +0000 (13:20 +0200)]
[HICN-338] correctly compute the estimated production rate in rtc socket

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I5ab36c5dde449ff0f3e0372372c09dbb227aecf5

5 years agoMerge "[HICN-335] fix max win computation in RTC consumer"
Mauro Sardara [Wed, 16 Oct 2019 16:21:00 +0000 (16:21 +0000)]
Merge "[HICN-335] fix max win computation in RTC consumer"

5 years agoMerge "[HICN-333] fix addRetransmissions in RTC consumer socket"
Alberto Compagno [Wed, 16 Oct 2019 15:50:37 +0000 (15:50 +0000)]
Merge "[HICN-333] fix addRetransmissions in RTC consumer socket"

5 years ago[HICN-335] fix max win computation in RTC consumer 79/22779/1
michele papalini [Wed, 16 Oct 2019 15:45:12 +0000 (17:45 +0200)]
[HICN-335] fix max win computation in RTC consumer

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I735764cf2520182ae46bd2b18f1dc87355a57d85

5 years agoMerge "[HICN-334] remove LOG for no pending interests in portal"
Alberto Compagno [Wed, 16 Oct 2019 15:39:18 +0000 (15:39 +0000)]
Merge "[HICN-334] remove LOG for no pending interests in portal"

5 years ago[HICN-333] fix addRetransmissions in RTC consumer socket 78/22778/1
michele papalini [Wed, 16 Oct 2019 15:31:14 +0000 (17:31 +0200)]
[HICN-333] fix addRetransmissions in RTC consumer socket

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Id9fb3a5ae6355e901ba2f2d4a93e8ad241b4410c

5 years ago[HICN-334] remove LOG for no pending interests in portal 77/22777/1
michele papalini [Wed, 16 Oct 2019 15:23:31 +0000 (17:23 +0200)]
[HICN-334] remove LOG for no pending interests in portal

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I80009d5e5fc89ede4f56a9c9a5e3c2940ae13562

5 years ago[HICN-332] add output buffer to the RTC producer socket 75/22775/1
michele papalini [Wed, 16 Oct 2019 15:16:48 +0000 (17:16 +0200)]
[HICN-332] add output buffer to the RTC producer socket

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I119f2a4b4b7153e8da7ca891112f4f0ddf8251e5

5 years ago[HICN-331] schedule rtx at the right time 64/22764/1
michele papalini [Wed, 16 Oct 2019 08:21:18 +0000 (10:21 +0200)]
[HICN-331] schedule rtx at the right time

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Iae4e0bbc5a1e534fd3727d02804aba370378af00

5 years ago[330] wrong variable type 39/22739/1
Angelo Mantellini [Tue, 15 Oct 2019 16:08:13 +0000 (18:08 +0200)]
[330] wrong variable type

Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Change-Id: Ib302172e61659b2f93168c593d994b1da7eb2ce8

5 years ago[HICN-239] retransmissions on RTC 32/22732/1
michele papalini [Tue, 15 Oct 2019 10:01:48 +0000 (12:01 +0200)]
[HICN-239] retransmissions on RTC

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I9777e445acf0dd0f70af0a9446b3b9a1424c0c6f

5 years agoMerge "[HICN-312] CMake file cleanup"
Jordan Augé [Mon, 14 Oct 2019 12:20:08 +0000 (12:20 +0000)]
Merge "[HICN-312] CMake file cleanup"

5 years ago[HICN-322] fix timeouts inside portal 97/22697/1
michele papalini [Mon, 14 Oct 2019 09:10:19 +0000 (11:10 +0200)]
[HICN-322] fix timeouts inside portal

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I4ac176a11ed6f0b964274240dc0969051911183d

5 years ago[HICN-247] remove listener and bug fixing 29/20729/35
Angelo Mantellini [Thu, 18 Jul 2019 16:31:46 +0000 (18:31 +0200)]
[HICN-247] remove listener and bug fixing

Change-Id: I4e5419a837131680fe0e21eb295462ccb2be8613
Signed-off-by: Angelo Mantellini <manangel@cisco.com>
5 years ago[HICN-319] facemgr should allow face creation even though already in cache 73/22673/2
Jordan Augé [Fri, 11 Oct 2019 13:44:48 +0000 (15:44 +0200)]
[HICN-319] facemgr should allow face creation even though already in cache

Change-Id: Icadfdc6369711575cfc8b8fee8e956b004860e1b
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-309] [network_framework] rules are now implemented by the core"
Jordan Augé [Fri, 11 Oct 2019 08:29:45 +0000 (08:29 +0000)]
Merge "[HICN-309] [network_framework] rules are now implemented by the core"

5 years ago[HICN-317] schedule rounds using timers in rtc producer 53/22653/1
michele papalini [Thu, 10 Oct 2019 15:57:10 +0000 (17:57 +0200)]
[HICN-317] schedule rounds using timers in rtc producer

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I4a5fe9c954713dc266e7aeb5f461b460d508d8e3

5 years ago[HICN-316] improve rtc for low rate streams 51/22651/1
michele papalini [Thu, 10 Oct 2019 14:00:23 +0000 (16:00 +0200)]
[HICN-316] improve rtc for low rate streams

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I29d9720450f8cee429eb02a494092f208c298355

5 years ago[HICN-315] memory leaks in hicn-light 48/22648/1
michele papalini [Thu, 10 Oct 2019 11:44:10 +0000 (13:44 +0200)]
[HICN-315] memory leaks in hicn-light

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I43f64d616fbbbc2b10b4a181529d087fb0afc56c

5 years agoMerge "[HICN-280] Adding set interest lifetime option and deallocating data packet...
Alberto Compagno [Wed, 9 Oct 2019 14:03:23 +0000 (14:03 +0000)]
Merge "[HICN-280] Adding set interest lifetime option and deallocating data packet at consumer side before the content is completely downloaded in order to allow to use an endless hiper producer."

5 years agoMerge "[HICN-226] Reworked incoming face identification on receiving a data packet...
Alberto Compagno [Wed, 9 Oct 2019 13:40:48 +0000 (13:40 +0000)]
Merge "[HICN-226] Reworked incoming face identification on receiving a data packet. The output is now a list of possible incoming faces, plus a preferred one which cover the case in which the face is a local producer face. In that case we can identify the face uniquely as we are sure that we have one face for memif."

5 years agoMerge "[HICN-169] Fixed counters that were decrementing or negative."
Alberto Compagno [Wed, 9 Oct 2019 13:38:03 +0000 (13:38 +0000)]
Merge "[HICN-169] Fixed counters that were decrementing or negative."

5 years ago[HICN-280] Adding set interest lifetime option and deallocating 30/22630/1
Alberto Compagno [Wed, 9 Oct 2019 13:35:08 +0000 (15:35 +0200)]
[HICN-280] Adding set interest lifetime option and deallocating
data packet at consumer side before the content is completely
downloaded in order to allow to use an endless hiper producer.

Change-Id: I3613b5310a4f8b696818f9453d03682fd61b1f93
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years ago[HICN-169] Fixed counters that were decrementing or negative. 29/22629/1
Alberto Compagno [Wed, 9 Oct 2019 13:10:59 +0000 (15:10 +0200)]
[HICN-169] Fixed counters that were decrementing or negative.

Change-Id: I9165a863ac29e9386f49fdbc09da85e2fcc57750
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years ago[HICN-312] CMake file cleanup 28/22628/1
Jordan Augé [Wed, 9 Oct 2019 12:40:24 +0000 (14:40 +0200)]
[HICN-312] CMake file cleanup

Change-Id: Ifc61cf460082af828acb082c2ee640b3deecf7cc
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-311] Incorrect copying of ip_prefix_t data & uninitialized bytes causes invalid... 20/22620/1
Jordan Augé [Wed, 9 Oct 2019 10:54:08 +0000 (12:54 +0200)]
[HICN-311] Incorrect copying of ip_prefix_t data & uninitialized bytes causes invalid writes

Change-Id: Ia171dac11f65dab295b3523222145215f21a6f4f
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-309] [network_framework] rules are now implemented by the core 16/22616/1
Jordan Augé [Wed, 9 Oct 2019 08:31:52 +0000 (10:31 +0200)]
[HICN-309] [network_framework] rules are now implemented by the core

Change-Id: I76c6d0f6b6989e00c5a7653e0b476808b61d8e76
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-308] delete interests from interest map 14/22614/1
michele papalini [Wed, 9 Oct 2019 08:07:38 +0000 (10:07 +0200)]
[HICN-308] delete interests from interest map

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Ie69909e3984faac777f9fc3b3e0625e8de3a7771

5 years agoMerge "[HICN-302] low rate traffic in RTC"
Mauro Sardara [Tue, 8 Oct 2019 14:00:20 +0000 (14:00 +0000)]
Merge "[HICN-302] low rate traffic in RTC"

5 years agoMerge "[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issues"
Mauro Sardara [Tue, 8 Oct 2019 13:14:39 +0000 (13:14 +0000)]
Merge "[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issues"

5 years ago[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issues 07/22607/1
Jordan Augé [Tue, 8 Oct 2019 13:11:40 +0000 (15:11 +0200)]
[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issues

Change-Id: I16c8059ce537f338c15434acc87ac0e4baf87049
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years agoMerge "[HICN-303] Fixed reading size of authentication header which might have caused...
Jordan Augé [Tue, 8 Oct 2019 11:36:06 +0000 (11:36 +0000)]
Merge "[HICN-303] Fixed reading size of authentication header which might have caused a bufferoverflow"

5 years ago[HICN-303] Fixed reading size of authentication header which might have caused a... 02/22602/1
Alberto Compagno [Tue, 8 Oct 2019 10:06:11 +0000 (12:06 +0200)]
[HICN-303] Fixed reading size of authentication header which might have caused a bufferoverflow

Change-Id: I46ae0539a51c9a2a11d8acfe4146470f2d4fa21d
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years ago[HICN-302] low rate traffic in RTC 00/22600/1
michele papalini [Tue, 8 Oct 2019 09:20:25 +0000 (11:20 +0200)]
[HICN-302] low rate traffic in RTC

Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Ib6511d82abc91e9008588cd2b7fd80022c6d232b

5 years agoMerge "[HICN-300] Improved script to search for "hicn {" in /etc/vpp/startup.conf"
Luca Muscariello [Tue, 8 Oct 2019 07:03:54 +0000 (07:03 +0000)]
Merge "[HICN-300] Improved script to search for "hicn {" in /etc/vpp/startup.conf"

5 years ago[HICN-300] Improved script to search for "hicn {" in /etc/vpp/startup.conf 92/22592/1
Alberto Compagno [Mon, 7 Oct 2019 16:02:59 +0000 (18:02 +0200)]
[HICN-300] Improved script to search for "hicn {" in /etc/vpp/startup.conf

Change-Id: Ib977e10968a78917b6af0f5691370d6df9fcf473
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
5 years agoMerge "[HICN-298] Release new hICN app for Android"
Mauro Sardara [Mon, 7 Oct 2019 14:37:42 +0000 (14:37 +0000)]
Merge "[HICN-298] Release new hICN app for Android"

5 years ago[HICN-298] Release new hICN app for Android 62/22562/10
Jordan Augé [Mon, 7 Oct 2019 07:52:33 +0000 (09:52 +0200)]
[HICN-298] Release new hICN app for Android

Change-Id: I43adc62fadf00690b687078d739788dffdc5e566
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
5 years ago[HICN-289] update README 73/22473/5
mhemmatp [Wed, 2 Oct 2019 08:57:27 +0000 (01:57 -0700)]
[HICN-289] update README

Signed-off-by: mhemmatp <mhemmatp@cisco.com>
Change-Id: I8ad3f4d636714acc10626c78c758829bc9faf273

5 years ago[HICN-226] 97/21197/9
Alberto Compagno [Fri, 9 Aug 2019 14:11:33 +0000 (16:11 +0200)]
[HICN-226]
Reworked incoming face identification on receiving a data packet. The output is now a list of possible incoming faces, plus a preferred one which cover the case in which the face is a local producer face. In that case we can identify the face uniquely as we are sure that we have one face for memif.

Change-Id: Ic48475a36e37a28cec8cc1448b4b4ee6c001efc0
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>