Update towards 48.008 8.4.0

svn path=/trunk/; revision=26589
This commit is contained in:
Anders Broman 2008-10-27 21:07:52 +00:00
parent 45e798a430
commit 38e28295cd
3 changed files with 1252 additions and 357 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1542,7 +1542,7 @@ de_spare_nibble(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
}
/*
* [3] 10.5.1.9
* [3] 10.5.1.9 Descriptive group or broadcast call reference
*/
guint8
de_d_gb_call_ref(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
@ -1618,7 +1618,7 @@ de_d_gb_call_ref(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
}
/*
* [3] 10.5.1.10a
* [3] 10.5.1.10a PD and SAPI $(CCBS)$
*/
static guint8
de_pd_sapi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
@ -1670,7 +1670,7 @@ de_pd_sapi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar
}
/*
* [3] 10.5.1.11
* [3] 10.5.1.11 Priority Level
*/
static const value_string gsm_a_call_prio_vals[] = {
{ 0x00, "no priority applied" },
@ -1701,7 +1701,7 @@ de_prio(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *a
}
/*
* [3] 10.5.1.13
* [3] 10.5.1.13 PLMN list
*/
static guint8
de_plmn_list(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len)

View File

@ -85,6 +85,7 @@ extern const value_string gsm_bssmap_elem_strings[];
extern gint ett_gsm_bssmap_elem[];
extern elem_fcn bssmap_elem_fcn[];
extern int hf_gsm_a_bssmap_elem_id;
extern int hf_gsm_a_bssmap_cell_ci;
extern const value_string gsm_dtap_elem_strings[];
extern gint ett_gsm_dtap_elem[];
@ -620,7 +621,7 @@ typedef enum
BE_SERV_HO, /* Service Handover */
BE_SRC_RNC_TO_TAR_RNC_UMTS, /* Source RNC to target RNC transparent information (UMTS) */
BE_SRC_RNC_TO_TAR_RNC_CDMA, /* Source RNC to target RNC transparent information (cdma2000) */
BE_GRAN_CLS_M, /* GERAN Classmark */
BE_GERAN_CLS_M, /* GERAN Classmark */
BE_GRAN_BSC_CONT, /* GERAN BSC Container */
BE_NEW_BSS_TO_OLD_BSS_INF, /* New BSS to Old BSS Information */
BE_INTER_SYS_INF, /* Inter-System Information */