aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/rrlp.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07[signal] Differentiate paging success from expiration in SS_PAGINGSylvain Munaut1-5/+3
This is useful information to know and actually fixes a segfault in rllp.c where lchan is accessed even tough it could be NULL in case of failure. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-12-20fix segfault in rrlp code in case of unsuccessful pagingHarald Welte1-0/+4
PAGING_COMPLETED can be signalled without an active lchan in case it was unable to page the repsective subscriber.
2009-12-13[RRLP] make RRLP mode configurable from config fileHarald Welte1-7/+37
We now support different RRLP modes (including "none" to disable RRLP), you can configure it via "rrlp mode" in the "network" section of openbsc.cfg.
2009-10-22[rrlp] Fix compiler warningsHolger Hans Peter Freyther1-0/+1
The apdu is static const u_int8_t. Change the signature to have a const in there to make the compiler happy, include chan_alloc.h for lchan methods.
2009-08-16trigger RRLP position requests after paging succeeded and after subscriber ↵Harald Welte (local)1-0/+73
attach