Skip to content
Success

Changes

Summary

  1. ggsn: Use osmo_netdev_addaddr() libosmocore API (details)
  2. ggsn: apply configured APN MTU to tun (details)
  3. doc: Fix typo in user manual (details)
  4. doc: Remove reference to non longer existing osmo-ggsn.init (details)
  5. doc: Fix typo: wrong interface named (details)
Commit 454110a007b1edec458ef3f2494468ddb96a6652 by Pau Espin Pedrol
ggsn: Use osmo_netdev_addaddr() libosmocore API

This allows dropping a lot of duplicated code.
While at it, drop references to non-linux systems, which are not
maintained anymore.
Param "dstaddr" was not used anywhere in the old APIs, so it can also be
dropped.
Param "tun->routes" was also used in BSD code, so it can also be
dropped.

Change-Id: I1fccfd658542481cd61536fbd3c7a3a32a1c253b
The file was modifiedlib/netdev.c
The file was modifiedggsn/ggsn.c
The file was modifiedlib/netdev.h
The file was modifiedlib/tun.h
The file was modifiedlib/tun.c
The file was modifiedsgsnemu/sgsnemu.c
Commit f92d875119f3550aeab11eccd74b3d46f0906d5b by Pau Espin Pedrol
ggsn: apply configured APN MTU to tun

Related: OS#6298
Related: SYS#7122
Change-Id: Ifae556169d895860812c9ea5633292d7e3fab338
The file was modifiedggsn/ggsn.c
The file was modifiedggsn/ggsn.h
The file was modifiedggsn/ggsn_vty.c
Commit e6feda5185d0c2eebbefc8440dac231b7a7dcde7 by Pau Espin Pedrol
doc: Fix typo in user manual

Change-Id: I9b0024cfdb748febcecf01a097125103bc0f39c1
The file was modifieddoc/manuals/chapters/running.adoc
Commit 77d4ae0470f989c40d1df5a0cf7e2c8043ade6f3 by Pau Espin Pedrol
doc: Remove reference to non longer existing osmo-ggsn.init

The init file was removed at some point in the past.
Nowadays only a systemd service is provided.

Change-Id: I47f889a223bfaf7bd4848898211a3cc62df5e08c
The file was modifieddoc/manuals/chapters/overview.adoc
Commit d44bf6fd7379b4f066d0229b15732e77319b37e9 by Pau Espin Pedrol
doc: Fix typo: wrong interface named

Change-Id: Ib7ef619c74bf0e6453f0d5ba509e7727bf90f838
The file was modifieddoc/manuals/chapters/running.adoc