pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/34258 )

Change subject: Add GMM error cause present in osmo-hlr's 
gsm48_gmm_cause_vty_names
......................................................................

Add GMM error cause present in osmo-hlr's gsm48_gmm_cause_vty_names

Change-Id: I77336cb2c76a516ecea5b46500da91fd4230176d
---
M src/server_cb.erl
1 file changed, 18 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  lynxis lazus: Looks good to me, approved




diff --git a/src/server_cb.erl b/src/server_cb.erl
index 35dbb63..482ba9a 100644
--- a/src/server_cb.erl
+++ b/src/server_cb.erl
@@ -165,11 +165,17 @@

 % 10.5.5.14
 -define(GMM_CAUSE_IMSI_UNKNOWN,                16#02).
--define(GMM_CAUSE_PLMN_NOTALLOWED,     16#0b).
+-define(GMM_CAUSE_ILLEGAL_MS,          16#03).
 -define(GMM_CAUSE_GPRS_NOTALLOWED,     16#07).
--define(GMM_CAUSE_INV_MAND_INFO,       16#60).
+-define(GMM_CAUSE_PLMN_NOTALLOWED,     16#0b).
+-define(GMM_CAUSE_LA_NOTALLOWED,       16#0c).
+-define(GMM_CAUSE_ROAMING_NOTALLOWED,  16#0d).
+-define(GMM_CAUSE_NO_SUIT_CELL_IN_LA,  16#0f).
 -define(GMM_CAUSE_NET_FAIL,            16#11).
-% TODO: more values
+-define(GMM_CAUSE_CONGESTION,          16#16).
+-define(GMM_CAUSE_GSM_AUTH_UNACCEPT,   16#17).
+-define(GMM_CAUSE_INV_MAND_INFO,       16#60).
+-define(GMM_CAUSE_PROTO_ERR_UNSPEC,    16#6f).

 -define(EXP_RES(Foo),  #'Experimental-Result'{'Vendor-Id'=fixme, 
'Experimental-Result-Code'=Foo}).


--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/34258
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I77336cb2c76a516ecea5b46500da91fd4230176d
Gerrit-Change-Number: 34258
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to