aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_bssgp_util.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-09GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther1-1/+1
2010-06-03[GPRS] BSSGP: Fix formatting of BSSGP TX STATUSHarald Welte1-1/+2
2010-05-11[gprs] gb_proxy: Send proper BSSGP STATUS msg in error caseHarald Welte1-0/+119
In order to reuse the existing bssgp_tx_* functions without pulling in the dependencies of gprs_bssgp.c, we have to move those functions to gprs_bssgp_util.c Furthermore, we can remove gbprox_nsi and replace it with bssgp_nsi, and we can do proper processing of BVC-RESET messages coming from the SGSN on the signalling BVC. In that case we need to send RESET messages to all the BSS.