Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
gruyaume pushed 1 commit to main ellanetworks/core
- chore: remove eventChannel from amf code (#408) Signed-off-by: guillaume <[email protected]> ed74110
gruyaume closed a pull request on ellanetworks/core
chore: remove eventChannel from amf code
# Description The AMF was unnecessarily complex. It used events to communicate between different parts of the code without any good reason. Here we get rid of unnecessary events in the code to m...gruyaume pushed 1 commit to dev-simple-amf ellanetworks/core
- chore: remove remaining event related content Signed-off-by: guillaume <[email protected]> 9312ed3
gruyaume pushed 1 commit to dev-simple-amf ellanetworks/core
- chore: remove ngap messages from eventChannel Signed-off-by: guillaume <[email protected]> 9af7a5e
gruyaume pushed 1 commit to dev-simple-amf ellanetworks/core
- chore: remove nas messages from eventChannel Signed-off-by: guillaume <[email protected]> c81d847
gruyaume opened a draft pull request on ellanetworks/core
chore: simplify amf code
# Description The AMF was unnecessarily complex. It used events to communicate between different parts of the code without any good reason. Here we get rid of unnecessary events in the code to m...gruyaume created a branch on ellanetworks/core
dev-simple-amf - Ella Core is a 5G mobile core network designed for private deployments.
gruyaume published a release on ellanetworks/core
v0.0.7
## What's Changed * docs: add data plane performance results and xdp explanation by @gruyaume in https://github.com/ellanetworks/core/pull/394 * docs: improve readme by @gruyaume in https://githu...gruyaume created a tag on ellanetworks/core
v0.0.7 - Ella Core is a 5G mobile core network designed for private deployments.
gruyaume pushed 1 commit to main ellanetworks/core
- feat: remove unnecessary ip configuration options and simplify tutorial (#404) Signed-off-by: guillaume <guillaume.... 7a60692
gruyaume closed an issue on ellanetworks/core
Simplify networking in e2e tutorial
### Enhancement Proposal Right now in the tutorial there is a lot of IP addresses and interfaces that users have to copy and paste around. This makes the tutorial perhaps unnecessarily complex and...gruyaume closed a pull request on ellanetworks/core
feat: remove unnecessary ip configuration options and simplify tutorial
# Description Simplify e2e tutorial and general user experience. - [x] Discover interface ip address instead of requiring it as config option - [x] Use predictable subnets and addresses - [...gruyaume opened an issue on ellanetworks/core
Automatically configure routing
### Enhancement Proposal It is not great that users have to manually create routes outside of the scope of Ella Core. The IP forwarding rule can likely be done by the system itself (or a snap scr...gruyaume pushed 1 commit to dev-discover ellanetworks/core
- chore: add curl test Signed-off-by: guillaume <[email protected]> a2c3bb9
gruyaume pushed 1 commit to dev-discover ellanetworks/core
- chore: fix badly formatted config file Signed-off-by: guillaume <[email protected]> 9a3cedc
gruyaume pushed 1 commit to dev-discover ellanetworks/core
- chore: use more user-friendly subnets in tutorials Signed-off-by: guillaume <[email protected]> d36eda3
gruyaume pushed 2 commits to dev-discover ellanetworks/core
gruyaume pushed 2 commits to dev-discover ellanetworks/core
gruyaume pushed 1 commit to dev-discover ellanetworks/core
- chore: adapt unit test Signed-off-by: guillaume <[email protected]> 3f8676b
gruyaume opened a draft pull request on ellanetworks/core
feat: discover interface ip address instead of requiring it as config option
# Description Discover interface ip address instead of requiring it as config option. This is a step towards making the e2e tutorial and user experience easier networking wise. # Checklist: ...gruyaume created a branch on ellanetworks/core
dev-discover - Ella Core is a 5G mobile core network designed for private deployments.
gruyaume closed an issue on ellanetworks/core
Monitor network throughput
### Enhancement Proposal Monitor throughput - [ ] Make necessary eBPF changes - [ ] Add Prometheus metrics - [ ] Add visualization in Dashboardgruyaume pushed 1 commit to main ellanetworks/core
- feat: monitor network throughput (#402) Signed-off-by: guillaume <[email protected]> b38199b
gruyaume closed a pull request on ellanetworks/core
feat: monitor network throughput
# Description monitor network throughput - [x] Update eBPF code - [x] Update prometheus metrics - [x] Update UI - [x] Validate accuracy - metrics - [x] Validate accuracy - ui - [x] Update ...gruyaume pushed 1 commit to dev-throughput ellanetworks/core
- chore: only care about lines starting with the metric Signed-off-by: guillaume <[email protected]> ea30dd9