Skip to content

Instantly share code, notes, and snippets.

View ibstelix's full-sized avatar

Ibrahima Gaye ibstelix

  • Dakar/Senegal
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ibstelix on github.
  • I am ibstelix (https://keybase.io/ibstelix) on keybase.
  • I have a public key ASCSjvqL8OEaW0EJUEW6BL1p-dnidnBqNXahBksGpS-nbwo

To claim this, I am signing this object:

@ibstelix
ibstelix / MainActivity.java
Created December 17, 2018 16:18
Android: How to collect the response of a USSD request (Including multi-session requests)
//Get the instance of TelephonyManager
final TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
try {
if (tm != null) {
Class telephonyManagerClass = Class.forName(tm.getClass().getName());
if (telephonyManagerClass != null) {
Method getITelephony = telephonyManagerClass.getDeclaredMethod("getITelephony");
@ibstelix
ibstelix / tmux-cheatsheet.markdown
Created May 24, 2018 20:37 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
From a671bec5e0c43763f017d7765f86a3d51986a3da Mon Sep 17 00:00:00 2001
From: ibstelix <ibstelix@gmail.com>
Date: Wed, 1 Jul 2015 20:25:37 +0000
Subject: [PATCH] Add MCC,MNC,LAC in http result
---
.../gmlc/slee/MobileCoreNetworkInterfaceSbb.java | 558 +++++++++++---------
1 file changed, 323 insertions(+), 235 deletions(-)
diff --git a/core/slee/sbbs/src/main/java/org/mobicents/gmlc/slee/MobileCoreNetworkInterfaceSbb.java b/core/slee/sbbs/src/main/java/org/mobicents/gmlc/slee/MobileCoreNetworkInterfaceSbb.java
@ibstelix
ibstelix / gmlc_patch
Created November 12, 2015 18:08
Mobicents GMLC update to ss7 2.1.0
This file has been truncated, but you can view the full file.
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..79df762
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="core/bootstrap/src/main/java"/>
+ <classpathentry kind="src" path="core/slee/sbbs/target/generated-sources"/>