Change in osmo-ttcn3-hacks[master]: Osmocom_Gb_Types: Add 3GPP spec chapters; unify formatting

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Jan 16 14:22:30 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22241 )


Change subject: Osmocom_Gb_Types: Add 3GPP spec chapters; unify formatting
......................................................................

Osmocom_Gb_Types: Add 3GPP spec chapters; unify formatting

Change-Id: I9c3e5458ba7637a1e85f7bb3b32e16a90fad7bc5
---
M library/Osmocom_Gb_Types.ttcn
1 file changed, 21 insertions(+), 11 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/41/22241/1

diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn
index 8ca0cd5..9054785 100644
--- a/library/Osmocom_Gb_Types.ttcn
+++ b/library/Osmocom_Gb_Types.ttcn
@@ -1076,7 +1076,7 @@
 		rA_CAP_UPD_Cause_value := cause
 	}
 
-
+	/* 10.4.12 */
 	template PDU_BSSGP ts_BVC_RESET(BssgpCause cause, BssgpBvci bvci,
 					template BssgpCellId cell_id) := {
 		pDU_BSSGP_BVC_RESET := {
@@ -1088,7 +1088,6 @@
 			extended_Feature_Bitmap := omit
 		}
 	}
-
 	template PDU_BSSGP tr_BVC_RESET(template BssgpCause cause, template BssgpBvci bvci,
 					template BssgpCellId cell_id) := {
 		pDU_BSSGP_BVC_RESET := {
@@ -1101,6 +1100,7 @@
 		}
 	}
 
+	/* 10.4.13 */
 	template PDU_BSSGP ts_BVC_RESET_ACK(BssgpBvci bvci, template BssgpCellId cell_id) := {
 		pDU_BSSGP_BVC_RESET_ACK := {
 			bssgpPduType := '23'O,
@@ -1110,7 +1110,6 @@
 			extended_Feature_Bitmap := omit
 		}
 	}
-
 	template PDU_BSSGP tr_BVC_RESET_ACK(template BssgpBvci bvci, template BssgpCellId cell_id) := {
 		pDU_BSSGP_BVC_RESET_ACK := {
 			bssgpPduType := '23'O,
@@ -1122,6 +1121,7 @@
 	}
 
 
+	/* 10.4.10 */
 	template PDU_BSSGP t_BVC_UNBLOCK(template BssgpBvci bvci) := {
 		pDU_BSSGP_BVC_UNBLOCK := {
 			bssgpPduType := '24'O,
@@ -1129,6 +1129,7 @@
 		}
 	}
 
+	/* 10.4.11 */
 	template PDU_BSSGP t_BVC_UNBLOCK_ACK(template BssgpBvci bvci) := {
 		pDU_BSSGP_BVC_UNBLOCK_ACK := {
 			bssgpPduType := '25'O,
@@ -1136,6 +1137,7 @@
 		}
 	}
 
+	/* 10.4.8 */
 	template PDU_BSSGP t_BVC_BLOCK(template BssgpBvci bvci, template BssgpCause cause) := {
 		pDU_BSSGP_BVC_BLOCK := {
 			bssgpPduType := '20'O,
@@ -1144,6 +1146,7 @@
 		}
 	}
 
+	/* 10.4.9 */
 	template PDU_BSSGP t_BVC_BLOCK_ACK(template BssgpBvci bvci) := {
 		pDU_BSSGP_BVC_BLOCK_ACK := {
 			bssgpPduType := '21'O,
@@ -1151,6 +1154,7 @@
 		}
 	}
 
+	/* 10.4.4 */
 	template PDU_BSSGP t_BVC_FC_BVC(uint16_t bmax, uint16_t bucket_leak_rate,
 					uint16_t bmax_default_ms, uint16_t r_default_ms, OCT1 tag) := {
 		pDU_BSSGP_FLOW_CONTROL_BVC := {
@@ -1253,6 +1257,7 @@
 		}
 	}
 
+	/* 10.4.5 */
 	template PDU_BSSGP t_BVC_FC_BVC_ACK(template OCT1 tag) := {
 		pDU_BSSGP_FLOW_CONTROL_BVC_ACK := {
 			bssgpPduType := '27'O,
@@ -1267,6 +1272,7 @@
 		}
 	}
 
+	/* 10.4.6 */
 	template (value) PDU_BSSGP ts_BVC_FC_MS(GprsTlli tlli, uint16_t bmax, uint16_t bucket_leak_rate,
 						OCT1 tag) := {
 		pDU_BSSGP_FLOW_CONTROL_MS := {
@@ -1336,6 +1342,7 @@
 		}
 	}
 
+	/* 10.4.7 */
 	template (value) PDU_BSSGP ts_BVC_FC_MS_ACK(template (value) GprsTlli tlli,
 						    template (value) OCT1 tag) := {
 
@@ -1369,6 +1376,7 @@
 		}
 	}
 
+	/* 10.4.14 */
 	template PDU_BSSGP ts_BSSGP_STATUS(template BssgpBvci bvci, template BssgpCause cause,
 					   PDU_BSSGP pdu) := {
 		pDU_BSSGP_STATUS := {
@@ -1385,7 +1393,6 @@
 			}
 		}
 	}
-
 	template PDU_BSSGP tr_BSSGP_STATUS(template BVCI bvci := ?, template BssgpCause cause := ?,
 					   template octetstring pdu := ?) := {
 		pDU_BSSGP_STATUS := {
@@ -1571,6 +1578,7 @@
 		}
 	}
 
+	/* 10.2.1 */
 	template PDU_BSSGP ts_BSSGP_DL_UD(GprsTlli tlli, octetstring pdu,
 					  template (omit) MSRadioAccessCapabilityV_BSSGP racap := omit,
 					  template (omit) IMSI_BSSGP imsi := omit) := {
@@ -1602,7 +1610,6 @@
 			initialLLC_PDU := omit
 		}
 	}
-
 	template PDU_BSSGP tr_BSSGP_DL_UD(template (present) GprsTlli tlli, template (present) octetstring pdu,
 					  template IMSI_BSSGP imsi := omit) := {
 		pDU_BSSGP_DL_UNITDATA := {
@@ -1634,6 +1641,7 @@
 		}
 	}
 
+	/* 10.2.2 */
 	template PDU_BSSGP ts_BSSGP_UL_UD(GprsTlli tlli, BssgpCellId cell_id, octetstring payload) := {
 		pDU_BSSGP_UL_UNITDATA := {
 			bssgpPduType := '01'O,
@@ -1652,7 +1660,6 @@
 			lLC_PDU := ts_BSSGP_LLC_PDU(payload)
 		}
 	}
-
 	template PDU_BSSGP tr_BSSGP_UL_UD(template GprsTlli tlli := ?, template BssgpCellId cell_id := ?,
 					  template octetstring payload := ?) := {
 		pDU_BSSGP_UL_UNITDATA := {
@@ -1673,6 +1680,7 @@
 		}
 	}
 
+	/* 10.3.2 */
 	template PDU_BSSGP tr_BSSGP_CS_PAGING(BssgpBvci bvci) := {
 		pDU_BSSGP_PAGING_CS := {
 			bssgpPduType := '07'O,
@@ -1688,7 +1696,6 @@
 			global_CN_Id := *
 		}
 	}
-
 	template PDU_BSSGP ts_BSSGP_CS_PAGING_IMSI(BssgpBvci bvci, hexstring imsi) := {
 		pDU_BSSGP_PAGING_CS := {
 			bssgpPduType := '07'O,
@@ -1704,7 +1711,6 @@
 			global_CN_Id := omit
 		}
 	}
-
 	template PDU_BSSGP ts_BSSGP_CS_PAGING_PTMSI(BssgpBvci bvci, hexstring imsi, GsmTmsi tmsi) := {
 		pDU_BSSGP_PAGING_CS := {
 			bssgpPduType := '07'O,
@@ -1721,6 +1727,7 @@
 		}
 	}
 
+	/* 10.3.1 */
 	template PDU_BSSGP tr_BSSGP_PS_PAGING(template BssgpBvci bvci) := {
 		pDU_BSSGP_PAGING_PS := {
 			bssgpPduType := '06'O,
@@ -1736,7 +1743,6 @@
 			eDRX_Paremeters := *
 		}
 	}
-
 	template PDU_BSSGP ts_BSSGP_PS_PAGING_IMSI(BssgpBvci bvci, hexstring imsi) := {
 		pDU_BSSGP_PAGING_PS := {
 			bssgpPduType := '06'O,
@@ -1752,7 +1758,6 @@
 			eDRX_Paremeters := omit
 		}
 	}
-
 	template PDU_BSSGP ts_BSSGP_PS_PAGING_PTMSI(BssgpBvci bvci, hexstring imsi, GsmTmsi tmsi) := {
 		pDU_BSSGP_PAGING_PS := {
 			bssgpPduType := '06'O,
@@ -1823,6 +1828,7 @@
 		rac := int2oct(input.rac, 1)
 	}
 
+	/* 10.3.6 */
 	template (value) PDU_BSSGP ts_BSSGP_SUSPEND(GprsTlli tlli, RoutingAreaIdentification ra_id) := {
 		pDU_BSSGP_SUSPEND := {
 			bssgpPduType := '0B'O,
@@ -1838,6 +1844,7 @@
 		}
 	}
 
+	/* 10.3.7 */
 	template (value) PDU_BSSGP ts_BSSGP_SUSPEND_ACK(GprsTlli tlli, RoutingAreaIdentification ra_id,
 							template (value) OCT1 susp_ref) := {
 		pDU_BSSGP_SUSPEND_ACK := {
@@ -1857,6 +1864,7 @@
 		}
 	}
 
+	/* 10.3.8 */
 	template (value) PDU_BSSGP ts_BSSGP_SUSPEND_NACK(GprsTlli tlli, RoutingAreaIdentification ra_id,
 							 template (omit) BssgpCause cause) := {
 		pDU_BSSGP_SUSPEND_NACK := {
@@ -1877,7 +1885,7 @@
 	}
 
 
-
+	/* 10.3.9 */
 	template (value) PDU_BSSGP ts_BSSGP_RESUME(GprsTlli tlli, RoutingAreaIdentification ra_id,
 						   OCT1 susp_ref) := {
 		pDU_BSSGP_RESUME := {
@@ -1897,6 +1905,7 @@
 		}
 	}
 
+	/* 10.3.10 */
 	template (value) PDU_BSSGP ts_BSSGP_RESUME_ACK(GprsTlli tlli, RoutingAreaIdentification ra_id)
 		:= {
 		pDU_BSSGP_RESUME_ACK := {
@@ -1914,6 +1923,7 @@
 		}
 	}
 
+	/* 10.3.11 */
 	template (value) PDU_BSSGP ts_BSSGP_RESUME_NACK(GprsTlli tlli, RoutingAreaIdentification ra_id,
 						template (omit) BssgpCause cause) := {
 		pDU_BSSGP_RESUME_NACK := {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22241
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9c3e5458ba7637a1e85f7bb3b32e16a90fad7bc5
Gerrit-Change-Number: 22241
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210116/4bf36f08/attachment.htm>


More information about the gerrit-log mailing list