aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_bssgp_pcu.h')
-rw-r--r--src/gprs_bssgp_pcu.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h
index 6c6de1df..0c0f0919 100644
--- a/src/gprs_bssgp_pcu.h
+++ b/src/gprs_bssgp_pcu.h
@@ -12,10 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef GPRS_BSSGP_PCU_H
@@ -46,6 +42,11 @@ struct bssgp_bvc_ctx *btsctx_alloc(uint16_t bvci, uint16_t nsei);
#define NS_HDR_LEN 4
#define IE_LLC_PDU 14
+enum sgsn_counter_id {
+ SGSN_CTR_RX_PAGING_CS,
+ SGSN_CTR_RX_PAGING_PS,
+};
+
struct gprs_bssgp_pcu {
struct bssgp_bvc_ctx *bctx;
@@ -53,6 +54,8 @@ struct gprs_bssgp_pcu {
struct osmo_timer_list bvc_timer;
+ struct rate_ctr_group *ctrs;
+
/* state: is the NSVC unblocked? */
int nsvc_unblocked;