Skipping 566 KB..
Full LogThe specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:07:58] "DELETE /auc/3 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '3', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262427441304469', 'algo': '3'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '3', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262427441304469', 'algo': '3'}
127.0.0.1 - - [22/Nov/2025 12:07:58] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '3', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262427441304469', 'msisdn': '491618714342'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '3', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262427441304469', 'msisdn': '491618714342'}
127.0.0.1 - - [22/Nov/2025 12:07:58] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/3\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(53)@4694b36181a8: Created GsupExpect[0] for "262427441304469" to be handled at TC_gsup_purge_cs(56)
[Database] [DEBUG] Get_Subscriber for imsi 262427441304469
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262427441304469', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 3, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491618714342', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:58Z'}
HLR_Test-GSUP(53)@4694b36181a8: Found GsupExpect[0] for "262427441304469" handled at TC_gsup_purge_cs(56)
HLR_Test-GSUP(53)@4694b36181a8: Added IMSI table entry 2TC_gsup_purge_cs(56)"262427441304469"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262427441304469 with new ID:
TC_gsup_purge_cs(56)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262427441304469 with new ID: None
[GSUP] [INFO] Subscriber 262427441304469 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_cs(56)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_cs(56)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262427441304469"
[Database] [DEBUG] Get_Subscriber for imsi 262427441304469
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:07:59.027987 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262427441304469', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:07:59Z', 'last_seen_cell_id': None, 'auc_id': 3, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491618714342', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:58Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:07:59] "GET /subscriber/imsi/262427441304469 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 3
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /auc/3 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:07:59.027987 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262427441304469\nDELETE http://127.0.0.1:8080/auc/3\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262428992770680 --msisdn 491610222244 --auc-id 4 --algo 4 --ki 11111111111111111111111111111111 --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 4
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /auc/4 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '4', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262428992770680', 'algo': '4'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '4', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262428992770680', 'algo': '4'}
127.0.0.1 - - [22/Nov/2025 12:07:59] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '4', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262428992770680', 'msisdn': '491610222244'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '4', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262428992770680', 'msisdn': '491610222244'}
127.0.0.1 - - [22/Nov/2025 12:07:59] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/4\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(53)@4694b36181a8: Created GsupExpect[0] for "262428992770680" to be handled at TC_gsup_purge_cs(57)
[Database] [DEBUG] Get_Subscriber for imsi 262428992770680
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262428992770680', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 4, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491610222244', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:59Z'}
HLR_Test-GSUP(53)@4694b36181a8: Found GsupExpect[0] for "262428992770680" handled at TC_gsup_purge_cs(57)
HLR_Test-GSUP(53)@4694b36181a8: Added IMSI table entry 3TC_gsup_purge_cs(57)"262428992770680"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262428992770680 with new ID:
TC_gsup_purge_cs(57)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262428992770680 with new ID: None
[GSUP] [INFO] Subscriber 262428992770680 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_cs(57)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_cs(57)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262428992770680"
[Database] [DEBUG] Get_Subscriber for imsi 262428992770680
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:07:59.375469 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262428992770680', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:07:59Z', 'last_seen_cell_id': None, 'auc_id': 4, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491610222244', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:59Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:07:59] "GET /subscriber/imsi/262428992770680 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 4
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /auc/4 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:07:59.375469 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262428992770680\nDELETE http://127.0.0.1:8080/auc/4\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262428777340903 --msisdn 491617187602 --auc-id 5 --algo 4 --ki 11111111111111111111111111111111 --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 5
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /auc/5 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '5', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262428777340903', 'algo': '4'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '5', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262428777340903', 'algo': '4'}
127.0.0.1 - - [22/Nov/2025 12:07:59] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '5', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262428777340903', 'msisdn': '491617187602'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '5', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262428777340903', 'msisdn': '491617187602'}
127.0.0.1 - - [22/Nov/2025 12:07:59] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/5\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(53)@4694b36181a8: Created GsupExpect[0] for "262428777340903" to be handled at TC_gsup_purge_cs(58)
[Database] [DEBUG] Get_Subscriber for imsi 262428777340903
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262428777340903', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 5, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491617187602', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:59Z'}
HLR_Test-GSUP(53)@4694b36181a8: Found GsupExpect[0] for "262428777340903" handled at TC_gsup_purge_cs(58)
HLR_Test-GSUP(53)@4694b36181a8: Added IMSI table entry 4TC_gsup_purge_cs(58)"262428777340903"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262428777340903 with new ID:
TC_gsup_purge_cs(58)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262428777340903 with new ID: None
[GSUP] [INFO] Subscriber 262428777340903 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_cs(58)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_cs(58)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262428777340903"
[Database] [DEBUG] Get_Subscriber for imsi 262428777340903
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:07:59.678346 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262428777340903', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:07:59Z', 'last_seen_cell_id': None, 'auc_id': 5, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491617187602', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:59Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:07:59] "GET /subscriber/imsi/262428777340903 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 5
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /auc/5 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:07:59.678346 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262428777340903\nDELETE http://127.0.0.1:8080/auc/5\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262424242129112 --msisdn 491615143804 --auc-id 6 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 6
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:07:59] "DELETE /auc/6 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '6', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424242129112', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '6', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424242129112', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:07:59] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '6', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424242129112', 'msisdn': '491615143804'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '6', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424242129112', 'msisdn': '491615143804'}
127.0.0.1 - - [22/Nov/2025 12:07:59] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/6\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(53)@4694b36181a8: Created GsupExpect[0] for "262424242129112" to be handled at TC_gsup_purge_cs(59)
[Database] [DEBUG] Get_Subscriber for imsi 262424242129112
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262424242129112', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 6, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615143804', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:59Z'}
HLR_Test-GSUP(53)@4694b36181a8: Found GsupExpect[0] for "262424242129112" handled at TC_gsup_purge_cs(59)
HLR_Test-GSUP(53)@4694b36181a8: Added IMSI table entry 5TC_gsup_purge_cs(59)"262424242129112"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424242129112 with new ID:
TC_gsup_purge_cs(59)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424242129112 with new ID: None
[GSUP] [INFO] Subscriber 262424242129112 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_cs(59)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_cs(59)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262424242129112"
[Database] [DEBUG] Get_Subscriber for imsi 262424242129112
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:00.029979 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262424242129112', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:00Z', 'last_seen_cell_id': None, 'auc_id': 6, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615143804', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:07:59Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:00] "GET /subscriber/imsi/262424242129112 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 6
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /auc/6 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:00.029979 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262424242129112\nDELETE http://127.0.0.1:8080/auc/6\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262424836656446 --msisdn 491617421833 --auc-id 7 --algo 2 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 7
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /auc/7 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '7', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424836656446', 'algo': '2'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '7', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424836656446', 'algo': '2'}
127.0.0.1 - - [22/Nov/2025 12:08:00] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '7', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424836656446', 'msisdn': '491617421833'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '7', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424836656446', 'msisdn': '491617421833'}
127.0.0.1 - - [22/Nov/2025 12:08:00] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/7\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(53)@4694b36181a8: Created GsupExpect[0] for "262424836656446" to be handled at TC_gsup_purge_cs(60)
[Database] [DEBUG] Get_Subscriber for imsi 262424836656446
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262424836656446', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 7, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491617421833', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:00Z'}
HLR_Test-GSUP(53)@4694b36181a8: Found GsupExpect[0] for "262424836656446" handled at TC_gsup_purge_cs(60)
HLR_Test-GSUP(53)@4694b36181a8: Added IMSI table entry 6TC_gsup_purge_cs(60)"262424836656446"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424836656446 with new ID:
TC_gsup_purge_cs(60)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424836656446 with new ID: None
[GSUP] [INFO] Subscriber 262424836656446 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_cs(60)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_cs(60)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262424836656446"
[Database] [DEBUG] Get_Subscriber for imsi 262424836656446
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:00.349660 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262424836656446', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:00Z', 'last_seen_cell_id': None, 'auc_id': 7, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491617421833', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:00Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:00] "GET /subscriber/imsi/262424836656446 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 7
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /auc/7 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:00.349660 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262424836656446\nDELETE http://127.0.0.1:8080/auc/7\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262426314624659 --msisdn 491615863138 --auc-id 8 --algo 3 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 8
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /auc/8 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '8', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262426314624659', 'algo': '3'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '8', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262426314624659', 'algo': '3'}
127.0.0.1 - - [22/Nov/2025 12:08:00] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '8', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262426314624659', 'msisdn': '491615863138'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '8', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262426314624659', 'msisdn': '491615863138'}
127.0.0.1 - - [22/Nov/2025 12:08:00] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/8\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(53)@4694b36181a8: Created GsupExpect[0] for "262426314624659" to be handled at TC_gsup_purge_cs(61)
[Database] [DEBUG] Get_Subscriber for imsi 262426314624659
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262426314624659', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 8, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615863138', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:00Z'}
HLR_Test-GSUP(53)@4694b36181a8: Found GsupExpect[0] for "262426314624659" handled at TC_gsup_purge_cs(61)
HLR_Test-GSUP(53)@4694b36181a8: Added IMSI table entry 7TC_gsup_purge_cs(61)"262426314624659"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262426314624659 with new ID:
TC_gsup_purge_cs(61)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262426314624659 with new ID: None
[GSUP] [INFO] Subscriber 262426314624659 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_cs(61)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_cs(61)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262426314624659"
[Database] [DEBUG] Get_Subscriber for imsi 262426314624659
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:00.662047 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262426314624659', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:00Z', 'last_seen_cell_id': None, 'auc_id': 8, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615863138', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:00Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:00] "GET /subscriber/imsi/262426314624659 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 8
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /auc/8 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:00.662047 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:00] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262426314624659\nDELETE http://127.0.0.1:8080/auc/8\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: setverdict(pass): none -> pass
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP(53)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP-IPA(52)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: pass
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(52): none (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(53): none (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(54): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(55): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(56): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(57): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(58): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(59): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(60): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_cs(61): pass (pass -> pass)
MTC@4694b36181a8: Test case TC_gsup_purge_cs finished. Verdict: pass
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_cs pass'.
Sat Nov 22 12:08:00 UTC 2025
====== HLR_Tests.TC_gsup_purge_cs pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=203624)
Waiting for packet dumper to finish... 1 (prev_count=203624, count=248956)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_cs pass' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_ps'.
------ HLR_Tests.TC_gsup_purge_ps ------
Sat Nov 22 12:08:02 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_gsup_purge_ps.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_gsup_purge_ps.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_ps' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_gsup_purge_ps started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(62)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(62)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(62)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(62)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262429487788856 --msisdn 491615708554 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429487788856', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429487788856', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:04] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429487788856', 'msisdn': '491615708554'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429487788856', 'msisdn': '491615708554'}
127.0.0.1 - - [22/Nov/2025 12:08:04] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262429487788856" to be handled at TC_gsup_purge_ps(64)
[Database] [DEBUG] Get_Subscriber for imsi 262429487788856
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262429487788856', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615708554', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:04Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262429487788856" handled at TC_gsup_purge_ps(64)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 0TC_gsup_purge_ps(64)"262429487788856"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262429487788856 with new ID:
TC_gsup_purge_ps(64)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262429487788856 with new ID: None
[GSUP] [INFO] Subscriber 262429487788856 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(64)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(64)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262429487788856"
[Database] [DEBUG] Get_Subscriber for imsi 262429487788856
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:04.190167 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262429487788856', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:04Z', 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615708554', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:04Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:04] "GET /subscriber/imsi/262429487788856 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /auc/1 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:04.190167 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262429487788856\nDELETE http://127.0.0.1:8080/auc/1\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262424405472087 --msisdn 491617571850 --auc-id 2 --algo 2 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 2
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /auc/2 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '2', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424405472087', 'algo': '2'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '2', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424405472087', 'algo': '2'}
127.0.0.1 - - [22/Nov/2025 12:08:04] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '2', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424405472087', 'msisdn': '491617571850'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '2', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424405472087', 'msisdn': '491617571850'}
127.0.0.1 - - [22/Nov/2025 12:08:04] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/2\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262424405472087" to be handled at TC_gsup_purge_ps(65)
[Database] [DEBUG] Get_Subscriber for imsi 262424405472087
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262424405472087', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 2, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491617571850', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:04Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262424405472087" handled at TC_gsup_purge_ps(65)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 1TC_gsup_purge_ps(65)"262424405472087"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424405472087 with new ID:
TC_gsup_purge_ps(65)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424405472087 with new ID: None
[GSUP] [INFO] Subscriber 262424405472087 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(65)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(65)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262424405472087"
[Database] [DEBUG] Get_Subscriber for imsi 262424405472087
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:04.583958 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262424405472087', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:04Z', 'last_seen_cell_id': None, 'auc_id': 2, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491617571850', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:04Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:04] "GET /subscriber/imsi/262424405472087 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 2
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /auc/2 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:04.583958 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262424405472087\nDELETE http://127.0.0.1:8080/auc/2\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262424434661562 --msisdn 491612867844 --auc-id 3 --algo 3 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 3
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:04] "DELETE /auc/3 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '3', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424434661562', 'algo': '3'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '3', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424434661562', 'algo': '3'}
127.0.0.1 - - [22/Nov/2025 12:08:04] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '3', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424434661562', 'msisdn': '491612867844'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '3', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262424434661562', 'msisdn': '491612867844'}
127.0.0.1 - - [22/Nov/2025 12:08:04] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/3\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262424434661562" to be handled at TC_gsup_purge_ps(66)
[Database] [DEBUG] Get_Subscriber for imsi 262424434661562
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262424434661562', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 3, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491612867844', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:04Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262424434661562" handled at TC_gsup_purge_ps(66)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 2TC_gsup_purge_ps(66)"262424434661562"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424434661562 with new ID:
TC_gsup_purge_ps(66)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262424434661562 with new ID: None
[GSUP] [INFO] Subscriber 262424434661562 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(66)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(66)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262424434661562"
[Database] [DEBUG] Get_Subscriber for imsi 262424434661562
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:04.947761 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262424434661562', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:04Z', 'last_seen_cell_id': None, 'auc_id': 3, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491612867844', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:04Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:05] "GET /subscriber/imsi/262424434661562 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 3
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /auc/3 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:04.947761 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262424434661562\nDELETE http://127.0.0.1:8080/auc/3\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262426113631581 --msisdn 491610401188 --auc-id 4 --algo 4 --ki 11111111111111111111111111111111 --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 4
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /auc/4 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '4', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262426113631581', 'algo': '4'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '4', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262426113631581', 'algo': '4'}
127.0.0.1 - - [22/Nov/2025 12:08:05] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '4', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262426113631581', 'msisdn': '491610401188'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '4', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262426113631581', 'msisdn': '491610401188'}
127.0.0.1 - - [22/Nov/2025 12:08:05] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/4\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262426113631581" to be handled at TC_gsup_purge_ps(67)
[Database] [DEBUG] Get_Subscriber for imsi 262426113631581
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262426113631581', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 4, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491610401188', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:05Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262426113631581" handled at TC_gsup_purge_ps(67)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 3TC_gsup_purge_ps(67)"262426113631581"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262426113631581 with new ID:
TC_gsup_purge_ps(67)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262426113631581 with new ID: None
[GSUP] [INFO] Subscriber 262426113631581 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(67)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(67)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262426113631581"
[Database] [DEBUG] Get_Subscriber for imsi 262426113631581
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:05.303308 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262426113631581', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:05Z', 'last_seen_cell_id': None, 'auc_id': 4, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491610401188', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:05Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:05] "GET /subscriber/imsi/262426113631581 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 4
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /auc/4 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:05.303308 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262426113631581\nDELETE http://127.0.0.1:8080/auc/4\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262421989682092 --msisdn 491613541413 --auc-id 5 --algo 4 --ki 11111111111111111111111111111111 --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 5
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /auc/5 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '5', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262421989682092', 'algo': '4'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '5', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262421989682092', 'algo': '4'}
127.0.0.1 - - [22/Nov/2025 12:08:05] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '5', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262421989682092', 'msisdn': '491613541413'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '5', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262421989682092', 'msisdn': '491613541413'}
127.0.0.1 - - [22/Nov/2025 12:08:05] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/5\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262421989682092" to be handled at TC_gsup_purge_ps(68)
[Database] [DEBUG] Get_Subscriber for imsi 262421989682092
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262421989682092', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 5, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491613541413', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:05Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262421989682092" handled at TC_gsup_purge_ps(68)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 4TC_gsup_purge_ps(68)"262421989682092"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262421989682092 with new ID:
TC_gsup_purge_ps(68)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262421989682092 with new ID: None
[GSUP] [INFO] Subscriber 262421989682092 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(68)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(68)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262421989682092"
[Database] [DEBUG] Get_Subscriber for imsi 262421989682092
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:05.656941 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262421989682092', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:05Z', 'last_seen_cell_id': None, 'auc_id': 5, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491613541413', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:05Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:05] "GET /subscriber/imsi/262421989682092 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 5
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /auc/5 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:05.656941 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262421989682092\nDELETE http://127.0.0.1:8080/auc/5\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262423485076607 --msisdn 491616880810 --auc-id 6 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 6
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:05] "DELETE /auc/6 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '6', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262423485076607', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '6', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262423485076607', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:05] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '6', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262423485076607', 'msisdn': '491616880810'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '6', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262423485076607', 'msisdn': '491616880810'}
127.0.0.1 - - [22/Nov/2025 12:08:05] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/6\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262423485076607" to be handled at TC_gsup_purge_ps(69)
[Database] [DEBUG] Get_Subscriber for imsi 262423485076607
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262423485076607', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 6, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491616880810', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:05Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262423485076607" handled at TC_gsup_purge_ps(69)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 5TC_gsup_purge_ps(69)"262423485076607"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262423485076607 with new ID:
TC_gsup_purge_ps(69)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262423485076607 with new ID: None
[GSUP] [INFO] Subscriber 262423485076607 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(69)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(69)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262423485076607"
[Database] [DEBUG] Get_Subscriber for imsi 262423485076607
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:06.005306 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262423485076607', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:06Z', 'last_seen_cell_id': None, 'auc_id': 6, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491616880810', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:05Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:06] "GET /subscriber/imsi/262423485076607 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 6
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /auc/6 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:06.005306 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262423485076607\nDELETE http://127.0.0.1:8080/auc/6\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262429682733701 --msisdn 491615443614 --auc-id 7 --algo 2 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 7
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /auc/7 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '7', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262429682733701', 'algo': '2'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '7', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262429682733701', 'algo': '2'}
127.0.0.1 - - [22/Nov/2025 12:08:06] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '7', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429682733701', 'msisdn': '491615443614'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '7', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429682733701', 'msisdn': '491615443614'}
127.0.0.1 - - [22/Nov/2025 12:08:06] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/7\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262429682733701" to be handled at TC_gsup_purge_ps(70)
[Database] [DEBUG] Get_Subscriber for imsi 262429682733701
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262429682733701', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 7, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615443614', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:06Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262429682733701" handled at TC_gsup_purge_ps(70)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 6TC_gsup_purge_ps(70)"262429682733701"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262429682733701 with new ID:
TC_gsup_purge_ps(70)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262429682733701 with new ID: None
[GSUP] [INFO] Subscriber 262429682733701 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(70)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(70)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262429682733701"
[Database] [DEBUG] Get_Subscriber for imsi 262429682733701
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:06.358711 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262429682733701', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:06Z', 'last_seen_cell_id': None, 'auc_id': 7, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615443614', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:06Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:06] "GET /subscriber/imsi/262429682733701 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 7
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /auc/7 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:06.358711 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262429682733701\nDELETE http://127.0.0.1:8080/auc/7\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262421461279325 --msisdn 491616807508 --auc-id 8 --algo 3 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 8
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /auc/8 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '8', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262421461279325', 'algo': '3'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '8', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262421461279325', 'algo': '3'}
127.0.0.1 - - [22/Nov/2025 12:08:06] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '8', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262421461279325', 'msisdn': '491616807508'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '8', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262421461279325', 'msisdn': '491616807508'}
127.0.0.1 - - [22/Nov/2025 12:08:06] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/8\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@4694b36181a8: Created GsupExpect[0] for "262421461279325" to be handled at TC_gsup_purge_ps(71)
[Database] [DEBUG] Get_Subscriber for imsi 262421461279325
[Database] [DEBUG] Got back result: {'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262421461279325', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 8, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491616807508', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:06Z'}
HLR_Test-GSUP(63)@4694b36181a8: Found GsupExpect[0] for "262421461279325" handled at TC_gsup_purge_ps(71)
HLR_Test-GSUP(63)@4694b36181a8: Added IMSI table entry 7TC_gsup_purge_ps(71)"262421461279325"
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262421461279325 with new ID:
TC_gsup_purge_ps(71)@4694b36181a8: setverdict(pass): none -> pass
[Database] [DEBUG] Updating GSUP record 1 for IMSI: 262421461279325 with new ID: None
[GSUP] [INFO] Subscriber 262421461279325 purged from [127.0.0.1:9999 (MSC)]
TC_gsup_purge_ps(71)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_ps(71)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: Executing: "pyhss_api_helper.py del_subscr --imsi 262421461279325"
[Database] [DEBUG] Get_Subscriber for imsi 262421461279325
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:06.742981 - Formatting to String
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 1
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262421461279325', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': '2025-11-22T12:08:06Z', 'last_seen_cell_id': None, 'auc_id': 8, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1,2', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491616807508', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-22T12:08:06Z', 'subscriber_id': 1, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [22/Nov/2025 12:08:06] "GET /subscriber/imsi/262421461279325 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 8
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /auc/8 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
[Database] [DEBUG] Key serving_msc_timestamp is type DateTime with value: 2025-11-22 12:08:06.742981 - Formatting to String
127.0.0.1 - - [22/Nov/2025 12:08:06] "DELETE /subscriber/1 HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262421461279325\nDELETE http://127.0.0.1:8080/auc/8\nDELETE http://127.0.0.1:8080/subscriber/1", stderr := "", code := 0 }
MTC@4694b36181a8: setverdict(pass): none -> pass
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP(63)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP-IPA(62)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: pass
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(62): none (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(63): none (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(64): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(65): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(66): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(67): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(68): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(69): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(70): pass (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_ps(71): pass (pass -> pass)
MTC@4694b36181a8: Test case TC_gsup_purge_ps finished. Verdict: pass
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_ps pass'.
Sat Nov 22 12:08:06 UTC 2025
====== HLR_Tests.TC_gsup_purge_ps pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=217720)
Waiting for packet dumper to finish... 1 (prev_count=217720, count=249156)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_ps pass' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_unknown'.
------ HLR_Tests.TC_gsup_purge_unknown ------
Sat Nov 22 12:08:08 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_gsup_purge_unknown.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_gsup_purge_unknown.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_unknown' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_gsup_purge_unknown started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(72)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(72)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(72)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(72)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
HLR_Test-GSUP(73)@4694b36181a8: Created GsupExpect[0] for "2345743413463" to be handled at TC_gsup_purge_unknown(74)
[Database] [DEBUG] Get_Subscriber for imsi 2345743413463
[GSUP] [WARN] Subscriber not found: 2345743413463 Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/database.py", line 1366, in Get_Subscriber
result = session.query(SUBSCRIBER).filter_by(imsi=str(kwargs['imsi'])).one()
File "/opt/venvs/pyhss/lib/python3.13/site-packages/sqlalchemy/orm/query.py", line 2808, in one
return self._iter().one() # type: ignore
~~~~~~~~~~~~~~~~^^
File "/opt/venvs/pyhss/lib/python3.13/site-packages/sqlalchemy/engine/result.py", line 1815, in one
return self._only_one_row(
~~~~~~~~~~~~~~~~~~^
raise_for_second_row=True, raise_for_none=True, scalar=False
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/opt/venvs/pyhss/lib/python3.13/site-packages/sqlalchemy/engine/result.py", line 760, in _only_one_row
raise exc.NoResultFound(
"No row was found when one was required"
)
sqlalchemy.exc.NoResultFound: No row was found when one was required
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/controller/ulr.py", line 161, in handle_message
subscriber = self._database.Get_Subscriber(imsi=imsi)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/database.py", line 1369, in Get_Subscriber
raise ValueError(E)
ValueError: No row was found when one was required
HLR_Test-GSUP(73)@4694b36181a8: Found GsupExpect[0] for "2345743413463" handled at TC_gsup_purge_unknown(74)
HLR_Test-GSUP(73)@4694b36181a8: Added IMSI table entry 0TC_gsup_purge_unknown(74)"2345743413463"
TC_gsup_purge_unknown(74)@4694b36181a8: setverdict(pass): none -> pass
TC_gsup_purge_unknown(74)@4694b36181a8: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_unknown(74)@4694b36181a8: Final verdict of PTC: pass
MTC@4694b36181a8: setverdict(pass): none -> pass
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(72)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(73)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: pass
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(72): none (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(73): none (pass -> pass)
MTC@4694b36181a8: Local verdict of PTC TC_gsup_purge_unknown(74): pass (pass -> pass)
MTC@4694b36181a8: Test case TC_gsup_purge_unknown finished. Verdict: pass
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_unknown pass'.
Sat Nov 22 12:08:10 UTC 2025
====== HLR_Tests.TC_gsup_purge_unknown pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=7520)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_unknown pass' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_unknown'.
------ HLR_Tests.TC_mo_ussd_unknown ------
Sat Nov 22 12:08:12 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_unknown.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_unknown.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_unknown' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_unknown started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(75)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(75)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(75)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(75)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262423373652962 --msisdn 491610224128 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [22/Nov/2025 12:08:13] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423373652962', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423373652962', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:13] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262423373652962', 'msisdn': '491610224128'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262423373652962', 'msisdn': '491610224128'}
127.0.0.1 - - [22/Nov/2025 12:08:13] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(76)@4694b36181a8: Created GsupExpect[0] for "262423373652962" to be handled at TC_mo_ussd_unknown(77)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(75)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(76)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 76 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(75)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(76)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_ussd_unknown(77)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(75): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(76): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_ussd_unknown(77): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_ussd_unknown finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_unknown fail'.
Sat Nov 22 12:08:13 UTC 2025
------ HLR_Tests.TC_mo_ussd_unknown fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=420)
Waiting for packet dumper to finish... 1 (prev_count=420, count=17940)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_unknown fail' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_disc'.
------ HLR_Tests.TC_mo_ussd_euse_disc ------
Sat Nov 22 12:08:15 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_disc.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_disc.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_disc' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_euse_disc started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(78)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(78)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(78)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(78)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262429219375935 --msisdn 491617145781 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:16] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429219375935', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429219375935', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:16] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429219375935', 'msisdn': '491617145781'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429219375935', 'msisdn': '491617145781'}
127.0.0.1 - - [22/Nov/2025 12:08:16] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(79)@4694b36181a8: Created GsupExpect[0] for "262429219375935" to be handled at TC_mo_ussd_euse_disc(80)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(78)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(79)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 79 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP(79)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_ussd_euse_disc(80)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP-IPA(78)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(78): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(79): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_ussd_euse_disc(80): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_ussd_euse_disc finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_disc fail'.
Sat Nov 22 12:08:16 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse_disc fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=17480)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_disc fail' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_imsi'.
------ HLR_Tests.TC_mo_ussd_iuse_imsi ------
Sat Nov 22 12:08:18 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_imsi.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_imsi.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_imsi' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_iuse_imsi started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(81)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(81)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(81)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(81)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262428679042500 --msisdn 491615035575 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:19] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262428679042500', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262428679042500', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:19] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262428679042500', 'msisdn': '491615035575'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262428679042500', 'msisdn': '491615035575'}
127.0.0.1 - - [22/Nov/2025 12:08:19] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(82)@4694b36181a8: Created GsupExpect[0] for "262428679042500" to be handled at TC_mo_ussd_iuse_imsi(83)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(81)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(82)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 82 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(81)@4694b36181a8: Final verdict of PTC: none
TC_mo_ussd_iuse_imsi(83)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(82)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(81): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(82): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_ussd_iuse_imsi(83): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_ussd_iuse_imsi finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_imsi fail'.
Sat Nov 22 12:08:19 UTC 2025
------ HLR_Tests.TC_mo_ussd_iuse_imsi fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=17288)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_imsi fail' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_msisdn'.
------ HLR_Tests.TC_mo_ussd_iuse_msisdn ------
Sat Nov 22 12:08:21 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_msisdn.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_msisdn.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_msisdn' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_iuse_msisdn started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(84)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(84)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(84)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(84)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262425393218636 --msisdn 491616351838 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:23] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262425393218636', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262425393218636', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:23] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262425393218636', 'msisdn': '491616351838'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262425393218636', 'msisdn': '491616351838'}
127.0.0.1 - - [22/Nov/2025 12:08:23] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(85)@4694b36181a8: Created GsupExpect[0] for "262425393218636" to be handled at TC_mo_ussd_iuse_msisdn(86)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(84)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(85)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 85 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(84)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(85)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_ussd_iuse_msisdn(86)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(84): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(85): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_ussd_iuse_msisdn(86): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_ussd_iuse_msisdn finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_msisdn fail'.
Sat Nov 22 12:08:23 UTC 2025
------ HLR_Tests.TC_mo_ussd_iuse_msisdn fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=17488)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_msisdn fail' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse'.
------ HLR_Tests.TC_mo_ussd_euse ------
Sat Nov 22 12:08:25 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_euse started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:36679.
IPA-EUSE-foobar(89)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:36679
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
IPA-EUSE-foobar(89)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(88)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-EUSE-foobar(89)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320455553452053696D756C61746F7200'O } } } }
[GSUP] [ERROR] 127.0.0.1:36679: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(88)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
IPA-EUSE-foobar(89)@4694b36181a8: IPA: Closed
HLR_Test-GSUP-IPA(88)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(88)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-EUSE-foobar(89)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262429217077513 --msisdn 491610444042 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:26] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429217077513', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429217077513', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:26] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429217077513', 'msisdn': '491610444042'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429217077513', 'msisdn': '491610444042'}
127.0.0.1 - - [22/Nov/2025 12:08:26] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(90)@4694b36181a8: Created GsupExpect[0] for "262429217077513" to be handled at TC_mo_ussd_euse(91)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(88)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(90)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 90 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(88)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(90)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
EUSE-TC_mo_ussd_euse(87)@4694b36181a8: Final verdict of PTC: none
TC_mo_ussd_euse(91)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC EUSE-TC_mo_ussd_euse(87): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(88): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC IPA-EUSE-foobar(89): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(90): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_ussd_euse(91): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_ussd_euse finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse fail'.
Sat Nov 22 12:08:26 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=22252)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse fail' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_continue'.
------ HLR_Tests.TC_mo_ussd_euse_continue ------
Sat Nov 22 12:08:28 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_continue.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_continue.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_continue' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_euse_continue started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:42337.
IPA-EUSE-foobar(94)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:42337
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
IPA-EUSE-foobar(94)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
IPA-EUSE-foobar(94)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320455553452053696D756C61746F7200'O } } } }
[GSUP] [ERROR] 127.0.0.1:42337: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
HLR_Test-GSUP-IPA(93)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
IPA-EUSE-foobar(94)@4694b36181a8: IPA: Closed
IPA-EUSE-foobar(94)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP-IPA(93)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(93)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(93)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262429240937322 --msisdn 491611757265 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:29] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429240937322', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429240937322', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:29] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429240937322', 'msisdn': '491611757265'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262429240937322', 'msisdn': '491611757265'}
127.0.0.1 - - [22/Nov/2025 12:08:29] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(95)@4694b36181a8: Created GsupExpect[0] for "262429240937322" to be handled at TC_mo_ussd_euse_continue(96)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(93)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(95)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 95 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(93)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(95)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
EUSE-TC_mo_ussd_euse_continue(92)@4694b36181a8: Final verdict of PTC: none
TC_mo_ussd_euse_continue(96)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC EUSE-TC_mo_ussd_euse_continue(92): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(93): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC IPA-EUSE-foobar(94): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(95): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_ussd_euse_continue(96): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_ussd_euse_continue finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_continue fail'.
Sat Nov 22 12:08:29 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse_continue fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=428)
Waiting for packet dumper to finish... 1 (prev_count=428, count=20828)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_continue fail' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_defaultroute'.
------ HLR_Tests.TC_mo_ussd_euse_defaultroute ------
Sat Nov 22 12:08:31 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_defaultroute.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_defaultroute.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_defaultroute' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_ussd_euse_defaultroute started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
[GSUP] [DEBUG] New connection from 127.0.0.1:43327.
MTC@4694b36181a8: in not legacy case 2
IPA-EUSE-foobar(99)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:43327
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
IPA-EUSE-foobar(99)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
IPA-EUSE-foobar(99)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320455553452053696D756C61746F7200'O } } } }
[GSUP] [ERROR] 127.0.0.1:43327: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
IPA-EUSE-foobar(99)@4694b36181a8: IPA: Closed
IPA-EUSE-foobar(99)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP-IPA(98)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
MTC@4694b36181a8: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
MTC@4694b36181a8: setverdict(error): none -> error
HLR_Test-GSUP-IPA(98)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP(100)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP-IPA(98)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
EUSE-TC_mo_ussd_euse_defaultroute(97)@4694b36181a8: Final verdict of PTC: none
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(98)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: error
MTC@4694b36181a8: Local verdict of PTC EUSE-TC_mo_ussd_euse_defaultroute(97): none (error -> error)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(98): none (error -> error)
MTC@4694b36181a8: Local verdict of PTC IPA-EUSE-foobar(99): none (error -> error)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(100): none (error -> error)
MTC@4694b36181a8: Test case TC_mo_ussd_euse_defaultroute finished. Verdict: error
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_defaultroute error'.
Sat Nov 22 12:08:32 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse_defaultroute error ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=7800)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_defaultroute error' was executed successfully (exit status: 0).
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_sss_reject'.
------ HLR_Tests.TC_mo_sss_reject ------
Sat Nov 22 12:08:34 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_sss_reject.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/HLR_Tests.TC_mo_sss_reject.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_sss_reject' was executed successfully (exit status: 0).
MTC@4694b36181a8: Test case TC_mo_sss_reject started.
MTC@4694b36181a8: legacy= false
MTC@4694b36181a8: in not legacy case 1
MTC@4694b36181a8: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(101)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(101)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
MTC@4694b36181a8: Executing: "pyhss_api_helper.py add_subscr --imsi 262426144967116 --msisdn 491610853842 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
HLR_Test-GSUP-IPA(101)@4694b36181a8: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(101)@4694b36181a8: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [22/Nov/2025 12:08:35] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262426144967116', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262426144967116', 'algo': '1'}
127.0.0.1 - - [22/Nov/2025 12:08:35] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262426144967116', 'msisdn': '491610853842'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'internet', 'apn_list': '1,2', 'imsi': '262426144967116', 'msisdn': '491610853842'}
127.0.0.1 - - [22/Nov/2025 12:08:35] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@4694b36181a8: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(102)@4694b36181a8: Created GsupExpect[0] for "262426144967116" to be handled at TC_mo_sss_reject(103)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
await self.__handle_gsup(peer, payload_length)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
await self.gsup_handler.dispatch(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
await self.__handle_gsup_unhandled_request(peer, request)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
await self.__send_gsup_response(peer, builder)
File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
data = response.to_bytes()
^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'
HLR_Test-GSUP-IPA(101)@4694b36181a8: IPA: Closed
HLR_Test-GSUP(102)@4694b36181a8: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@4694b36181a8: Test Component 102 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(101)@4694b36181a8: Final verdict of PTC: none
HLR_Test-GSUP(102)@4694b36181a8: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_sss_reject(103)@4694b36181a8: Final verdict of PTC: none
MTC@4694b36181a8: Setting final verdict of the test case.
MTC@4694b36181a8: Local verdict of MTC: none
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP-IPA(101): none (none -> none)
MTC@4694b36181a8: Local verdict of PTC HLR_Test-GSUP(102): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@4694b36181a8: Local verdict of PTC TC_mo_sss_reject(103): none (fail -> fail)
MTC@4694b36181a8: Test case TC_mo_sss_reject finished. Verdict: fail reason: GSUP Connection Lost
MTC@4694b36181a8: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_sss_reject fail'.
Sat Nov 22 12:08:35 UTC 2025
------ HLR_Tests.TC_mo_sss_reject fail ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=420)
Waiting for packet dumper to finish... 1 (prev_count=420, count=17284)
MTC@4694b36181a8: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_sss_reject fail' was executed successfully (exit status: 0).
MC@4694b36181a8: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@4694b36181a8: Terminating MTC.
MC@4694b36181a8: MTC terminated.
MC2> exit
MC@4694b36181a8: Shutting down session.
MC@4694b36181a8: Shutdown complete.
Comparing expected results '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/hlr/expected-results.xml' against results in 'junit-xml-8811.log'
--------------------
pass HLR_Tests.TC_gsup_sai_err_invalid_imsi
pass HLR_Tests.TC_gsup_sai
pass HLR_Tests.TC_gsup_sai_num_auth_vectors
pass HLR_Tests.TC_gsup_ul_unknown_imsi
pass HLR_Tests.TC_gsup_sai_err_unknown_imsi
pass HLR_Tests.TC_gsup_ul
pass->FAIL HLR_Tests.TC_gsup_ul_subscriber_data
pass HLR_Tests.TC_gsup_purge_cs
pass HLR_Tests.TC_gsup_purge_ps
pass HLR_Tests.TC_gsup_purge_unknown
pass->FAIL HLR_Tests.TC_mo_ussd_unknown
pass->FAIL HLR_Tests.TC_mo_ussd_euse_disc
pass->FAIL HLR_Tests.TC_mo_ussd_iuse_imsi
pass->FAIL HLR_Tests.TC_mo_ussd_iuse_msisdn
pass->FAIL HLR_Tests.TC_mo_ussd_euse
pass->FAIL HLR_Tests.TC_mo_ussd_euse_continue
pass->FAIL HLR_Tests.TC_mo_ussd_euse_defaultroute
pass->FAIL HLR_Tests.TC_mo_sss_reject
Summary:
pass->FAIL: 9
pass: 9
skip: 20
[testenv][pyhss] Testsuite is done
[testenv][pyhss] Stopping testsuite (679893)
[testenv][pyhss] Merging log files
[testenv][pyhss] + ['podman', 'exec', '-e', 'CCACHE_DIR=/home/osmocom-build/ccache/testenv', '-e', 'TESTENV_CACHE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_cache', '-e', 'TESTENV_SRC_DIR=/home/osmocom-build/jenkins/workspace', '-e', 'TESTENV_INSTALL_DIR=/', '-e', 'TERM=dumb', '-e', 'PATH=/opt/eclipse-titan-11.1.0/bin:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts/qemu:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/hlr:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '-e', 'HOME=/home/osmocom-build', '-e', 'PYTHONUNBUFFERED=1', '-e', 'BUILDDIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_cache/podman/titan-11.1.0-debian-trixie', '-e', 'TTCN3_DIR=/opt/eclipse-titan-11.1.0', '-t', '-w', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite', 'testenv-hlr-pyhss-osmocom-latest-20251122-1207-ddddc57a-0', 'sh', '-c', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/log_merge.sh HLR_Tests --rm >/dev/null']
[testenv][pyhss] Formatting log files
[testenv][pyhss] + ['podman', 'exec', '-e', 'CCACHE_DIR=/home/osmocom-build/ccache/testenv', '-e', 'TESTENV_CACHE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_cache', '-e', 'TESTENV_SRC_DIR=/home/osmocom-build/jenkins/workspace', '-e', 'TESTENV_INSTALL_DIR=/', '-e', 'TERM=dumb', '-e', 'PATH=/opt/eclipse-titan-11.1.0/bin:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts/qemu:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/hlr:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '-e', 'HOME=/home/osmocom-build', '-e', 'PYTHONUNBUFFERED=1', '-e', 'BUILDDIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_cache/podman/titan-11.1.0-debian-trixie', '-e', 'TTCN3_DIR=/opt/eclipse-titan-11.1.0', '-t', '-w', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite', 'testenv-hlr-pyhss-osmocom-latest-20251122-1207-ddddc57a-0', 'sh', '-c', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts/log_format.sh']
[testenv][pyhss] Stopping pyhss_api (679788)
[testenv][pyhss] Stopping pyhss_gsup (679638)
[testenv][pyhss] Stopping redis (679597)
[testenv] Showing testsuite/junit-xml-8811.log
[testenv] + ['podman', 'exec', '-e', 'CCACHE_DIR=/home/osmocom-build/ccache/testenv', '-e', 'TESTENV_CACHE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_cache', '-e', 'TESTENV_SRC_DIR=/home/osmocom-build/jenkins/workspace', '-e', 'TESTENV_INSTALL_DIR=/', '-e', 'TERM=dumb', '-e', 'PATH=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/_testenv/data/scripts/qemu:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/hlr:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '-e', 'HOME=/home/osmocom-build', '-e', 'PYTHONUNBUFFERED=1', '-t', 'testenv-hlr-pyhss-osmocom-latest-20251122-1207-ddddc57a-0', 'sh', '-c', 'echo && source-highlight -f esc -s xml -i /home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss-latest/logs/testsuite/junit-xml-8811.log && echo']
<?xml version="1.0"?>
<testsuite name='Titan' tests='18' failures='8' errors='1' skipped='0' inconc='0' time='77.00'>
<testcase classname='HLR_Tests' name='TC_gsup_sai_err_invalid_imsi' time='0.062756'/>
<testcase classname='HLR_Tests' name='TC_gsup_sai' time='3.845029'/>
<testcase classname='HLR_Tests' name='TC_gsup_sai_num_auth_vectors' time='5.783427'/>
<testcase classname='HLR_Tests' name='TC_gsup_ul_unknown_imsi' time='0.092218'/>
<testcase classname='HLR_Tests' name='TC_gsup_sai_err_unknown_imsi' time='0.075819'/>
<testcase classname='HLR_Tests' name='TC_gsup_ul' time='2.725823'/>
<testcase classname='HLR_Tests' name='TC_gsup_ul_subscriber_data' time='2.714644'>
<failure type='fail-verdict'>Multiple APNs: Coulnd't find first PDP Info IE in: { msg_type := OSMO_GSUP_MSGT_INSERT_DATA_REQUEST (16), ies := { { tag := OSMO_GSUP_IMSI_IE (1), len := 8, val := { imsi := '262421562542481'H } }, { tag := OSMO_GSUP_MSISDN_IE (8), len := 7, val := { msisdn := { len := 6, digits := '491612368684'H } } }, { tag := OSMO_GSUP_DESTINATION_NAME_IE (97), len := 0, val := { destination_name := ''O } } } }
HLR_Tests.ttcn:2217 HLR_Tests control part
HLR_Tests.ttcn:1229 TC_gsup_ul_subscriber_data testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_gsup_purge_cs' time='2.806491'/>
<testcase classname='HLR_Tests' name='TC_gsup_purge_ps' time='2.988172'/>
<testcase classname='HLR_Tests' name='TC_gsup_purge_unknown' time='0.057857'/>
<testcase classname='HLR_Tests' name='TC_mo_ussd_unknown' time='0.198614'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2222 HLR_Tests control part
HLR_Tests.ttcn:1384 TC_mo_ussd_unknown testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_ussd_euse_disc' time='0.268308'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2223 HLR_Tests control part
HLR_Tests.ttcn:1411 TC_mo_ussd_euse_disc testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_ussd_iuse_imsi' time='0.245059'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2224 HLR_Tests control part
HLR_Tests.ttcn:1443 TC_mo_ussd_iuse_imsi testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_ussd_iuse_msisdn' time='0.211366'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2225 HLR_Tests control part
HLR_Tests.ttcn:1489 TC_mo_ussd_iuse_msisdn testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_ussd_euse' time='0.219174'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2226 HLR_Tests control part
HLR_Tests.ttcn:1536 TC_mo_ussd_euse testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_ussd_euse_continue' time='0.205447'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2227 HLR_Tests control part
HLR_Tests.ttcn:1583 TC_mo_ussd_euse_continue testcase
</failure>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_ussd_euse_defaultroute' time='0.014248'>
<error type='DTE'>Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.</error>
</testcase>
<testcase classname='HLR_Tests' name='TC_mo_sss_reject' time='0.209502'>
<failure type='fail-verdict'>GSUP Connection Lost
HLR_Tests.ttcn:2231 HLR_Tests control part
HLR_Tests.ttcn:1670 TC_mo_sss_reject testcase
</failure>
</testcase>
</testsuite>
[testenv] Stopping podman container
[testenv] + ['podman', 'kill', 'testenv-hlr-pyhss-osmocom-latest-20251122-1207-ddddc57a-0']
testenv-hlr-pyhss-osmocom-latest-20251122-1207-ddddc57a-0
[testenv] feed_watchdog_loop: podman container has stopped
[testenv] Logs saved to: https://jenkins.osmocom.org/jenkins/job/ttcn3-hlr-test-pyhss-latest/18/artifact/logs/
+ [ 0 = 0 ]
+ rm -rf _cache .linux
+ + grep --color=always -o load.*
uptime
load average: 1.14, 0.56, 0.27
+ exit 0
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Archiving artifacts
Finished: UNSTABLE