aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm0411_smr.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-12gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg1-0/+451
The SMR process is used to transfer SMS TPDUs. It is now extracted from OpenBSC. It includes a real state machine now for easier debugging. Also it implements the TR1M and TR2M timers. The memory notification procedure is missing, but not required for network side. Written-by: Andreas Eversberg <jolly@eversberg.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>