aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-02 14:40:32 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:44 +0200
commitba850c529e31c1a48dd7fa9db677061f80510b2a (patch)
tree51e0e7fe0cfa1e664f73de2efe2c56eef87aade1 /openbsc/include
parentba021109183f45815b54b00fab1f1cc9692b004e (diff)
[gprs] cosmetic updates in header file
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index a3c7c78f4..bdc0b1c8f 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -58,7 +58,7 @@ struct sgsn_mm_ctx {
int ppf; /* paging for GPRS + non-GPRS? */
/* SMS Parameters */
int recovery;
- uint8_t radio_prio_sms;
+ uint8_t radio_prio_sms;
struct llist_head pdp_list;
@@ -86,13 +86,13 @@ struct sgsn_pdp_ctx {
char *apn_subscribed;
char *apn_used;
uint16_t nsapi;
- uint8_t ti; /* transaction identifier */
+ uint8_t ti; /* transaction identifier */
uint32_t ggsn_in_use;
int vplmn_allowed;
uint32_t qos_profile_subscr;
uint32_t qos_profile_req;
uint32_t qos_profile_neg;
- uint8_t radio_prio;
+ uint8_t radio_prio;
uint32_t tx_npdu_nr;
uint32_t rx_npdu_nr;
uint32_t tx_gtp_snd;