Skip to content
Success

Changes

Summary

  1. Move apn allocation code out of vty file (details)
  2. Move ggsn allocation code out of vty file (details)
  3. Move g_ggsn_list declaration to ggsn.c (details)
Commit ce691d8e6411756f2e06b138adf3a2e48fe5b4e1 by Pau Espin Pedrol
Move apn allocation code out of vty file

The details of creation of data structures don't belong on the vty file.
While at it, split allocation code into its own function to quickly find
out where the allocation of the object happens.

Change-Id: If15a4158dd6599341017efd24dbf67ca565a7c34
The file was modifiedggsn/ggsn.c
The file was modifiedggsn/ggsn_vty.c
Commit de385e02537ff3414c16977ca4d2eacd161debd9 by Pau Espin Pedrol
Move ggsn allocation code out of vty file

The details of creation of data structures don't belong on the vty file.
While at it, split allocation code into its own function to quickly find
out where the allocation of the object happens.

Change-Id: Iaa4cd86c44957321c238d268ea62daafa1b79c69
The file was modifiedggsn/ggsn.c
The file was modifiedggsn/ggsn_vty.c
Commit 7d80216717f194c103de98b162014c070ae78fb9 by Pau Espin Pedrol
Move g_ggsn_list declaration to ggsn.c

The llist belongs to the data domain, not the vty.

Change-Id: I0a93aacbdecc283dd4f6b32892430ebdb0b94e50
The file was modifiedggsn/ggsn.c
The file was modifiedggsn/ggsn_vty.c