aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/SGSN_Components.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'pcu/SGSN_Components.ttcn')
-rw-r--r--pcu/SGSN_Components.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcu/SGSN_Components.ttcn b/pcu/SGSN_Components.ttcn
index 5f055956..ca1dec6d 100644
--- a/pcu/SGSN_Components.ttcn
+++ b/pcu/SGSN_Components.ttcn
@@ -33,7 +33,8 @@ modulepar {
},
cell_id := 20960
},
- depth := BSSGP_DECODE_DEPTH_BSSGP
+ depth := BSSGP_DECODE_DEPTH_BSSGP,
+ create_cb := refers(BSSGP_Emulation.DefaultCreateCallback)
}
}
};