Attention is currently required from: laforge. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/29965 )
Change subject: Split gsn_t related APIs out of gtp.{c,h} ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I'm not really seeing it as an improvement, so maybe some more line[s] in the commitlog as to the mo […]
The sepration doesn't look optimal at this point because the code is quite entangled, with some socket related functionality and gtp dec/enc in the same function. But at least it's a start.
This is just a step towards having the code more organized, since I'm going to extend it during follow-up commits: I'm adding rate_ctr definitions, osmo_tdef definitions, etc. so the file size will grow by some quite lines. Hence having this split beforehand already makes the file sizes more manageable.