Skip to content

Changes

#9145 (Oct 25, 2024, 3:01:09 PM)

  1. doc: Document MTU features in User Manual and example config files — Pau Espin Pedrol / detail
  2. doc: Update all iptables references with nftables — Pau Espin Pedrol / detail

#9144 (Oct 25, 2024, 2:36:08 PM)

  1. tun: Use OSMO_STRLCPY_ARRAY — Pau Espin Pedrol / detail

#9143 (Oct 25, 2024, 1:51:07 PM)

  1. Refactor tun_t fields and alloc APIs — Pau Espin Pedrol / detail

#9138 (Oct 24, 2024, 11:11:09 AM)

  1. ggsn: Avoid forwarding IPv6 solicited-node multicast addr to tun device — Pau Espin Pedrol / detail
  2. ggsn: Rename confusing functions — Pau Espin Pedrol / detail
  3. tun.h: Remove non-existent tun_decaps() — Pau Espin Pedrol / detail
  4. Rename tun_encaps -> tun_inject_pkt — Pau Espin Pedrol / detail

#9133 (Oct 23, 2024, 4:16:06 PM)

  1. tun: Fix null pointer derefence when in kernel gtp mode — Pau Espin Pedrol / detail

#9129 (Oct 22, 2024, 7:01:09 PM)

  1. doc: Reorder some chapters — Pau Espin Pedrol / detail

#9128 (Oct 22, 2024, 6:56:09 PM)

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

#9127 (Oct 22, 2024, 4:26:08 PM)

  1. ggsn: use libosmocore tundev API to create apn tun device — Pau Espin Pedrol / detail

#9125 (Oct 22, 2024, 10:31:07 AM)

  1. ggsn: Support announcing APN MTU over PCO — Pau Espin Pedrol / detail
  2. ggsn: Support announcing APN MTU over ICMPv6 RA — Pau Espin Pedrol / detail

#9119 (Oct 21, 2024, 8:06:06 PM)

  1. vty: Fix missing newline in description of 'apn tun-device' cmd — Pau Espin Pedrol / detail

#9114 (Oct 21, 2024, 8:51:06 AM)

  1. Move apn allocation code out of vty file — Pau Espin Pedrol / detail
  2. Move ggsn allocation code out of vty file — Pau Espin Pedrol / detail
  3. Move g_ggsn_list declaration to ggsn.c — Pau Espin Pedrol / detail