summaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_bssgp_util.c
Commit message (Collapse)AuthorAgeFilesLines
* [gprs] gb_proxy: Send proper BSSGP STATUS msg in error caseHarald Welte2010-05-111-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.