Junxiao Shi

Results 48 issues of Junxiao Shi

This is issue #1, the problem NDN-DPDK is meant to solve. Named Data Networking (NDN) is a new Internet architecture. It has various benefits such as caching and security, but...

Package `ndn-dpdk/ndn/mgmt/gqlmgmt` advertises application prefix by directly writing to the FIB, possibly overwriting any existing FIB entry. Consequently, multiple producers on the same name prefix or a producer using the...

If a TypeScript file imports an NPM package whose `package.json` contains [subpath exports](https://nodejs.org/api/packages.html#packages_subpath_exports), the loader crashes with `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]`. ## Files to Reproduce **package.json** ```json { "private": true, "type": "module",...

IDE: Arduino 1.8.7 on Windows. Core version: Arduino SAM Boards 1.6.11, installed from Boards Manager MCVE sketch: ``` #include void setup() { } void loop() { } ``` Error message:...

I have a sighting of a crash in `simue/context` package when a large number of profiles are starting/running in parallel. This error only occurred once and does not reproduce reliably....

After UE registration, if the core network sends a NAS PDU with **Message type: Configuration update command (0x54)**, gNBSim process crashes with a fatal error. Packet capture and gNBSim logs:...

In my environment, the UPF is expected to use separate network interfaces for N3 and N9 interfaces. The [example UPF config](https://github.com/free5gc/free5gc-compose/blob/5dedd5dcb52ead89ae05529f09dacc81586cba7f/config/upfcfg.yaml#L11-L20) allows two methods to write the configuration: > If...

I'm trying to set an entry in a hash map that is declared in an XDP program loaded by a C program. However, the entry set is ineffective: the entry...

`nfd-start` command installed by `nfd` package uses `systemctl` command which comes from `systemd` package, so `systemd` should be listed as a dependency.

Certain IoT connectivity technologies, such as 802.15.4 and NFC, offer lower-than-usual MTU. [Information-Centric Networking (ICN) Adaptation to Low-Power Wireless Personal Area Networks (LoWPANs)](https://datatracker.ietf.org/doc/html/rfc9139) section 5 specifies a space-efficient encoding format...

enhancement