aboutsummaryrefslogtreecommitdiffstats
path: root/src/luop.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-06CTRL: add enable/disable packet service cmdsMax1-0/+1
Add commands to enable/disable Packet Service for a given IMSI. Changes are synced to DB and propagated at runtime to SGSN (in case of disable command). Change-Id: I23163ce8667292443ed61cb15c928357dba4b4be Related: OS#1645
2017-02-16Move lu_operation into separate fileMax1-0/+80
Create luop.(c|h) and move lu_operation and corresponding TX functions there to facilitate re-use in upcoming control interface. Change-Id: Ic55a45d56b37be2ba43d96f7da2af43b46af9813 Related: OS#1645